diff --git a/_includes/footer.html b/_includes/footer.html index bc4a8ba..9f8d4e4 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1 +1,2 @@ -

2024 - {{ 'now' | date: "%Y" }} hexaitos.com

\ No newline at end of file +

2024 - {{ 'now' | date: "%Y" }} hexaitos.com

+

Made with Jekyll

\ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index f8ad37d..9a765c1 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -18,7 +18,9 @@

Welcome to my website!

-

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon.

+

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon. If you want to get in touch, look at the contact page!

+ +

This website is still very much a work-in-progress. I will be adding a blog where I will be posting things mostly about computers and games.

diff --git a/_site/art.html b/_site/art.html index 9b0000d..b1cae7a 100755 --- a/_site/art.html +++ b/_site/art.html @@ -26,6 +26,7 @@ diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index b898e9b..0f9f8c3 100755 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -123,12 +123,13 @@ div.main { div.menu { /* background: #ae4e26; */ background: #2b2623; - padding: 1em; + padding: .5em; margin-bottom: 2em; overflow: hidden; text-align: center; border-radius: 10px; - height: 3em; + min-height: 3em; + height: auto; } .menu p { @@ -152,6 +153,8 @@ div.menu { display:inline-block; font-size: medium; border-radius: 10px; + margin-bottom: .5em; + margin-top: .5em; } .menu a:hover, .contact a:hover { @@ -204,11 +207,17 @@ footer p { color: white; } +footer p:first-of-type { + float: left; +} + +footer p:last-of-type { + float: right; +} + /* Responsive design stuff */ @media only screen and (max-width: 900px) { .menu a { - margin-bottom: .5em; - margin-top: .5em; font-size: medium; min-width: 80px; } diff --git a/_site/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png b/_site/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png new file mode 100755 index 0000000..aaccfce Binary files /dev/null and b/_site/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png differ diff --git a/_site/blog.html b/_site/blog.html index b386422..f1601e2 100755 --- a/_site/blog.html +++ b/_site/blog.html @@ -25,6 +25,7 @@ diff --git a/_site/contact.html b/_site/contact.html index becd64d..0bbd1af 100755 --- a/_site/contact.html +++ b/_site/contact.html @@ -34,6 +34,7 @@ diff --git a/_site/index.html b/_site/index.html index daec23a..31a3983 100755 --- a/_site/index.html +++ b/_site/index.html @@ -24,12 +24,15 @@

Welcome to my website!

-

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon.

+

Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon. If you want to get in touch, look at the contact page!

+ +

This website is still very much a work-in-progress. I will be adding a blog where I will be posting things mostly about computers and games.

\ No newline at end of file diff --git a/_site/refsheet.html b/_site/refsheet.html index e154db9..58f256f 100755 --- a/_site/refsheet.html +++ b/_site/refsheet.html @@ -20,16 +20,17 @@

My ref sheet

- +

-

Drawn by FaultyArts.

+

Drawn by FaultyArts. Click the image to enlargen it (opens it in a new tab, roughly 4 MB).

diff --git a/assets/css/styles.css b/assets/css/styles.css index b898e9b..0f9f8c3 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -123,12 +123,13 @@ div.main { div.menu { /* background: #ae4e26; */ background: #2b2623; - padding: 1em; + padding: .5em; margin-bottom: 2em; overflow: hidden; text-align: center; border-radius: 10px; - height: 3em; + min-height: 3em; + height: auto; } .menu p { @@ -152,6 +153,8 @@ div.menu { display:inline-block; font-size: medium; border-radius: 10px; + margin-bottom: .5em; + margin-top: .5em; } .menu a:hover, .contact a:hover { @@ -204,11 +207,17 @@ footer p { color: white; } +footer p:first-of-type { + float: left; +} + +footer p:last-of-type { + float: right; +} + /* Responsive design stuff */ @media only screen and (max-width: 900px) { .menu a { - margin-bottom: .5em; - margin-top: .5em; font-size: medium; min-width: 80px; } diff --git a/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png b/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png new file mode 100755 index 0000000..aaccfce Binary files /dev/null and b/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png differ diff --git a/refsheet.md b/refsheet.md index 4251423..98469ec 100755 --- a/refsheet.md +++ b/refsheet.md @@ -5,7 +5,7 @@ title: "Hexaitos.com – Ref Sheet" # My ref sheet - + -Drawn by [FaultyArts](https://faultyarts.carrd.co/). \ No newline at end of file +Drawn by [FaultyArts](https://faultyarts.carrd.co/). Click the image to enlargen it (opens it in a new tab, roughly 4 MB). \ No newline at end of file