Simple static landing page for beyerstedt.de
Go to file
Jannik Beyerstedt 8834aa7d82 first draft 2020-04-04 23:56:19 +02:00
scss first draft 2020-04-04 23:56:19 +02:00
.brackets.json first draft 2020-04-04 23:56:19 +02:00
LICENSE Initial commit 2020-04-04 20:08:21 +00:00
README.md first draft 2020-04-04 23:56:19 +02:00
index.html first draft 2020-04-04 23:56:19 +02:00
style.css first draft 2020-04-04 23:56:19 +02:00
style.css.map first draft 2020-04-04 23:56:19 +02:00

README.md

Website for beyerstedt.de

Simple static landing page using some hand-written HTML and CSS. No framework, no third-party resources, just a few KB of code.

Because I'm a bit lazy, the CSS is generated from SASS code. Build the files in the scss directory and put the output in the root directory. (Deployment can omit the directory and just put the html and css files on a server.)