Skip to content

Commit 2b561d8

Browse files
committed
google plus page link added to footer
1 parent 8ec3b4a commit 2b561d8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

_layouts/default.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
<meta charset="utf-8">
1010
<meta name="viewport" content="width=device-width">
11-
11+
<meta name="description" content="October 11 - 17, 2014: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." />
12+
<meta property="og:image" content="/img/codeweekEU-logo-600.png" />
1213
<title>Europe Code Week 2014 - {{ page.title }}</title>
1314

1415
</head>
@@ -22,6 +23,7 @@
2223
<ul class="links col-md-4">
2324
<li><a href="https://twitter.com/codeweekeu" title="@CodeWeekEU on Twitter" class="twitter">CodeWeekEU</a></li>
2425
<li><a href="https://www.facebook.com/codeEU" title="Europe Code Week on Facebook" class="facebook">codeEU</a></li>
26+
<li><a href="https://plus.google.com/+CodeweekEu/" title="Europe Code Week on Google+" class="google">codeEU</a></li>
2527
<li><a href="https://github.com/codeeu" title="CodeEU on GitHub" class="github">codeeu</a></li>
2628
</ul>
2729
<div class="team links col-md-8">

images/links-google.png

4.17 KB
Loading

stylesheets/core.css

+3
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ footer ul.links li a.facebook {
403403
footer ul.links li a.github {
404404
background-image: url('/images/links-github.png');
405405
}
406+
footer ul.links li a.google {
407+
background-image: url('/images/links-google.png');
408+
}
406409

407410
@media (max-width: 1020px){
408411
footer ul.links {

0 commit comments

Comments
 (0)