summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
authorhorus2021-03-12 12:59:03 +0100
committerhorus2021-03-12 12:59:03 +0100
commit1ee480d7dcb769bd8ad0603fb96d04db292c97ab (patch)
treefb10aefdfe3f71d61374f7a11fbac2ea34e2f2b3 /views/index.html
parent4545165e784b5be3bf46fea7b241a152282ffe80 (diff)
downloadmoehring-1ee480d7dcb769bd8ad0603fb96d04db292c97ab.tar.gz
Swagify ~
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html62
1 files changed, 54 insertions, 8 deletions
diff --git a/views/index.html b/views/index.html
index 48e7520..449b69c 100644
--- a/views/index.html
+++ b/views/index.html
@@ -2,16 +2,38 @@
{% block css %}
.main {
- margin-top: 8rem;
+ margin-top: 4rem;
+ margin-bottom: 4rem;
}
@media (max-width: 992px) {
.main {
margin-top: 4rem;
+ margin-bottom: 4rem;
}
}
.index-list > li {
margin-bottom: 1rem;
}
+
+ body {
+ background-color: #1c1c1c;
+ }
+
+ #footer {
+ background-color: #e1e1e1;
+ }
+ .string {
+ color: #ddd277;
+ }
+ .keyword {
+ color: #cd015f;
+ }
+ .tab-over-space {
+ margin-left: 2rem;
+ }
+ .text-muted {
+ color: #808080 !important;
+ }
{% endblock %}
{% block main %}
@@ -19,26 +41,50 @@
<div class="container">
<div class="quote">
- <em>I'm just a simple man, trying to find my way in the universe.</em>
+ <code>[ <span class="keyword">quote</span> => <em class="string">I'm just a simple man, trying to find my way in the universe.</em> ]</code>
</div>
<ul class="list-unstyled text-left index-list">
<li>
- I did some stuff online:
+ <span class="text-muted"># Stuff I spent my free time on:</span>
<br>
- <a href="/projects" title="projects">Side Projects</a>
+ <code>
+ <span class="keyword">while</span> lazy; <span class="keyword">do</span>
+ <br>
+ <a class="tab-over-space" href="/projects" title="uncaught exception">Side.Projects()</a>
+ <br>
+ <span class="keyword">endwhile</span>
+ </code>
+
</li>
<li>
- <strike>Stupi</strike>.. serious things I needed to exist:
+ <span class="text-muted"># <strike>Stupi</strike>.. serious things I needed to exist:</span>
<br>
- <a href="/tools" title="tools">Some funny, simple tools</a>
+ <code>
+ <span class="keyword">while</span> crazy; <span class="keyword">do</span>
+ <br>
+ <span class="tab-over-space">eval(<span class="string">"</span><a href="/tools" title="eval is bad">Some funny, simple tools</a><span class="string">"</span>)</span>
+ <br>
+ <span class="keyword">endwhile</span>
+ </code>
</li>
<li>
- <a href="/about" title="about me">About Me</a> / <a href="https://www.fuselkoenig.de/kontakt/" title="contact me">Contact</a>
+ <span class="text-muted"># I have more hobbys besides sleep(10)</span>
+ <br>
+ <code>
+ <span class="keyword">if</span> interested; <span class="keyword">do</span>
+ <br>
+ <span class="tab-over-space">
+ <a href="/about" title="me.about() makes more sense">About.Me()</a>
+ <span class="keyword">or</span>
+ <a href="https://www.fuselkoenig.de/kontakt/" title="don't tell me I forgot the semicolons">Contact.Me()</a></span>
+ <br>
+ <span class="keyword">endif</span>
+ </code>
</li>
<li>
-
</li>
</ul>
+ <code class="string">" syntax error: unexpected end of file</code>
</div>