This is a very simple and basic landing page I created as an interim solution until the final website is finished and deployed. Therefore, no backend, JS-framework etc. is used. The repo serves as a template to quickly create a basic page and I thought I might as well share this.
If you use it, make sure to update the following parameters to personalize your project. You can use the query TEMPLATE
in your IDE to search for all occurences where you need to update your info. You'll also find a list here:
- index.html. Adjust, if necessary, your
<meta>
of your favicon code (colors, etc.), site title, logo, roles, intro description of what you do, contact information and fill the fields for your .vcf-file. - Logo. Add your logo in SVG format in all 3 .html-files at the top and update the
viewBox
attribute to enable resizing the SVG. Use SVGOMG for optimization of the file. - Privacy + Imprint. Update responsible person, their address, your VAT number, your hoster and the desired form of salutation throughout the text within the docs privacy and imprint. Please note: currently, these docs are only available in German since it's legally mandatory to have these. If there is demand to translate it to English, I will do so.
- Favicon. Create one and optimize your favicon via Real Favicon Generator and extract the contents of the folder into the /favicon folder.
If you have any suggestions or changes, please contribute, esp. regarding a11y-updates / -refactors. Happy basic templating!