Skip to content

Commit a0c2fe7

Browse files
committed
logo and footer added
1 parent 64b1c2f commit a0c2fe7

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

_includes/footer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<footer>
2+
<a href="https://github.com/HackBrexit/"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
3+
<a href="https://twitter.com/CodeFirstGirls"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>
4+
<p>HackBrexit 2016</p>
5+
</footer>

_includes/header.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
<div id="header">
2-
<h1>HackBrexit</h1>
1+
<div class="container-fluid">
2+
<div id="header">
3+
<img id="logo"
4+
src="https://camo.githubusercontent.com/9774ef0872671d1efb60aa2e4e78e5c3ba55ea16/68747470733a2f2f696e666f2e74686f75676874776f726b732e636f6d2f72732f3139392d5144452d3239312f696d616765732f4861636b4272657869742e706e67" alt="Hack Brexit Logo" />
5+
</div>
36
</div>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ <h3 class="card-header">{{ post.name }}</h3>
3030
</div>
3131
{% endfor %}
3232
</div>
33+
{% include footer.html %}
3334
</body>
3435
<!-- End of html -->
3536
</html>

style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
#header {
1+
#header, footer {
2+
padding: 30px 30px;
23
text-align: center;
34
}
5+
6+
#logo {
7+
width: 80%;
8+
height: auto;
9+
}

0 commit comments

Comments
 (0)