diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-24 23:47:45 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-24 23:47:45 +0200 |
| commit | bd24273d096399b96a88574a0033db03739a8d6c (patch) | |
| tree | 0485b0ebf32652b573ac091aa4525796b07fdeb2 /content | |
| parent | ddf900c6cc70bf88844f79753b7b412d1a31d3b4 (diff) | |
official initial commit
Diffstat (limited to 'content')
| -rw-r--r-- | content/images/favicon-16x16.png | bin | 0 -> 281 bytes | |||
| -rw-r--r-- | content/images/favicon-32x32.png | bin | 0 -> 561 bytes | |||
| -rw-r--r-- | content/index.md | 11 | ||||
| -rw-r--r-- | content/styles/style.css | 34 | ||||
| -rw-r--r-- | content/thoughts/thought-1.md | 8 |
5 files changed, 53 insertions, 0 deletions
diff --git a/content/images/favicon-16x16.png b/content/images/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..41b8244 --- /dev/null +++ b/content/images/favicon-16x16.png diff --git a/content/images/favicon-32x32.png b/content/images/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..b9484ab --- /dev/null +++ b/content/images/favicon-32x32.png diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..2ded7e3 --- /dev/null +++ b/content/index.md @@ -0,0 +1,11 @@ +# eva's site + +## About Me + +I've graduated in business information systems. I like to go bouldering in my +spare time. Occasionaly I'll write some software, but don't expect me to host +anything useful. + +## Blog posts + +You can read my thoughts [here](thoughts/thought-1.html). diff --git a/content/styles/style.css b/content/styles/style.css new file mode 100644 index 0000000..725b930 --- /dev/null +++ b/content/styles/style.css @@ -0,0 +1,34 @@ +body { + background-color: black; + color: pink; +} + +p { + padding-bottom: 30px; +} + +#wrapper { + background-color: #000000; + max-width: 974px; + min-width: 850px; + margin: auto; + margin-top: -10px; +} + +.center { + text-align: center; + justify-content: center; +} + +.left { + text-align: left; + justify-content: center; +} + +.limit-text-width { + width: 50%; +} + +.header_linker { + font-size: x-small; +} diff --git a/content/thoughts/thought-1.md b/content/thoughts/thought-1.md new file mode 100644 index 0000000..4cac1b9 --- /dev/null +++ b/content/thoughts/thought-1.md @@ -0,0 +1,8 @@ +# 2024-10-24 + +Finally launching this website. This will be a purely static site with just my +occasional thoughts. This site is still in its infancy, so there might be some +changes along the way. + +Got to put this link into a navigation tag. Too lazy to do it now, will do it +later. |
