Commit graph

12 commits

Author SHA1 Message Date
Kevin MacMartin
f1a4c41e91 Don't re-declare the submit variable in a lower scope since nothing overrides the top level one 2024-07-24 17:09:15 -04:00
Kevin MacMartin
2f5ed84e2b Handle metadata in the database for a few reasons: the method is the same between traditional and vue, the user has control over the values, we can create dynamic titles a bit more easily, and with vue the values are populated before the SPA loads so search engines can pick it up more easily 2024-04-03 22:35:43 -04:00
Kevin MacMartin
d4b58b3865 Remove flex-fix as it's no longer required (ie11 is fully unsupported now) 2024-03-11 17:16:59 -04:00
Kevin MacMartin
fe5142e5a4 Switch sr-only to visually-hidden in the traditional-bootstrap nav 2022-01-27 23:31:11 -05:00
Kevin MacMartin
4f16ee7ed9 Get rid of a vue :class from the traditional-bootstrap nav blade 2022-01-27 23:28:24 -05:00
Kevin MacMartin
0c6e3c60c7 Use the correct flexbox fix in the public template 2022-01-27 22:38:20 -05:00
Kevin MacMartin
dbc79e6617 Use Version::get() for the traditional bootstrap public template 2022-01-27 22:37:11 -05:00
Kevin MacMartin
d18d7fe777 Fix the location of the js directory in the traditional bootstrap 2020-03-04 00:19:52 -05:00
Kevin MacMartin
d36ae59e0c Rename the index blade to home to match its class and the vue component 2019-03-19 17:56:10 -04:00
Kevin MacMartin
a9aca7d4fe Amalgamate the api route controller functionality into a single ApiController, and implement both vue component and traditional blade versions of a blog page on the public facing part of the site 2018-04-26 20:26:18 -04:00
Kevin MacMartin
25f65772d5 Tweak comment explaining the error class application in the traditional bootstrap contact and subscription form javascript 2018-04-25 22:47:50 -04:00
Kevin MacMartin
3c048f6096 Move traditional-website files to a new bootstrap folder and use vue as the default public facing front-end rather than trying to offer both simultaneously 2018-04-15 21:05:42 -04:00