aboutsummaryrefslogtreecommitdiff
path: root/crumbs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 18:23:35 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 18:23:35 +0100
commit0ac242705e20e4e1b0d03d7565caff6d939834bb (patch)
tree55b8fb20a0808a10274b189bc455d87c24735c46 /crumbs
parenteb88239947a8378c77ca17f9ac5323b18fe546f5 (diff)
test
Diffstat (limited to 'crumbs')
-rwxr-xr-xcrumbs/templates/home.html119
1 files changed, 57 insertions, 62 deletions
diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html
index c79fb7e..d145c24 100755
--- a/crumbs/templates/home.html
+++ b/crumbs/templates/home.html
@@ -1,80 +1,75 @@
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
- <head>
- <meta charset="utf-8">
- <title{{ SITENAME }}</title>
+ <head>
+ <meta charset="utf-8">
+ <title{{ SITENAME }}</title>
- <!-- Load bootstrap, then my own CSS -->
- <!-- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet"> -->
- <!-- <link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet"> -->
- <!-- <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet"> -->
- <!-- /Stylesheets -->
-
- <!-- Fonts -->
- <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500|Raleway:200,200i,300,300i,400,400i,500" rel="stylesheet"> -->
- <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,500" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
+ <!-- Load bootstrap, then my own CSS -->
+ <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
+ <link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
+ <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet">
- </head>
+ <!-- Fonts -->
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,500" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+ </head>
- <body style="background-color: black;">
+ <body>
- <!-- Outer bootstrap container -->
- <div class="container">
+ <!-- Outer bootstrap container -->
+ <div class="container">
- <!-- Add dynamic header -->
- <div class="navigation">
- <div class="nav pull-right">
+ <!-- Add dynamic header -->
+ <div class="navigation">
+ <div class="nav pull-right">
- <!-- Loop through all pages -->
- {% for title, link in MENUITEMS %}
- <!-- Do magic with http/https -->
- {% if 'http://' in link or 'https://' in link %}
- <a class="naughty" href="{{ link }}">{{ title }} </a>
- {% else %}
- <a class="naughty" href="{{ SITEURL }}{{ link }}">{{ title }} </a>
- {% endif %}
- {% endfor %}
+ <!-- Loop through all pages -->
+ {% for title, link in MENUITEMS %}
+ <!-- Do magic with http/https -->
+ {% if 'http://' in link or 'https://' in link %}
+ <a class="naughty" href="{{ link }}">{{ title }} </a>
+ {% else %}
+ <a class="naughty" href="{{ SITEURL }}{{ link }}">{{ title }} </a>
+ {% endif %}
+ {% endfor %}
+ </div>
</div>
- </div>
- <!-- /Static navbar -->
+ <!-- /Static navbar -->
- <hr/>
-
- <!-- The page title -->
- <div class="title" title="Inconsolata is my favourite monospace font, after all...">
- <h1>
- <span id="t-color-red"><b># ~ </b></span>
- <span id="t-color-org">Fun</span>
- <span id="t-color-ylw">Memory</span>
- <span id="t-color-grn">Violations</span>
- <span class="cursor" id="cursor">▁</span>
- </h1>
- </div>
+ <hr/>
- <!-- Cool colour bar, yo -->
- {% include "super_gay.html" %}
+ <!-- The page title -->
+ <div class="title" title="Inconsolata is my favourite monospace font, after all...">
+ <h1>
+ <span id="t-color-red"><b># ~ </b></span>
+ <span id="t-color-org">Fun</span>
+ <span id="t-color-ylw">Memory</span>
+ <span id="t-color-grn">Violations</span>
+ <span class="cursor" id="cursor">▁</span>
+ </h1>
+ </div>
- <p>
- <b>Hi – </b>Welcome to my dusty internet hangout place.
- </p>
- <p>
- My name is <b>Katharina Fey</b> and I'm a software developer from Berlin.
- I like taking photos, writing stories and starting way too many personal projects.
- </p>
+ <!-- Cool colour bar, yo -->
+ {% include "super_gay.html" %}
- <div class="icons">
- <a href="https://twitter.com/spacekookie"><h1 id="twitter"><i class="fa fa-twitter"></i> Twitter</h1></a>
- <a href="https://github.com/spacekookie"><h1 id="github"><i class="fa fa-github"></i> Github</h1></a>
- <a href="https://spacekookie.de/kookie.txt"><h1 id="keys"><i class="fa fa-key"></i> Keys</h1></a>
- </div>
+ <p>
+ <b>Hi – </b>Welcome to my dusty internet hangout place.
+ </p>
+ <p>
+ My name is <b>Katharina Fey</b> and I'm a software developer from Berlin.
+ I like taking photos, writing stories and starting way too many personal projects.
+ </p>
- <p>To get in touch with me, you can also send an e-mail to <a href="mailto:kookie@spacekookie.de" id="email"><b>kookie@spacekookie.de</b></a></p>
- <!-- <p>(My RFC2549 complient Prime MTU is currently out of comission)</p> -->
+ <div class="icons">
+ <a href="https://twitter.com/spacekookie"><h1 id="twitter"><i class="fa fa-twitter"></i> Twitter</h1></a>
+ <a href="https://github.com/spacekookie"><h1 id="github"><i class="fa fa-github"></i> Github</h1></a>
+ <a href="https://spacekookie.de/kookie.txt"><h1 id="keys"><i class="fa fa-key"></i> Keys</h1></a>
+ </div>
- </div>
+ <p>To get in touch with me, you can also send an e-mail to <a href="mailto:kookie@spacekookie.de" id="email"><b>kookie@spacekookie.de</b></a></p>
+ <!-- <p>(My RFC2549 complient Prime MTU is currently out of comission)</p> -->
- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
+ </div>
</body>
</html>