CSS improvements, loading improvements, better emoticons
This commit is contained in:
parent
fd2be8fbe2
commit
c446254161
|
@ -0,0 +1 @@
|
|||
<img src="/assets/icons/bateleur_head_emoticon.png" height="16px" width="16px" alt="An old illustration of the head of a bateleur eagle."/>
|
|
@ -0,0 +1 @@
|
|||
<img src="/assets/icons/buzzard.png" height="16px" width="16px" alt="An icon that combines the Greek letters theta and delta. A symbol for therianthropy."/>
|
|
@ -0,0 +1 @@
|
|||
<img src="/assets/icons/oystercatcher.png" height="16px" width="16px" alt="An icon that combines the Greek letters theta and delta. A symbol for therianthropy."/>
|
|
@ -0,0 +1 @@
|
|||
<img src="/assets/icons/theta_delta.svg" height="16px" width="16px" alt="An icon that combines the Greek letters theta and delta. A symbol for therianthropy."/>
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
@ -16,17 +17,17 @@
|
|||
|
||||
<div class="main">
|
||||
<div class="pfp">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png"/>
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" width="150px" height="150px" alt="A drawing of the head of an anthropomorphic bateleur eagle."/>
|
||||
<p>A headshot of me!<br/> Made by FaultyArts</p>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<b>Bateleur eagle from Germany. Mid to late 20s. He/they/bird. <img src="/assets/icons/theta_delta.svg" height="16px" width="16px"/></b>
|
||||
<b>{% include emoticons/bateleur_head %} Bateleur eagle from Germany. Mid to late 20s. He/they/bird. {% include emoticons/thetadelta %}</b>
|
||||
</div>
|
||||
|
||||
<h1>Welcome to my website!</h1>
|
||||
|
||||
<p>Hello and welcome to my website :› My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany and I live in a mystical city that is rumoured not to exist. Also, because this has shocked some people before, my name does actually have a meaning! The <q><i>-aitos</i></q> is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and <q><i>Hex-</i></q> is from hexadecimal and also just because I thought it sounded cool.</I></p>
|
||||
<p>Hello and welcome to my website °v° My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany and I live in a mystical city that is rumoured not to exist. Also, because this has shocked some people before, my name does actually have a meaning! The <q><i>-aitos</i></q> is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and <q><i>Hex-</i></q> is from hexadecimal and also just because I thought it sounded cool.</i></p>
|
||||
|
||||
<p>I like working with computers (especially Linux, currently on EndeavourOS) and networks, playing (video) games, learning languages (I speak German, Swedish and English pretty well and know a good chunk of Ancient Greek), taking photos and a bunch of other things, depending on what I am currently fixated on. I, obviously, also really like birds with birds of prey being my favourite – but any bird is good. I also want to get into VR soon-ish. I am also a big fan of FOSS and self-hosting things.</p>
|
||||
|
||||
|
@ -34,7 +35,7 @@
|
|||
|
||||
<p>If you want to get in touch, look at the <a href="contact.html">contact</a> page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people!</p>
|
||||
|
||||
<p>This website is still very much a work-in-progress and it was last updated: {{ 'now' | date: "%-d %B %Y"}}. I will be adding a <a href="blog.html">blog</a> at some point where I will be posting things mostly about computers, games and birds (<i>who’d’ve thunk?</i>). </p>
|
||||
<p>This website is still very much a work-in-progress and it was last updated: {{ 'now' | date: "%-d %B %Y"}}. I will be adding a <a href="blog.html">blog</a> at some point where I will be posting things mostly about computers, games and birds (<i>who’d’ve thunk?</i>). You can also find me on <a href="https://bateleur.org">bateleur.org</a>. At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home.</p>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>hexaitos.com – Art of Hexaitos</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -360,4 +360,8 @@ div.desc {
|
|||
.contact a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
li {
|
||||
color: white;
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>hexaitos.com – Blog</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>hexaitos.com – Contact</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
<title>hexaitos.com – Home</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
@ -22,17 +23,17 @@
|
|||
|
||||
<div class="main">
|
||||
<div class="pfp">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png"/>
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" width="150px" height="150px" alt="A drawing of the head of an anthropomorphic bateleur eagle."/>
|
||||
<p>A headshot of me!<br/> Made by FaultyArts</p>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<b>Bateleur eagle from Germany. Mid to late 20s. He/they/bird. <img src="/assets/icons/theta_delta.svg" height="16px" width="16px"/></b>
|
||||
<b><img src="/assets/icons/bateleur_head_emoticon.png" height="16px" width="16px" alt="An old illustration of the head of a bateleur eagle."/> Bateleur eagle from Germany. Mid to late 20s. He/they/bird. <img src="/assets/icons/theta_delta.svg" height="16px" width="16px" alt="An icon that combines the Greek letters theta and delta. A symbol for therianthropy."/></b>
|
||||
</div>
|
||||
|
||||
<h1>Welcome to my website!</h1>
|
||||
|
||||
<p>Hello and welcome to my website :› My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany and I live in a mystical city that is rumoured not to exist. Also, because this has shocked some people before, my name does actually have a meaning! The <q><i>-aitos</i></q> is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and <q><i>Hex-</i></q> is from hexadecimal and also just because I thought it sounded cool.</I></p>
|
||||
<p>Hello and welcome to my website °v° My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany and I live in a mystical city that is rumoured not to exist. Also, because this has shocked some people before, my name does actually have a meaning! The <q><i>-aitos</i></q> is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and <q><i>Hex-</i></q> is from hexadecimal and also just because I thought it sounded cool.</i></p>
|
||||
|
||||
<p>I like working with computers (especially Linux, currently on EndeavourOS) and networks, playing (video) games, learning languages (I speak German, Swedish and English pretty well and know a good chunk of Ancient Greek), taking photos and a bunch of other things, depending on what I am currently fixated on. I, obviously, also really like birds with birds of prey being my favourite – but any bird is good. I also want to get into VR soon-ish. I am also a big fan of FOSS and self-hosting things.</p>
|
||||
|
||||
|
@ -40,7 +41,7 @@
|
|||
|
||||
<p>If you want to get in touch, look at the <a href="contact.html">contact</a> page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people!</p>
|
||||
|
||||
<p>This website is still very much a work-in-progress and it was last updated: 27 October 2024. I will be adding a <a href="blog.html">blog</a> at some point where I will be posting things mostly about computers, games and birds (<i>who’d’ve thunk?</i>). </p>
|
||||
<p>This website is still very much a work-in-progress and it was last updated: 27 October 2024. I will be adding a <a href="blog.html">blog</a> at some point where I will be posting things mostly about computers, games and birds (<i>who’d’ve thunk?</i>). You can also find me on <a href="https://bateleur.org">bateleur.org</a>. At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home.</p>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
<title>Hexaitos.com – Ref Sheet</title>
|
||||
|
||||
<link rel="preload" as="style" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/art.html</loc>
|
||||
|
||||
<lastmod>2024-10-27T16:02:19+01:00</lastmod>
|
||||
<lastmod>2024-10-27T13:52:11+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/blog.html</loc>
|
||||
|
||||
<lastmod>2024-10-27T16:02:19+01:00</lastmod>
|
||||
<lastmod>2024-10-27T13:52:11+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/contact.html</loc>
|
||||
|
||||
<lastmod>2024-10-27T16:02:19+01:00</lastmod>
|
||||
<lastmod>2024-10-27T13:52:11+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/</loc>
|
||||
|
||||
<lastmod>2024-10-27T16:02:19+01:00</lastmod>
|
||||
<lastmod>2024-10-27T13:52:11+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/refsheet.html</loc>
|
||||
|
||||
<lastmod>2024-10-27T16:02:19+01:00</lastmod>
|
||||
<lastmod>2024-10-27T13:52:11+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<url>
|
||||
<loc>https://hexaitos.com/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2024-10-27T16:02:19+01:00</lastmod>
|
||||
<lastmod>2024-10-27T13:52:11+01:00</lastmod>
|
||||
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.3</priority>
|
||||
|
|
|
@ -360,4 +360,8 @@ div.desc {
|
|||
.contact a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
li {
|
||||
color: white;
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
Loading…
Reference in New Issue