File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 1- # header {
1+ # header , footer {
2+ padding : 30px 30px ;
23 text-align : center;
34}
5+
6+ # logo {
7+ width : 80% ;
8+ height : auto;
9+ }
You can’t perform that action at this time.
0 commit comments