Merge branch 'master' of https://git.ellpeck.de/Ellpeck/Web into master
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
commit
7770a8eea2
3 changed files with 22 additions and 8 deletions
|
@ -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?",
|
||||
"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#."
|
||||
},
|
||||
{
|
||||
"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": "What's your favorite Starbucks?",
|
||||
"a": "Iced Caramel Macchiato. With whipped cream. Of course."
|
||||
}
|
||||
]
|
|
@ -31,15 +31,15 @@
|
|||
<body>
|
||||
<div id="sidebar">
|
||||
<!-- Donation buttons -->
|
||||
<a href="https://github.com/sponsors/Ellpeck">Sponsor on GitHub</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://github.com/sponsors/Ellpeck">❤️ Sponsor on GitHub</a>
|
||||
<a href="https://patreon.com/Ellpeck">⭐ Become a Patron</a>
|
||||
<a href="https://ko-fi.com/ellpeck">☕ Buy me a Coffee</a>
|
||||
<hr>
|
||||
<div id="sidebar-content"></div>
|
||||
<hr>
|
||||
<a href="https://ellpeck.de">Main Site</a>
|
||||
<a href="https://ellpeck.de/impressum">Impressum</a>
|
||||
<a href="https://ellpeck.de/privacy">Privacy</a>
|
||||
<a href="https://ellpeck.de">🏠 Main Site</a>
|
||||
<a href="https://ellpeck.de/impressum">📜 Impressum</a>
|
||||
<a href="https://ellpeck.de/privacy">🙈 Privacy</a>
|
||||
<a href="https://git.ellpeck.de/Ellpeck/Web">© Ellpeck</a>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
|
|
@ -234,6 +234,16 @@ pre.highlight {
|
|||
padding: 15px;
|
||||
}
|
||||
|
||||
@media(max-width: 1199px) {
|
||||
.blog-title {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.blog-summary {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.container {
|
||||
max-width: none;
|
||||
|
|
Loading…
Reference in a new issue