forked from codeeu/codeeu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
37 lines (30 loc) · 1.49 KB
/
default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html>
<head>
<style type="text/css">
@import url('/stylesheets/core.css');
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<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." />
<meta property="og:image" content="/img/codeweekEU-logo-600.png" />
<title>Europe Code Week 2014 - {{ page.title }}</title>
</head>
<body>
{{ content }}
<footer>
<div class="inner row">
<ul class="links col-md-4">
<li><a href="https://twitter.com/codeweekeu" title="@CodeWeekEU on Twitter" class="twitter">CodeWeekEU</a></li>
<li><a href="https://www.facebook.com/codeEU" title="Europe Code Week on Facebook" class="facebook">codeEU</a></li>
<li><a href="https://plus.google.com/+CodeweekEu/" title="Europe Code Week on Google+" class="google">codeEU</a></li>
<li><a href="https://github.com/codeeu" title="CodeEU on GitHub" class="github">codeeu</a></li>
</ul>
<div class="team links col-md-8">
A project by the <a href="http://ec.europa.eu/digital-agenda/en/young-advisors">Young Advisors Group</a> at the <a href="http://ec.europa.eu/index_en.htm">European Commission</a><br>
Help us with this website on <a href="https://github.com/codeeu/codeeu.github.io">GitHub</a>
</div>
</div>
</footer>
</body>
</html>