diff --git a/public/css/main.css b/public/css/main.css index 9cb98a5..4c97ba3 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -43,6 +43,11 @@ body { padding: 16px; } +.container { + max-width: 500px; + margin: 0 auto; +} + .nav { text-align: center; } diff --git a/public/css/mononoki.css b/public/css/mononoki.css deleted file mode 100644 index 28c91fe..0000000 --- a/public/css/mononoki.css +++ /dev/null @@ -1,5 +0,0 @@ -@font-face { - font-family: mononoki; - src: url("/fonts/mononoki-Regular.ttf"); -} - diff --git a/public/pictures/IMG_20240708_101101924.jpg?ex=6826fc13&is=6825aa93&hm=6b94a1533c6498989eb04a2812b5e13acd1138b29996c03dc8a289fb0324b686& b/public/pictures/IMG_20240708_101101924.jpg?ex=6826fc13&is=6825aa93&hm=6b94a1533c6498989eb04a2812b5e13acd1138b29996c03dc8a289fb0324b686& deleted file mode 100644 index f2305a2..0000000 Binary files a/public/pictures/IMG_20240708_101101924.jpg?ex=6826fc13&is=6825aa93&hm=6b94a1533c6498989eb04a2812b5e13acd1138b29996c03dc8a289fb0324b686& and /dev/null differ diff --git a/public/pictures/IMG_20240708_101101924.jpg?ex=6826fc13&is=6825aa93&hm=6b94a1533c6498989eb04a2812b5e13acd1138b29996c03dc8a289fb0324b686&=&format=webp&width=1376&height=774 b/public/pictures/IMG_20240708_101101924.jpg?ex=6826fc13&is=6825aa93&hm=6b94a1533c6498989eb04a2812b5e13acd1138b29996c03dc8a289fb0324b686&=&format=webp&width=1376&height=774 deleted file mode 100644 index 3ebf003..0000000 Binary files a/public/pictures/IMG_20240708_101101924.jpg?ex=6826fc13&is=6825aa93&hm=6b94a1533c6498989eb04a2812b5e13acd1138b29996c03dc8a289fb0324b686&=&format=webp&width=1376&height=774 and /dev/null differ diff --git a/static/css/main.css b/static/css/main.css index 9cb98a5..4c97ba3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -43,6 +43,11 @@ body { padding: 16px; } +.container { + max-width: 500px; + margin: 0 auto; +} + .nav { text-align: center; } diff --git a/templates/index.html b/templates/index.html index 284a284..1a7246f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,15 +9,15 @@
- + {% include "nav.html" %}

fzorb.xyz

-

I'm fzorb. I am a person from Bucharest, Romania. I am passionate about many things: computers, urbanism, music, history and games. I'm not particularily interesting though. I do however write a few times a year on my blog, so you could check that out I guess.

+

I'm fzorb. I am a person from Bucharest, Romania. I am passionate about many things: computers, urbanism, music, history and games. I'm not particularily interesting though. I do however write sometimes on my blog, so you could check that out I guess.

Where to find me:

diff --git a/templates/nav.html b/templates/nav.html new file mode 100644 index 0000000..6d12b97 --- /dev/null +++ b/templates/nav.html @@ -0,0 +1,3 @@ + diff --git a/templates/page.html b/templates/page.html index e69de29..0332a31 100644 --- a/templates/page.html +++ b/templates/page.html @@ -0,0 +1,22 @@ + + + + + {{page.title}} // fzorb.xyz + + + + + +
+ {% include "nav.html" %} +

{{page.title}}

+

Written {{page.day}}.{{page.month}}.{{page.year}}

+ {{page.content|safe}} +
+ + +{{ year }} + + + + + {{ section.title }} // fzorb.xyz + + + + + +
+ {% include "nav.html" %} +

{{ section.title }}

+ + +
+ + + - {% for post in posts %} -
  • {{ post.title }}
  • - {% endfor %} - -{% endfor %}