Merge branch 'master' of https://git.ellpeck.de/Ellpeck/Web into master
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2022-02-03 13:42:20 +01:00
commit 7770a8eea2
3 changed files with 22 additions and 8 deletions

View file

@ -1,4 +1,8 @@
[{ [{
"q": "What are your pronouns?",
"a": "I'm cis male, so I go by he/him most of the time. I don't really mind though, so you can use any pronouns."
},
{
"q": "How old are you?", "q": "How old are you?",
"a": "I'm <span id=\"age\"></span> years old. This automatically updates now, too, so I won't ever forget to update it again!" "a": "I'm <span id=\"age\"></span> years old. This automatically updates now, too, so I won't ever forget to update it again!"
}, },
@ -39,7 +43,7 @@
"a": "C#." "a": "C#."
}, },
{ {
"q": "What are your pronouns?", "q": "What's your favorite Starbucks?",
"a": "I'm cis male, so I go by he/him most of the time. I don't really mind though, so you can use any pronouns." "a": "Iced Caramel Macchiato. With whipped cream. Of course."
} }
] ]

View file

@ -31,15 +31,15 @@
<body> <body>
<div id="sidebar"> <div id="sidebar">
<!-- Donation buttons --> <!-- Donation buttons -->
<a href="https://github.com/sponsors/Ellpeck">Sponsor on GitHub</a> <a href="https://github.com/sponsors/Ellpeck">❤️ Sponsor on GitHub</a>
<a href="https://patreon.com/Ellpeck">Become a Patron</a> <a href="https://patreon.com/Ellpeck">Become a Patron</a>
<a href="https://ko-fi.com/ellpeck">Buy me a Coffee</a> <a href="https://ko-fi.com/ellpeck">Buy me a Coffee</a>
<hr> <hr>
<div id="sidebar-content"></div> <div id="sidebar-content"></div>
<hr> <hr>
<a href="https://ellpeck.de">Main Site</a> <a href="https://ellpeck.de">🏠 Main Site</a>
<a href="https://ellpeck.de/impressum">Impressum</a> <a href="https://ellpeck.de/impressum">📜 Impressum</a>
<a href="https://ellpeck.de/privacy">Privacy</a> <a href="https://ellpeck.de/privacy">🙈 Privacy</a>
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; Ellpeck</a> <a href="https://git.ellpeck.de/Ellpeck/Web">&copy; Ellpeck</a>
</div> </div>
<div id="content"> <div id="content">

View file

@ -234,6 +234,16 @@ pre.highlight {
padding: 15px; padding: 15px;
} }
@media(max-width: 1199px) {
.blog-title {
margin-top: 15px;
}
.blog-summary {
margin-bottom: 10px;
}
}
@media (max-width: 768px) { @media (max-width: 768px) {
.container { .container {
max-width: none; max-width: none;