Skip to content

Commit 0a467fa

Browse files
committed
A few final touches
1 parent 4665036 commit 0a467fa

File tree

15 files changed

+119
-7
lines changed

15 files changed

+119
-7
lines changed

_layouts/default.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
<body>
99
<div id="main">
1010
<header class="header">
11-
<h1>{% if page.title %} <a href="{{ site.baseurl }}"><img class="logo" height="50px" src="{{ site.baseurl }}/img/innovationlogo.png" /></a>{{ page.title }} {% else %} UNHCR Innovation {% endif %}</a></h1>
11+
<h1><a href="{{ site.baseurl }}"><img class="logo" height="50px" src="{{ site.baseurl }}/img/innovationlogo.png" /></a>{% if page.title %} {{ page.title }} {% else %} Projects {% endif %}</a></h1>
1212
{% if page.src %}<a class="source" href="{{ page.src }}">View original site</a>{% endif %}
1313
</header>
1414

1515
{{ content }}
1616

17+
<footer>
18+
<ul>
19+
<li><a target="_blank" href="https://www.facebook.com/UNHCRInnovate"><i class="facebook"></i></a></li>
20+
<li><a target="_blank" href="https://twitter.com/UNHCRInnovation"><i class="twitter"></i></a></li>
21+
<li><a target="_blank" href="https://plus.google.com/116082661783781247268"><i class="google"></i></a></li>
22+
</footer>
1723
</div>
1824
</body>
1925
</html>

_site/2013/01/01/Refugee-Flows/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div id="main">
1010
<header class="header">
11-
<h1> <a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a>Refugee Flows </a></h1>
11+
<h1><a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a> Refugee Flows </a></h1>
1212
<a class="source" href="http://refugeeflows.herokuapp.com/">View original site</a>
1313
</header>
1414

@@ -32,6 +32,12 @@ <h1> <a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" />
3232
</div>
3333

3434

35+
<footer>
36+
<ul>
37+
<li><a target="_blank" href="https://www.facebook.com/UNHCRInnovate"><i class="facebook"></i></a></li>
38+
<li><a target="_blank" href="https://twitter.com/UNHCRInnovation"><i class="twitter"></i></a></li>
39+
<li><a target="_blank" href="https://plus.google.com/116082661783781247268"><i class="google"></i></a></li>
40+
</footer>
3541
</div>
3642
</body>
3743
</html>

_site/2013/02/14/African-Refugees/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div id="main">
1010
<header class="header">
11-
<h1> <a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a>African Refugees </a></h1>
11+
<h1><a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a> African Refugees </a></h1>
1212
<a class="source" href="http://africanrefugees.herokuapp.com/">View original site</a>
1313
</header>
1414

@@ -29,6 +29,12 @@ <h1> <a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" />
2929
</div>
3030

3131

32+
<footer>
33+
<ul>
34+
<li><a target="_blank" href="https://www.facebook.com/UNHCRInnovate"><i class="facebook"></i></a></li>
35+
<li><a target="_blank" href="https://twitter.com/UNHCRInnovation"><i class="twitter"></i></a></li>
36+
<li><a target="_blank" href="https://plus.google.com/116082661783781247268"><i class="google"></i></a></li>
37+
</footer>
3238
</div>
3339
</body>
3440
</html>

_site/2013/04/21/Global-Refugees/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div id="main">
1010
<header class="header">
11-
<h1> <a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a>Global Refugees </a></h1>
11+
<h1><a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a> Global Refugees </a></h1>
1212
<a class="source" href="http://globalrefugees.herokuapp.com/">View original site</a>
1313
</header>
1414

@@ -31,6 +31,12 @@ <h1> <a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" />
3131
</div>
3232

3333

34+
<footer>
35+
<ul>
36+
<li><a target="_blank" href="https://www.facebook.com/UNHCRInnovate"><i class="facebook"></i></a></li>
37+
<li><a target="_blank" href="https://twitter.com/UNHCRInnovation"><i class="twitter"></i></a></li>
38+
<li><a target="_blank" href="https://plus.google.com/116082661783781247268"><i class="google"></i></a></li>
39+
</footer>
3440
</div>
3541
</body>
3642
</html>

_site/css/style.css

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body {
22
text-rendering: optimizeLegibility;
33
font-family: "PT Sans", sans-serif;
4-
background: white;
4+
background: #fafcff;
55
color: black;
66
padding: 0;
77
margin-left: 100px;
@@ -30,6 +30,7 @@ h1 {
3030
font-size: 56px;
3131
font-weight: 300;
3232
margin: 0px;
33+
text-shadow: 1px 1px 2px black
3334
}
3435

3536
.post {
@@ -77,3 +78,43 @@ p {
7778
margin-right: 25px;
7879
border-right: 3px solid black;
7980
}
81+
82+
i.facebook {
83+
background: url('../img/facebook.png') ;
84+
background-size: 25px 25px;
85+
}
86+
87+
footer {
88+
position: fixed;
89+
bottom: 0px;
90+
background-color: white;
91+
width: 100%;
92+
margin-left: -100px;
93+
padding-left: 100px;
94+
border-top: 1px solid #d8d7d9;
95+
}
96+
97+
footer ul {
98+
white-space: nowrap;
99+
}
100+
101+
footer li {
102+
float: left;
103+
margin: 7px;
104+
}
105+
106+
i.google {
107+
background: url('../img/google.png');
108+
background-size: 25px 25px;
109+
}
110+
111+
i.twitter {
112+
background: url('../img/twitter.png');
113+
background-size: 25px 25px;
114+
}
115+
116+
i {
117+
display: block;
118+
width: 25px;
119+
height: 25px;
120+
}

_site/img/facebook.png

1.69 KB
Loading

_site/img/google.png

3.62 KB
Loading

_site/img/innovationlogo.png

-16.2 KB
Loading

_site/img/twitter.png

3.58 KB
Loading

_site/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div id="main">
1010
<header class="header">
11-
<h1> UNHCR Innovation </a></h1>
11+
<h1><a href=""><img class="logo" height="50px" src="/img/innovationlogo.png" /></a> Projects </a></h1>
1212

1313
</header>
1414

@@ -56,6 +56,12 @@ <h1> UNHCR Innovation </a></h1>
5656
</div>
5757

5858

59+
<footer>
60+
<ul>
61+
<li><a target="_blank" href="https://www.facebook.com/UNHCRInnovate"><i class="facebook"></i></a></li>
62+
<li><a target="_blank" href="https://twitter.com/UNHCRInnovation"><i class="twitter"></i></a></li>
63+
<li><a target="_blank" href="https://plus.google.com/116082661783781247268"><i class="google"></i></a></li>
64+
</footer>
5965
</div>
6066
</body>
6167
</html>

0 commit comments

Comments
 (0)