diff --git a/.well-known/fursona b/.well-known/fursona new file mode 100644 index 0000000..b282ba1 --- /dev/null +++ b/.well-known/fursona @@ -0,0 +1,33 @@ +{ + "sonas": [ + { + "name": "Hexaitos (or Hex)", + "pronouns": "he/they/any", + "gender": "Male", + "species": "Bateleur Eagle", + "description": "#todo", + "ref": "https://hexaitos.com/ref", + "refAlt": "A ref sheet of an anthropomorphic bateleur eagle with blue eyes including wing details and a headshot.", + "avatar": "https://hexaitos.com/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png", + "avatarAlt": "A drawing of the head of an anthropomorphic bateleur eagle.", + "age": 25, + "birthdate": "1999-04-10T00:00:00+00:00", + "colors": [ + // face and scales + "#2E2A1E", + "#CB9E4F", + "#994F2C", + "#90331C", + // eyes + "#FFFFFF", + "#233443", + "#2E2A1E", + // wings + "#BCB4AC", + "#9B9186", + "#2E2A1E", + "#794721" + ] + } + ] +} \ No newline at end of file diff --git a/_config.yml b/_config.yml index 9600882..477127c 100755 --- a/_config.yml +++ b/_config.yml @@ -3,4 +3,7 @@ baseurl: "" title: "Hexaitos’ Personal Website" disable_disk_cache: true collections: - - art \ No newline at end of file + - art +include: [".well-known"] +sass: + style: compressed \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 35e6bc0..846a182 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -22,12 +22,18 @@
- {% include emoticons/bateleur_head %} Bateleur eagle from Germany. Mid to late 20s. He/they/bird. {% include emoticons/thetadelta %} + {% assign dateStart = "1999-04-10" | date: '%s' %} + {% assign nowTimestamp = 'now' | date: '%s' %} + + {% assign diffSeconds = nowTimestamp | minus: dateStart %} + {% assign diffDays = diffSeconds | divided_by: 3600 | divided_by: 24 | divided_by: 365 %} + + {% include emoticons/bateleur_head %} Bateleur eagle from Germany. {{ diffDays | round: 0 }}. He/they/bird. {% include emoticons/thetadelta %}

Welcome to my website!

-

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 -aitos is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and Hex- is from hexadecimal and also just because I thought it sounded cool. {% include emoticons/buzzard %}

+

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 -aitos is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and Hex- is from hexadecimal and also just because I thought it sounded cool. {% include emoticons/buzzard %}

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.

@@ -35,7 +41,7 @@

If you want to get in touch, look at the contact page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people! I don’t usually bite. Unless you want me to >:3

-

This website is still very much a work-in-progress and it was last updated: {{ 'now' | date: "%-d %B %Y"}}. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk?).

+

This website is still very much a work-in-progress and it was last updated on the following day: {{ 'now' | date: "%-d %B %Y"}}. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk?).

You can also find me on bateleur.org. At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home. Additionally, you can find me on Gemini as well. Just go to gemini://terathopius.com or to https://terathopius.com for an HTTPS proxy of my Gemini capsule. I also have my own Gitea instance over on git.bateleur.org.

diff --git a/_site/.well-known/fursona b/_site/.well-known/fursona new file mode 100644 index 0000000..b282ba1 --- /dev/null +++ b/_site/.well-known/fursona @@ -0,0 +1,33 @@ +{ + "sonas": [ + { + "name": "Hexaitos (or Hex)", + "pronouns": "he/they/any", + "gender": "Male", + "species": "Bateleur Eagle", + "description": "#todo", + "ref": "https://hexaitos.com/ref", + "refAlt": "A ref sheet of an anthropomorphic bateleur eagle with blue eyes including wing details and a headshot.", + "avatar": "https://hexaitos.com/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png", + "avatarAlt": "A drawing of the head of an anthropomorphic bateleur eagle.", + "age": 25, + "birthdate": "1999-04-10T00:00:00+00:00", + "colors": [ + // face and scales + "#2E2A1E", + "#CB9E4F", + "#994F2C", + "#90331C", + // eyes + "#FFFFFF", + "#233443", + "#2E2A1E", + // wings + "#BCB4AC", + "#9B9186", + "#2E2A1E", + "#794721" + ] + } + ] +} \ No newline at end of file diff --git a/_site/2024/09/30/first_blog_post.html b/_site/2024/09/30/first_blog_post.html old mode 100755 new mode 100644 diff --git a/_site/art.html b/_site/art.html old mode 100755 new mode 100644 diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index 9579cfd..84af2e3 100755 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -1,402 +1 @@ -/* merriweather-regular - latin */ -@font-face { - font-family: 'Merriweather'; - font-style: normal; - font-weight: 400; - src: url('/assets/fonts/merriweather-v21-latin-regular.eot'); /* IE9 Compat Modes */ - src: local('Merriweather Regular'), local('Merriweather-Regular'), - url('/assets/fonts/merriweather-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('/assets/fonts/merriweather-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('/assets/fonts/merriweather-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('/assets/fonts/merriweather-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('/assets/fonts/merriweather-v21-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */ - font-display: swap; -} - -/* merriweather-italic - latin */ -@font-face { - font-family: 'Merriweather'; - font-style: italic; - font-weight: 400; - src: url('/assets/fonts/merriweather-v21-latin-italic.eot'); /* IE9 Compat Modes */ - src: local('Merriweather Italic'), local('Merriweather-Italic'), - url('/assets/fonts/merriweather-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('/assets/fonts/merriweather-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('/assets/fonts/merriweather-v21-latin-italic.woff') format('woff'), /* Modern Browsers */ - url('/assets/fonts/merriweather-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ - url('/assets/fonts/merriweather-v21-latin-italic.svg#Merriweather') format('svg'); /* Legacy iOS */ - font-display: swap; -} - -/* merriweather-sans-regular - latin */ -@font-face { - font-family: 'Merriweather Sans'; - font-style: normal; - font-weight: 400; - src: url('/assets/fonts/merriweather-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */ - src: local(''), - url('/assets/fonts/merriweather-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('/assets/fonts/merriweather-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('/assets/fonts/merriweather-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('/assets/fonts/merriweather-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('/assets/fonts/merriweather-sans-v13-latin-regular.svg#MerriweatherSans') format('svg'); /* Legacy iOS */ - font-display: swap; -} - -/* merriweather-sans-italic - latin */ -@font-face { - font-family: 'Merriweather Sans'; - font-style: italic; - font-weight: 400; - src: url('/assets/fonts/merriweather-sans-v13-latin-italic.eot'); /* IE9 Compat Modes */ - src: local(''), - url('/assets/fonts/merriweather-sans-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('/assets/fonts/merriweather-sans-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('/assets/fonts/merriweather-sans-v13-latin-italic.woff') format('woff'), /* Modern Browsers */ - url('/assets/fonts/merriweather-sans-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ - url('/assets/fonts/merriweather-sans-v13-latin-italic.svg#MerriweatherSans') format('svg'); /* Legacy iOS */ - font-display: swap; -} - -:root { - --body-bg: #9f9287; - --main-bg: #cdcac4; - --menu-bg: #2b2623; - --foot-bg: #2b2623; - --btn-col: #dba047; - --btn-hov: #ae4e26; -} - -* { - font-family: Merriweather, Merriweather Sans; -} - -q { - quotes: "“" "”" "‘" "’"; - font-family: Merriweather; -} - -q::before { - content: open-quote; -} - -q::after { - content: close-quote; -} - -body { - /* border: 2px solid rgba(167, 47, 20, 1); */ - /* border-radius: 25px; */ - margin-left: 10%; - margin-right: 10%; - padding: 10px; - background-color: var(--body-bg); -} - -.main h1, h2, h3 { - font-variant: small-caps; - padding: .3em .3em; -} - -.main h1 { - border-top: 5px double rgba(167, 47, 20, 1); - border-bottom: 5px double rgba(167, 47, 20, 1); - text-align: center; -} - -.main h2 { - border-bottom: 5px solid rgba(167, 47, 20, 1); -} - -.main p { - font-size: 16px; - text-align: justify; -} - -.main img { - max-width: 100%; -} - -div.pfp { - padding: .5em; -} - -div.main { - background-color: var(--main-bg); - padding: 2em; - border-radius: 10px; - min-height: 500px; -} - -.pfp img { - border: 5px double rgba(167, 47, 20, 1); - border-radius: 10px; - max-width: 150px; - display: block; - margin-left: auto; - margin-right: auto; -} - -.pfp p { - text-align: center; - font-style: italic; - font-size: 12px; -} - -div.menu { - /* background: #ae4e26; */ - background: var(--menu-bg); - padding: .5em; - margin-bottom: 2em; - overflow: hidden; - text-align: center; - border-radius: 10px; - min-height: 3em; - height: auto; -} - -.menu p { - color: white; - text-decoration: none; - padding: .5em .5em; - margin-left: .5em; - text-align: right; - border-radius: 10px; -} - -.menu a { - color: white; - text-decoration: none; - padding: .8em .8em; - margin-right: 1em; - margin-left: 1em; - min-width: 100px; - text-align: center; - background-color: var(--btn-col); - display:inline-block; - font-size: medium; - border-radius: 10px; - margin-bottom: .5em; - margin-top: .5em; -} - -.menu a:hover, .contact a:hover, a.webring-btn:hover { - background-color: var(--btn-hov); -} - -.main a { - color: #ae4e26; -} - -.main a:hover { - text-decoration: none; -} - -div.contact { - text-align: center; -} - -.contact a { - color: white; - text-decoration: none; - padding: .8em .8em; - text-align: center; - background-color: var(--btn-col); - display:grid; - font-size: medium; - border-radius: 10px; - margin-bottom: 1em; -} - -/*.contact a:last-child { - min-width: 94%; -} */ - -a.webring-btn { - color: white; - text-decoration: none; - padding: .5em .5em; - margin-right: 0.5em; - margin-left: 0.5em; - min-width: 75px; - text-align: center; - background-color: var(--btn-col); - display: inline-block; - font-size: medium; - border-radius: 10px; -} - -div.webring-btn-container { - -} - -div.webring { - border-top: 2px solid var(--btn-hov); - border-bottom: 2px solid var(--btn-hov); - text-align: right; - display: flex; - align-items: center; - height: 50px; - justify-content: space-between; - margin-top: 5px; -} - -.webring span { - float: left; - padding: auto 0; -} - -footer { - /* background: #ae4e26; */ - background: var(--foot-bg); - padding: 1em; - margin-top: 2em; - overflow: hidden; - text-align: center; - height: auto; - border-radius: 10px; - min-height: 3em; -} - -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 { - font-size: medium; - min-width: 90px; - } - - div.menu { - padding: .5em; - height: auto; - } - - body { - margin-left: 5%; - margin-right: 5%; - } -} - -@media only screen and (max-width: 700px) { - .menu a { - font-size: smaller; - min-width: 80px; - margin-left: 0.1em; - margin-right: 0.1em; - } - - footer p:first-of-type, footer p:last-of-type { - float: none; - } -} - -/* CSS gallery from w3schools.com */ - -div.art { - display: flex; - justify-content: center; -} - -div.gallery { - border: 5px double rgba(167, 47, 20, 0.3); -} - -div.gallery:hover { - border: 5px double #dba047; -} - -div.gallery img { - width: 100%; - height: 200px; - object-fit: scale-down; -} - -div.desc { - padding: 10px; - text-align: center; -} - -* { - box-sizing: border-box; -} - -.responsive { - padding: 0 6px; - float: left; - width: 24.99999%; -} - -@media only screen and (max-width: 700px) { - .responsive { - width: 49.99999%; - margin: 6px 0; - } - - div.art { - display: inherit; - justify-content: inherit - } -} - -@media only screen and (max-width: 500px) { - .responsive { - width: 100%; - } - - div.art { - display: inherit; - justify-content: inherit - } - - a.webring-btn { - min-width: 40px; - margin-right: 0.2em; - margin-left: 0.2em; - } -} - -.clearfix:after { - content: ""; - display: table; - clear: both; -} - -code { - font-family: monospace; - background-color: lightgrey; - border: 1px grey; -} - -@media (prefers-color-scheme: dark) { - :root { - --body-bg: rgb(49, 49, 49); - --main-bg: #191919; - --menu-bg: #191919; - --foot-bg: #191919; - --btn-hov: #dba047; - --btn-col: #ae4e26; - } - - div.gallery { - border: 5px double rgba(167, 47, 20, 1); - } - - .main a { - color: #dba047; - } - - .contact a, li, span, a.webring-btn, div.desc, p, h1, h2, h3, b { - color: white; - } -} \ No newline at end of file +@font-face{font-family:"Merriweather";font-style:normal;font-weight:400;src:url("/assets/fonts/merriweather-v21-latin-regular.eot");src:local("Merriweather Regular"),local("Merriweather-Regular"),url("/assets/fonts/merriweather-v21-latin-regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-v21-latin-regular.woff2") format("woff2"),url("/assets/fonts/merriweather-v21-latin-regular.woff") format("woff"),url("/assets/fonts/merriweather-v21-latin-regular.ttf") format("truetype"),url("/assets/fonts/merriweather-v21-latin-regular.svg#Merriweather") format("svg");font-display:swap}@font-face{font-family:"Merriweather";font-style:italic;font-weight:400;src:url("/assets/fonts/merriweather-v21-latin-italic.eot");src:local("Merriweather Italic"),local("Merriweather-Italic"),url("/assets/fonts/merriweather-v21-latin-italic.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-v21-latin-italic.woff2") format("woff2"),url("/assets/fonts/merriweather-v21-latin-italic.woff") format("woff"),url("/assets/fonts/merriweather-v21-latin-italic.ttf") format("truetype"),url("/assets/fonts/merriweather-v21-latin-italic.svg#Merriweather") format("svg");font-display:swap}@font-face{font-family:"Merriweather Sans";font-style:normal;font-weight:400;src:url("/assets/fonts/merriweather-sans-v13-latin-regular.eot");src:local(""),url("/assets/fonts/merriweather-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-sans-v13-latin-regular.woff2") format("woff2"),url("/assets/fonts/merriweather-sans-v13-latin-regular.woff") format("woff"),url("/assets/fonts/merriweather-sans-v13-latin-regular.ttf") format("truetype"),url("/assets/fonts/merriweather-sans-v13-latin-regular.svg#MerriweatherSans") format("svg");font-display:swap}@font-face{font-family:"Merriweather Sans";font-style:italic;font-weight:400;src:url("/assets/fonts/merriweather-sans-v13-latin-italic.eot");src:local(""),url("/assets/fonts/merriweather-sans-v13-latin-italic.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/merriweather-sans-v13-latin-italic.woff2") format("woff2"),url("/assets/fonts/merriweather-sans-v13-latin-italic.woff") format("woff"),url("/assets/fonts/merriweather-sans-v13-latin-italic.ttf") format("truetype"),url("/assets/fonts/merriweather-sans-v13-latin-italic.svg#MerriweatherSans") format("svg");font-display:swap}:root{--body-bg: #9f9287;--main-bg: #cdcac4;--menu-bg: #2b2623;--foot-bg: #2b2623;--btn-col: #dba047;--btn-hov: #ae4e26}*{font-family:Merriweather,Merriweather Sans}q{quotes:"“" "”" "‘" "’";font-family:Merriweather}q::before{content:open-quote}q::after{content:close-quote}body{margin-left:10%;margin-right:10%;padding:10px;background-color:var(--body-bg)}.main h1,h2,h3{font-variant:small-caps;padding:.3em .3em}.main h1{border-top:5px double #a72f14;border-bottom:5px double #a72f14;text-align:center}.main h2{border-bottom:5px solid #a72f14}.main p{font-size:16px;text-align:justify}.main img{max-width:100%}div.pfp{padding:.5em}div.main{background-color:var(--main-bg);padding:2em;border-radius:10px;min-height:500px}.pfp img{border:5px double #a72f14;border-radius:10px;max-width:150px;display:block;margin-left:auto;margin-right:auto}.pfp p{text-align:center;font-style:italic;font-size:12px}div.menu{background:var(--menu-bg);padding:.5em;margin-bottom:2em;overflow:hidden;text-align:center;border-radius:10px;min-height:3em;height:auto}.menu p{color:#fff;text-decoration:none;padding:.5em .5em;margin-left:.5em;text-align:right;border-radius:10px}.menu a{color:#fff;text-decoration:none;padding:.8em .8em;margin-right:1em;margin-left:1em;min-width:100px;text-align:center;background-color:var(--btn-col);display:inline-block;font-size:medium;border-radius:10px;margin-bottom:.5em;margin-top:.5em}.menu a:hover,.contact a:hover,a.webring-btn:hover{background-color:var(--btn-hov)}.main a{color:#ae4e26}.main a:hover{text-decoration:none}div.contact{text-align:center}.contact a{color:#fff;text-decoration:none;padding:.8em .8em;text-align:center;background-color:var(--btn-col);display:grid;font-size:medium;border-radius:10px;margin-bottom:1em}a.webring-btn{color:#fff;text-decoration:none;padding:.5em .5em;margin-right:.5em;margin-left:.5em;min-width:75px;text-align:center;background-color:var(--btn-col);display:inline-block;font-size:medium;border-radius:10px}div.webring{border-top:2px solid var(--btn-hov);border-bottom:2px solid var(--btn-hov);text-align:right;display:flex;align-items:center;height:50px;justify-content:space-between;margin-top:5px}.webring span{float:left;padding:auto 0}footer{background:var(--foot-bg);padding:1em;margin-top:2em;overflow:hidden;text-align:center;height:auto;border-radius:10px;min-height:3em}footer p{color:#fff}footer p:first-of-type{float:left}footer p:last-of-type{float:right}@media only screen and (max-width: 900px){.menu a{font-size:medium;min-width:90px}div.menu{padding:.5em;height:auto}body{margin-left:5%;margin-right:5%}}@media only screen and (max-width: 700px){.menu a{font-size:smaller;min-width:80px;margin-left:.1em;margin-right:.1em}footer p:first-of-type,footer p:last-of-type{float:none}}div.art{display:flex;justify-content:center}div.gallery{border:5px double rgba(167,47,20,.3)}div.gallery:hover{border:5px double #dba047}div.gallery img{width:100%;height:200px;object-fit:scale-down}div.desc{padding:10px;text-align:center}*{box-sizing:border-box}.responsive{padding:0 6px;float:left;width:24.99999%}@media only screen and (max-width: 700px){.responsive{width:49.99999%;margin:6px 0}div.art{display:inherit;justify-content:inherit}}@media only screen and (max-width: 500px){.responsive{width:100%}div.art{display:inherit;justify-content:inherit}a.webring-btn{min-width:40px;margin-right:.2em;margin-left:.2em}}.clearfix:after{content:"";display:table;clear:both}code{font-family:monospace;background-color:#d3d3d3;border:1px gray}@media(prefers-color-scheme: dark){:root{--body-bg: rgb(49, 49, 49);--main-bg: #191919;--menu-bg: #191919;--foot-bg: #191919;--btn-hov: #dba047;--btn-col: #ae4e26}code{background-color:#a9a9a9}div.gallery{border:5px double #a72f14}.main a{color:#dba047}.contact a,li,span,a.webring-btn,div.desc,p,h1,h2,h3,b{color:#fff}}/*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/_site/assets/css/styles.css.map b/_site/assets/css/styles.css.map new file mode 100644 index 0000000..dc6ca6f --- /dev/null +++ b/_site/assets/css/styles.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["styles.scss"],"names":[],"mappings":"CACA,WACE,2BACA,kBACA,gBACA,4DACA,2cAMA,kBAIF,WACE,2BACA,kBACA,gBACA,2DACA,ocAMA,kBAIF,WACE,gCACA,kBACA,gBACA,iEACA,sbAMA,kBAIF,WACE,gCACA,kBACA,gBACA,gEACA,ibAMA,kBAGF,MACE,mBACA,mBACA,mBACA,mBACA,mBACA,mBAGF,EACE,2CAGF,EACE,uBACA,yBAGF,UACI,mBAGJ,SACI,oBAGJ,KAGE,gBACA,iBACA,aACA,gCAGF,eACE,wBACA,kBAGF,SACE,8BACA,iCACA,kBAGF,SACE,gCAGF,QACE,eACA,mBAGF,UACE,eAGF,QACE,aAGF,SACE,gCACA,YACA,mBACA,iBAGF,SACE,0BACA,mBACA,gBACA,cACA,iBACA,kBAGF,OACE,kBACA,kBACA,eAGF,SAEE,0BACA,aACA,kBACA,gBACA,kBACA,mBACA,eACA,YAGF,QACE,WACA,qBACA,kBACA,iBACA,iBACA,mBAGF,QACE,WACA,qBACA,kBACA,iBACA,gBACA,gBACA,kBACA,gCACA,qBACA,iBACA,mBACA,mBACA,gBAGF,mDACE,gCAGF,QACE,cAGF,cACE,qBAGF,YACE,kBAGF,WACE,WACA,qBACA,kBACA,kBACA,gCACA,aACA,iBACA,mBACA,kBAOF,cACE,WACA,qBACA,kBACA,kBACA,iBACA,eACA,kBACA,gCACA,qBACA,iBACA,mBAOF,YACE,oCACA,uCACA,iBACA,aACA,mBACA,YACA,8BACA,eAGF,cACE,WACA,eAGF,OAEE,0BACA,YACA,eACA,gBACA,kBACA,YACA,mBACA,eAGF,SACE,WAGF,uBACE,WAGF,sBACE,YAIF,0CACE,QACE,iBACA,eAGF,SACE,aACA,YAGF,KACE,eACA,iBAIJ,0CACE,QACE,kBACA,eACA,iBACA,kBAGF,6CACE,YAMJ,QACE,aACA,uBAGF,YACE,qCAGF,kBACE,0BAGF,gBACE,WACA,aACA,sBAGF,SACE,aACA,kBAGF,EACE,sBAGF,YACE,cACA,WACA,gBAGF,0CACE,YACE,gBACA,aAGF,QACE,gBACA,yBAIJ,0CACE,YACE,WAGF,QACE,gBACA,wBAGF,cACE,eACA,kBACA,kBAIJ,gBACE,WACA,cACA,WAGF,KACE,sBACA,yBACA,gBAGF,mCACE,MACE,2BACA,mBACA,mBACA,mBACA,mBACA,mBAGF,KACE,yBAGF,YACE,0BAGF,QACE,cAGF,uDACE","sourcesContent":["/* merriweather-regular - latin */\n@font-face {\n font-family: 'Merriweather';\n font-style: normal;\n font-weight: 400;\n src: url('/assets/fonts/merriweather-v21-latin-regular.eot'); /* IE9 Compat Modes */\n src: local('Merriweather Regular'), local('Merriweather-Regular'),\n url('/assets/fonts/merriweather-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n url('/assets/fonts/merriweather-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */\n url('/assets/fonts/merriweather-v21-latin-regular.woff') format('woff'), /* Modern Browsers */\n url('/assets/fonts/merriweather-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */\n url('/assets/fonts/merriweather-v21-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */\n font-display: swap;\n}\n\n/* merriweather-italic - latin */\n@font-face {\n font-family: 'Merriweather';\n font-style: italic;\n font-weight: 400;\n src: url('/assets/fonts/merriweather-v21-latin-italic.eot'); /* IE9 Compat Modes */\n src: local('Merriweather Italic'), local('Merriweather-Italic'),\n url('/assets/fonts/merriweather-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n url('/assets/fonts/merriweather-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('/assets/fonts/merriweather-v21-latin-italic.woff') format('woff'), /* Modern Browsers */\n url('/assets/fonts/merriweather-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */\n url('/assets/fonts/merriweather-v21-latin-italic.svg#Merriweather') format('svg'); /* Legacy iOS */\n font-display: swap;\n}\n\n/* merriweather-sans-regular - latin */\n@font-face {\n font-family: 'Merriweather Sans';\n font-style: normal;\n font-weight: 400;\n src: url('/assets/fonts/merriweather-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */\n src: local(''),\n url('/assets/fonts/merriweather-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n url('/assets/fonts/merriweather-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */\n url('/assets/fonts/merriweather-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */\n url('/assets/fonts/merriweather-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */\n url('/assets/fonts/merriweather-sans-v13-latin-regular.svg#MerriweatherSans') format('svg'); /* Legacy iOS */\n font-display: swap;\n}\n\n/* merriweather-sans-italic - latin */\n@font-face {\n font-family: 'Merriweather Sans';\n font-style: italic;\n font-weight: 400;\n src: url('/assets/fonts/merriweather-sans-v13-latin-italic.eot'); /* IE9 Compat Modes */\n src: local(''),\n url('/assets/fonts/merriweather-sans-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n url('/assets/fonts/merriweather-sans-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */\n url('/assets/fonts/merriweather-sans-v13-latin-italic.woff') format('woff'), /* Modern Browsers */\n url('/assets/fonts/merriweather-sans-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */\n url('/assets/fonts/merriweather-sans-v13-latin-italic.svg#MerriweatherSans') format('svg'); /* Legacy iOS */\n font-display: swap;\n}\n\n:root {\n --body-bg: #9f9287;\n --main-bg: #cdcac4; \n --menu-bg: #2b2623;\n --foot-bg: #2b2623; \n --btn-col: #dba047; \n --btn-hov: #ae4e26;\n}\n\n* {\n font-family: Merriweather, Merriweather Sans; \n}\n\nq {\n quotes: \"“\" \"”\" \"‘\" \"’\";\n font-family: Merriweather;\n}\n\nq::before {\n content: open-quote;\n}\n\nq::after {\n content: close-quote;\n}\n\nbody {\n /* border: 2px solid rgba(167, 47, 20, 1); */\n /* border-radius: 25px; */\n margin-left: 10%;\n margin-right: 10%;\n padding: 10px;\n background-color: var(--body-bg);\n}\n\n.main h1, h2, h3 {\n font-variant: small-caps;\n padding: .3em .3em;\n}\n\n.main h1 {\n border-top: 5px double rgba(167, 47, 20, 1);\n border-bottom: 5px double rgba(167, 47, 20, 1);\n text-align: center;\n}\n\n.main h2 {\n border-bottom: 5px solid rgba(167, 47, 20, 1);\n}\n\n.main p {\n font-size: 16px;\n text-align: justify;\n}\n\n.main img {\n max-width: 100%;\n}\n\ndiv.pfp {\n padding: .5em;\n}\n\ndiv.main {\n background-color: var(--main-bg);\n padding: 2em;\n border-radius: 10px;\n min-height: 500px;\n}\n\n.pfp img {\n border: 5px double rgba(167, 47, 20, 1);\n border-radius: 10px;\n max-width: 150px;\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\n.pfp p {\n text-align: center;\n font-style: italic;\n font-size: 12px; \n}\n\ndiv.menu {\n /* background: #ae4e26; */\n background: var(--menu-bg); \n padding: .5em;\n margin-bottom: 2em;\n overflow: hidden;\n text-align: center;\n border-radius: 10px;\n min-height: 3em;\n height: auto;\n}\n\n.menu p {\n color: white;\n text-decoration: none;\n padding: .5em .5em; \n margin-left: .5em;\n text-align: right;\n border-radius: 10px;\n}\n\n.menu a {\n color: white;\n text-decoration: none;\n padding: .8em .8em;\n margin-right: 1em;\n margin-left: 1em;\n min-width: 100px;\n text-align: center;\n background-color: var(--btn-col);\n display:inline-block;\n font-size: medium;\n border-radius: 10px;\n margin-bottom: .5em;\n margin-top: .5em;\n}\n\n.menu a:hover, .contact a:hover, a.webring-btn:hover {\n background-color: var(--btn-hov);\n}\n\n.main a {\n color: #ae4e26;\n}\n\n.main a:hover {\n text-decoration: none;\n}\n\ndiv.contact {\n text-align: center;\n}\n\n.contact a {\n color: white;\n text-decoration: none;\n padding: .8em .8em;\n text-align: center;\n background-color: var(--btn-col);\n display:grid;\n font-size: medium;\n border-radius: 10px;\n margin-bottom: 1em;\n}\n\n/*.contact a:last-child {\n min-width: 94%;\n} */\n\na.webring-btn {\n color: white;\n text-decoration: none;\n padding: .5em .5em;\n margin-right: 0.5em;\n margin-left: 0.5em;\n min-width: 75px;\n text-align: center;\n background-color: var(--btn-col);\n display: inline-block;\n font-size: medium;\n border-radius: 10px;\n}\n\ndiv.webring-btn-container {\n \n}\n\ndiv.webring {\n border-top: 2px solid var(--btn-hov);\n border-bottom: 2px solid var(--btn-hov);\n text-align: right;\n display: flex;\n align-items: center;\n height: 50px;\n justify-content: space-between;\n margin-top: 5px;\n}\n\n.webring span {\n float: left;\n padding: auto 0;\n}\n\nfooter {\n /* background: #ae4e26; */\n background: var(--foot-bg); \n padding: 1em;\n margin-top: 2em;\n overflow: hidden;\n text-align: center;\n height: auto;\n border-radius: 10px;\n min-height: 3em;\n}\n\nfooter p {\n color: white;\n}\n\nfooter p:first-of-type {\n float: left;\n}\n\nfooter p:last-of-type {\n float: right;\n}\n\n/* Responsive design stuff */\n@media only screen and (max-width: 900px) {\n .menu a {\n font-size: medium;\n min-width: 90px;\n }\n\n div.menu {\n padding: .5em;\n height: auto;\n }\n\n body {\n margin-left: 5%;\n margin-right: 5%;\n }\n}\n\n@media only screen and (max-width: 700px) {\n .menu a {\n font-size: smaller;\n min-width: 80px;\n margin-left: 0.1em;\n margin-right: 0.1em;\n }\n\n footer p:first-of-type, footer p:last-of-type {\n float: none;\n }\n}\n\n/* CSS gallery from w3schools.com */\n\ndiv.art {\n display: flex;\n justify-content: center;\n}\n\ndiv.gallery {\n border: 5px double rgba(167, 47, 20, 0.3);\n}\n\ndiv.gallery:hover {\n border: 5px double #dba047;\n}\n\ndiv.gallery img {\n width: 100%;\n height: 200px;\n object-fit: scale-down;\n}\n\ndiv.desc {\n padding: 10px;\n text-align: center;\n}\n\n* {\n box-sizing: border-box;\n}\n\n.responsive {\n padding: 0 6px;\n float: left;\n width: 24.99999%;\n}\n\n@media only screen and (max-width: 700px) {\n .responsive {\n width: 49.99999%;\n margin: 6px 0;\n }\n \n div.art {\n display: inherit;\n justify-content: inherit\n }\n}\n\n@media only screen and (max-width: 500px) {\n .responsive {\n width: 100%;\n }\n\n div.art {\n display: inherit;\n justify-content: inherit\n }\n\n a.webring-btn {\n min-width: 40px;\n margin-right: 0.2em;\n margin-left: 0.2em;\n }\n}\n\n.clearfix:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\ncode {\n font-family: monospace;\n background-color: lightgrey;\n border: 1px grey;\n}\n\n@media (prefers-color-scheme: dark) {\n :root {\n --body-bg: rgb(49, 49, 49);\n --main-bg: #191919; \n --menu-bg: #191919;\n --foot-bg: #191919; \n --btn-hov: #dba047; \n --btn-col: #ae4e26;\n }\n\n code {\n background-color: darkgray;\n }\n\n div.gallery {\n border: 5px double rgba(167, 47, 20, 1);\n }\n\n .main a {\n color: #dba047;\n }\n\n .contact a, li, span, a.webring-btn, div.desc, p, h1, h2, h3, b {\n color: white; \n }\n}"],"file":"styles.css"} \ No newline at end of file diff --git a/_site/assets/icons/logo-purple.svg b/_site/assets/icons/logo-purple.svg deleted file mode 100755 index 0f8baeb..0000000 --- a/_site/assets/icons/logo-purple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/_site/blog.html b/_site/blog.html old mode 100755 new mode 100644 diff --git a/_site/contact.html b/_site/contact.html old mode 100755 new mode 100644 diff --git a/_site/index.html b/_site/index.html old mode 100755 new mode 100644 index 4b5ed3b..74dbfa5 --- a/_site/index.html +++ b/_site/index.html @@ -28,12 +28,18 @@
- An old illustration of the head of a bateleur eagle. Bateleur eagle from Germany. Mid to late 20s. He/they/bird. An icon that combines the Greek letters theta and delta. A symbol for therianthropy. + + + + + + + An old illustration of the head of a bateleur eagle. Bateleur eagle from Germany. 25. He/they/bird. An icon that combines the Greek letters theta and delta. A symbol for therianthropy.

Welcome to my website!

-

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 -aitos is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and Hex- is from hexadecimal and also just because I thought it sounded cool. An icon that combines the Greek letters theta and delta. A symbol for therianthropy.

+

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 -aitos is just an uncommon transliteration of the Ancient Greek word for eagle (ἀετός, aetos) and Hex- is from hexadecimal and also just because I thought it sounded cool. An icon that combines the Greek letters theta and delta. A symbol for therianthropy.

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.

@@ -41,7 +47,7 @@

If you want to get in touch, look at the contact page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people! I don’t usually bite. Unless you want me to >:3

-

This website is still very much a work-in-progress and it was last updated: 4 November 2024. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk?).

+

This website is still very much a work-in-progress and it was last updated on the following day: 5 November 2024. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk?).

You can also find me on bateleur.org. At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home. Additionally, you can find me on Gemini as well. Just go to gemini://terathopius.com or to https://terathopius.com for an HTTPS proxy of my Gemini capsule. I also have my own Gitea instance over on git.bateleur.org.

diff --git a/_site/refsheet.html b/_site/refsheet.html old mode 100755 new mode 100644 diff --git a/_site/sitemap.xml b/_site/sitemap.xml old mode 100755 new mode 100644 index 60e0385..9618289 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -4,7 +4,7 @@ https://hexaitos.com/art.html - 2024-11-04T18:33:55+01:00 + 2024-11-05T13:22:17+01:00 monthly 0.3 @@ -13,7 +13,7 @@ https://hexaitos.com/blog.html - 2024-11-04T18:33:55+01:00 + 2024-11-05T13:22:17+01:00 monthly 0.3 @@ -22,7 +22,7 @@ https://hexaitos.com/contact.html - 2024-11-04T18:33:55+01:00 + 2024-11-05T13:22:17+01:00 monthly 0.3 @@ -31,7 +31,7 @@ https://hexaitos.com/ - 2024-11-04T18:33:55+01:00 + 2024-11-05T13:22:17+01:00 monthly 0.3 @@ -40,7 +40,7 @@ https://hexaitos.com/refsheet.html - 2024-11-04T18:33:55+01:00 + 2024-11-05T13:22:17+01:00 monthly 0.3 @@ -49,7 +49,16 @@ https://hexaitos.com/sitemap.xml - 2024-11-04T18:33:55+01:00 + 2024-11-05T13:22:17+01:00 + + monthly + 0.3 + + + + https://hexaitos.com/assets/css/styles.css + + 2024-11-05T13:22:17+01:00 monthly 0.3 diff --git a/assets/css/styles.css b/assets/css/styles.scss old mode 100755 new mode 100644 similarity index 99% rename from assets/css/styles.css rename to assets/css/styles.scss index 9579cfd..c8e147e --- a/assets/css/styles.css +++ b/assets/css/styles.scss @@ -1,3 +1,6 @@ +--- +--- + /* merriweather-regular - latin */ @font-face { font-family: 'Merriweather'; @@ -388,6 +391,10 @@ code { --btn-col: #ae4e26; } + code { + background-color: darkgray; + } + div.gallery { border: 5px double rgba(167, 47, 20, 1); } diff --git a/assets/icons/logo-purple.svg b/assets/icons/logo-purple.svg deleted file mode 100755 index 0f8baeb..0000000 --- a/assets/icons/logo-purple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - -