diff --git a/app/static/style2.css b/app/static/style2.css index 820973f..2d6c6b4 100644 --- a/app/static/style2.css +++ b/app/static/style2.css @@ -33,6 +33,10 @@ font-size: 18px; } +.post { + margin-bottom: 8em; +} + .post-date { float: right; } diff --git a/app/templates/about.html b/app/templates/about.html index d1e082d..07324b4 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -2,40 +2,32 @@
- - 0x01fe.net - About + + 0x01fe.net - {{ title }}
-
-

0x01fe.net

- {{ status|safe }} -
-
- - - - - -
-
-

About

-

- Hi! I'm 0x01fe. This website is a personal project that allows me to express my thoughts online about things I like and also gives me something to program and tinker with on my spare time. If you want to contact me try hitting me up on discord at 0x01fe. -

-
-

Why 0x01fe?

-

- This is a pretty common question I get regarding my username so I thought I'd put a little section here about it. The thought process behind the username was "I like computers so what's a computer related username I could have?" and the first thing that came to mind was the master boot record boot sector (100% related to that other Master Boot Record). So I opened up the Wikipedia Page on the master boot record and scrolled until something called out to me. When I saw the starting byte of the boot signature in hex was 0x01fe I thought "yeah that'd work", and I've stuck with it. -

-
+

{{ title }}

+

{{ status|safe }}

+

Stuff

+ +
+
+

About

+

+ Hi! I'm 0x01fe. This website is a personal project that allows me to express my thoughts online about things I like and also gives me something to program and tinker with on my spare time. If you want to contact me try hitting me up on discord at 0x01fe. +

+
+

Why 0x01fe?

+

+ This is a pretty common question I get regarding my username so I thought I'd put a little section here about it. The thought process behind the username was "I like computers so what's a computer related username I could have?" and the first thing that came to mind was the master boot record boot sector (100% related to that other Master Boot Record). So I opened up the Wikipedia Page on the master boot record and scrolled until something called out to me. When I saw the starting byte of the boot signature in hex was 0x01fe I thought "yeah that'd work", and I've stuck with it. +

diff --git a/app/templates/index.html b/app/templates/index.html index 5fb61e6..48dd2c8 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -6,34 +6,24 @@ 0x01fe.net - {{ title }} -
-

{{ title }}

- {{ status|safe }} -
-
- -

Stuff

- - - - -
- {% for post in posts %} -
- - {{ post.body|safe }} -
- {% endfor %} +

{{ title }}

+

{{ status|safe }}

+

Stuff

+ + {% for post in posts %} +
+ + {{ post.body|safe }}
-
+ {% endfor %} diff --git a/app/templates/music.html b/app/templates/music.html index 98cf1ee..0568994 100644 --- a/app/templates/music.html +++ b/app/templates/music.html @@ -2,51 +2,46 @@
- - 0x01fe.net - Music + + 0x01fe.net - {{ title }}
-
-

Music

- {{ status|safe }} -
-
- - +

{{ title }}

+

{{ status|safe }}

+

Stuff

+ - - -
- {% for post in posts %} -
- - {{ post.body|safe }} + + +
+ {% for post in posts %} +
+ - {% endfor %} -
+ {{ post.body|safe }} +
+ {% endfor %} +
-
-

Top Albums

-
- {% for album in top_albums %} - - - - {% if loop.index % 3 == 0 %} -
- {% endif %} - {% endfor %} -
+
+

Top Albums

+
+ {% for album in top_albums %} + + + + {% if loop.index % 3 == 0 %} +
+ {% endif %} + {% endfor %}
diff --git a/app/templates/programming.html b/app/templates/programming.html index ca88ef6..e4453df 100644 --- a/app/templates/programming.html +++ b/app/templates/programming.html @@ -2,44 +2,38 @@
- - 0x01fe.net - Programming + + 0x01fe.net - {{ title }}
-
-

Programming

- {{ status|safe }} -
-
- - - - - -
- {% for post in posts %} -
- - {{ post.body|safe }} +

{{ title }}

+

{{ status|safe }}

+

Stuff

+ + + +
+ {% for post in posts %} +
+ - {% endfor %} -
+ {{ post.body|safe }} +
+ {% endfor %} +
- -
-

Other

- Technologies I Use -
+ +
+

Other

+ Technologies I Use