aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2017-10-22 23:20:46 +0200
committerKatharina Fey <kookie@spacekookie.de>2017-10-22 23:20:46 +0200
commit6386c12fc0e606829d2b5bfea31d647852f2b491 (patch)
tree7dd363f068858363a0ad640c69ec67b58371671b
parentc5705d62d3fdecc2e94be1f73f2327579ad91e50 (diff)
Adding work on new theme
-rw-r--r--crumbs/static/css/crumbs.css181
-rwxr-xr-xcrumbs/static/css/nest.css46
-rwxr-xr-xcrumbs/templates/home.html128
3 files changed, 264 insertions, 91 deletions
diff --git a/crumbs/static/css/crumbs.css b/crumbs/static/css/crumbs.css
new file mode 100644
index 0000000..8d8ccfc
--- /dev/null
+++ b/crumbs/static/css/crumbs.css
@@ -0,0 +1,181 @@
+/*
+ * This is my CSS y'all! It probably sucks 💩
+ */
+
+/* Responsive */
+@media (min-width: 768px) {
+ .container { width: 760px; }
+}
+@media (min-width: 992px) {
+ .container {
+ width: 985px;
+ }
+}
+@media (min-width: 1200px) {
+ .container {
+ width: 1195px;
+ }
+}
+
+/* The body is basically the base */
+body {
+ font-family: Roboto;
+ font-style: normal;
+ font-variant: normal;
+ font-size: 26px;
+ font-weight: 300;
+ color: #BEBEBE;
+ background-color: #242424;
+ margin: 0px;
+ /*line-height: 32px;*/
+ -webkit-font-smoothing:antialiased;
+ text-rendering: optimizeLegibility;
+}
+
+/* Describes the header container */
+.header {
+ height: 75px;
+ line-height: 75px;
+ background-color: #393939;
+ width: 100%;
+ margin-top: 15px;
+}
+
+/* Probably a temporary hack */
+.header p {
+ margin-left: 25px;
+}
+
+.header .nav {
+ float: right;
+}
+
+.header .nav a {
+ margin-left: 20px;
+ text-transform: uppercase;
+ transition: all 0.2s ease-out;
+}
+
+/* Mostly used on the front page */
+/*.highlight {
+ font-family: Inconsolata;
+}
+*/
+.title-text {
+ font-family: Inconsolata;
+ font-size: 32px;
+ line-height: 38px;
+}
+
+.title-text h1 { font-size: 64px; }
+
+/* Implements a blinking cursor */
+.blink {
+ -webkit-animation: 1s blink step-end infinite;
+ -moz-animation: 1s blink step-end infinite;
+ -ms-animation: 1s blink step-end infinite;
+ -o-animation: 1s blink step-end infinite;
+ animation: 1s blink step-end infinite;
+}
+
+/*************************
+
+COLOUR TILE THINGY
+
+**************************/
+
+.colours {
+ width: 1350px;
+ height: 90px;
+ padding-top: 75px;
+ margin: 0 auto;
+ display: flex;
+}
+
+.colour {
+ display: flex;
+ flex-direction: column;
+ height: 90px;
+ width: 90px;
+}
+
+#colour1 { background-color: #3c3c3c; }
+#colour2 { background-color: #525252; }
+#colour3 { background-color: #74736a; }
+#colour4 { background-color: #9f9e93; }
+#colour5 { background-color: #d2cfc7; }
+#colour6 { background-color: #e7e5df; }
+#colour7 { background-color: #f1f0ec; }
+#colour8 { background-color: #ef787b; }
+#colour9 { background-color: #f6915f; }
+#colour10 { background-color: #fdcb71; }
+#colour11 { background-color: #99cb9b; }
+#colour12 { background-color: #6ccaca; }
+#colour13 { background-color: #6997c8; }
+#colour14 { background-color: #ca98c9; }
+#colour15 { background-color: #ce7b59; }
+
+/*************************
+
+BLINKING ANIMATIONS FOR DIFFERENT BROWSERS
+
+**************************/
+
+@keyframes "blink" {
+ from, to {
+ color: transparent;
+ }
+ 50% {
+ color: #BEBEBE;
+ }
+}
+
+@-moz-keyframes blink {
+ from, to {
+ color: transparent;
+ }
+ 50% {
+ color: #BEBEBE;
+ }
+}
+
+@-webkit-keyframes "blink" {
+ from, to {
+ color: transparent;
+ }
+ 50% {
+ color: #BEBEBE;
+ }
+}
+
+@-ms-keyframes "blink" {
+ from, to {
+ color: transparent;
+ }
+ 50% {
+ color: #BEBEBE;
+ }
+}
+
+@-o-keyframes "blink" {
+ from, to {
+ color: transparent;
+ }
+ 50% {
+ color: #BEBEBE;
+ }
+}
+
+/*.header-nav .nav{
+ float:right;
+}
+.header-nav .nav a {
+ font-weight:300;
+ font-size: 18px;
+ color:#fff;
+ text-decoration:none;
+ padding:8px;
+ margin-left:20px;
+ text-transform: uppercase;
+ transition: all 0.2s ease-out;
+}
diff --git a/crumbs/static/css/nest.css b/crumbs/static/css/nest.css
index f822494..e565824 100755
--- a/crumbs/static/css/nest.css
+++ b/crumbs/static/css/nest.css
@@ -195,11 +195,11 @@ h5 {
font-size:12px;
font-weight:600;
}
-.header-nav .nav{
+.header-nav .nav {
float:right;
}
.header-nav .nav a {
- font-weight:300;
+ font-weight: 300;
font-size: 18px;
color:#fff;
text-decoration:none;
@@ -394,27 +394,27 @@ h5 {
}
pre.col {
- background: #242424; <!-- #f8f7fa -->
- padding: 15px; <!-- 34 -->
- font-size: 16px;
- line-height: 24px;
- font-family: Consolas, monaco, monospace;
- border-radius: 0px;
- color: #FEFEFE;
- margin: 34px 0;
- font-weight: 700;
-}
-
-pre.highlight {
- background: #242424; <!-- #f8f7fa -->
- padding: 15px; <!-- 34 -->
- font-size: 16px;
- line-height: 24px;
- font-family: Consolas, monaco, monospace;
- border-radius: 0px;
- color: #ffa435;
- margin: 34px 0;
- font-weight: 700;
+ background: #242424; <!-- #f8f7fa -->
+ padding: 15px; <!-- 34 -->
+ font-size: 16px;
+ line-height: 24px;
+ font-family: Consolas, monaco, monospace;
+ border-radius: 0px;
+ color: #FEFEFE;
+ margin: 34px 0;
+ font-weight: 700;
+}
+p
+re.highlight {
+ background: #242424; <!-- #f8f7fa -->
+ padding: 15px; <!-- 34 -->
+ font-size: 16px;
+ line-height: 24px;
+ font-family: Consolas, monaco, monospace;
+ border-radius: 0px;
+ color: #ffa435;
+ margin: 34px 0;
+ font-weight: 700;
}
diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html
index 1dc43e8..efce813 100755
--- a/crumbs/templates/home.html
+++ b/crumbs/templates/home.html
@@ -11,82 +11,75 @@
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
+ <link href="https://fonts.googleapis.com/css?family=Roboto|Inconsolata:400,700&amp" rel="stylesheet">
+ <!-- <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&amp;subset=latin-ext" rel="stylesheet"> -->
+ <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
+ <!-- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet"> -->
+ <!-- <link href="{{ SITEURL }}/theme/css/fonts.css" rel="stylesheet"> -->
+ <!-- <link href="{{ SITEURL }}/theme/css/nest.css" rel="stylesheet"> -->
+ <!-- <link href="{{ SITEURL }}/theme/css/pygment.css" rel="stylesheet"> -->
+ <!-- <link href="{{ SITEURL }}/theme/css/home.css" rel="stylesheet"> -->
+
<!-- Stylesheets -->
- {% if NEST_CSS_MINIFY %}
- <link href="{{ SITEURL }}/theme/css/all.min.css" rel="stylesheet">
- {% else %}
- <link href="https://fonts.googleapis.com/css?family=Inconsolata|Quicksand:300,400|Roboto:300,400&amp;subset=cyrillic,cyrillic-ext" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/fonts.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/nest.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/pygment.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/home.css" rel="stylesheet">
- {% endif %}
+ <!-- <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/nest.css"> -->
+ <!-- <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/home.css"> -->
+ <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/crumbs.css">
<!-- /Stylesheets -->
- <!-- RSS Feeds -->
- {% if FEED_ALL_ATOM %}
- <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
- {% endif %}
- {% if FEED_ALL_RSS %}
- <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Full RSS Feed" />
- {% endif %}
- {% if FEED_ATOM %}
- <link href="{{ FEED_DOMAIN }}/{{ FEED_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom Feed" />
- {% endif %}
- {% if FEED_RSS %}
- <link href="{{ FEED_DOMAIN }}/{{ FEED_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
- {% endif %}
- {% if CATEGORY_FEED_ATOM and category %}
- <link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM|format(category.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Categories Atom Feed" />
- {% endif %}
- {% if CATEGORY_FEED_RSS and category %}
- <link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS|format(category.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Categories RSS Feed" />
- {% endif %}
- {% if TAG_FEED_ATOM and tag %}
- <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM|format(tag.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" />
- {% endif %}
- {% if TAG_FEED_RSS and tag %}
- <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
- {% endif %}
- <!-- /RSS Feeds -->
-
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
-
- {% if GOOGLE_ANALYTICS %}
- <!-- Google Analytics -->
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', '{{ GOOGLE_ANALYTICS }}', 'auto');
- ga('send', 'pageview');
- </script>
- <!-- /Google Analytics -->
- {% endif %}
-
{% endblock head %}
</head>
- <body class="home">
- <!-- <div class="hacky_bg nav"> -->
+ <body>
+
+ <!-- Navigation -->
+ <div class="container header">
+ <!-- <div class="nav pull-right"><a>Home</a></div> -->
+ </div>
+
+ <div class="">
+
+ <!-- "# fun memory violations _" -->
+ <div class="title-text">
+ <h1># fun memory violations <span class="blink">_ </span></h1>
+ </div>
+
+ <div class="colours">
+ <div class="colour" id="colour1"></div>
+ <div class="colour" id="colour2"></div>
+ <div class="colour" id="colour3"></div>
+ <div class="colour" id="colour4"></div>
+ <div class="colour" id="colour5"></div>
+ <div class="colour" id="colour6"></div>
+ <div class="colour" id="colour7"></div>
+ <div class="colour" id="colour8"></div>
+ <div class="colour" id="colour9"></div>
+ <div class="colour" id="colour10"></div>
+ <div class="colour" id="colour11"></div>
+ <div class="colour" id="colour12"></div>
+ <div class="colour" id="colour13"></div>
+ <div class="colour" id="colour14"></div>
+ <div class="colour" id="colour15"></div>
+ </div>
+
+ <div class="title-text">
+ <p>Hi – Welcome to my dusty internet hangout place.</p>
+ <p>My name is Katharina Fey and I'm a software developer from Berlin. I like taking photos, writing stories and starting way too many personal projects.</p>
+ </div>
+
+ </div>
+ </body>
+
+
+
<!-- Header -->
- <div class="header-container gradient">
+<!-- <div class="header-container gradient">
- <!-- Static nav bar and banner image and stuff -->
<div class="container">
<div class="header-nav">
<div class="header-logo">
<a class="pull-left" href="{{ SITEURL }}/"><img class="mr20" width=192px height=64px src="{{ SITEURL }}{{NEST_HEADER_LOGO or "/images/logo3.png" }}" alt="logo"></a>
- </div> <!-- header logo -->
+ </div>
<div class="nav pull-right">
@@ -104,8 +97,8 @@
{% endfor %}
{% endif %}
- </div> <!-- end nav pull-right -->
- </div> <!-- end header-nav -->
+ </div>
+ </div>
<h1>Fun memory violations</h1>
@@ -121,8 +114,7 @@
<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>
- </div> <!-- end container -->
-
- <!-- </div> end hacky_bg -->
+ </div>
+ -->
</body>
</html>