Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 61702c5

Browse files
committed
Include Bootstrap and fix obvious issues
1 parent 2d69a23 commit 61702c5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

_layouts/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<header class="small">
66
<div class="inner">
77
<h1><a href="/">Europe<br> Code<br> Week<br> <span>2014</span></a></h1>
8-
<h2>25th &mdash; 30th November<br> <a href="https://twitter.com/search?q=%23codeEU&amp;f=realtime">#codeEU</a></h2>
8+
<h2>25th &mdash; 30th November <a href="https://twitter.com/search?q=%23codeEU&amp;f=realtime">#codeEU</a></h2>
99

1010
<nav>
1111
<ul>

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="inner">
77
<header>
88
<h1>Europe<br> Code<br> Week<br> <span>2014</span></h1>
9-
<h2>25th &mdash; 30th November<br> <a href="https://twitter.com/search?q=%23codeEU&amp;f=realtime">#codeEU</a></h2>
9+
<h2>25th &mdash; 30th November <a href="https://twitter.com/search?q=%23codeEU&amp;f=realtime">#codeEU</a></h2>
1010
</header>
1111

1212
<nav>

stylesheets/core.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('reset.css');
1+
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);
22
@import url(http://fonts.googleapis.com/css?family=Montserrat:400);
33

44
body {
@@ -72,7 +72,7 @@ header.small {
7272
}
7373
header.small .inner {
7474
overflow: hidden;
75-
padding: 20px 0 0;
75+
padding: 0;
7676
margin: 0 auto 20px;
7777
position: relative;
7878
}
@@ -101,6 +101,10 @@ header.small h2 {
101101
line-height: 22px;
102102
}
103103

104+
header.small h2 a, header.small h2 a:link, header.small h2 a:visited {
105+
margin-top: 4px;
106+
}
107+
104108

105109
/* Intro */
106110

@@ -155,6 +159,8 @@ header.small h2 {
155159
}
156160

157161
header h2 a, header h2 a:link, header h2 a:visited {
162+
display: block;
163+
margin-top: 10px;
158164
color: #fff;
159165
}
160166
header h2 a:hover, header h2 a:active {
@@ -186,6 +192,7 @@ nav {
186192
position: absolute;
187193
bottom: 0;
188194
right: 0;
195+
font-size: 16px;
189196
}
190197
nav ul {
191198
text-align: right;

0 commit comments

Comments
 (0)