|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html dir="ltr" lang="en"> |
3 | 3 | <head> |
4 | | - |
5 | 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> |
6 | 6 |
|
7 | | - <!-- Stylesheets |
8 | | - ============================================= --> |
| 7 | + <!-- Custom font --> |
9 | 8 | <link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" /> |
10 | | - |
11 | 9 |
|
| 10 | + <!-- Stylesheets --> |
12 | 11 | <link rel="stylesheet" href="/stylesheets/bootstrap.css" type="text/css" /> |
13 | 12 | <link rel="stylesheet" href="/stylesheets/style.css" type="text/css" /> |
14 | 13 | <link rel="stylesheet" href="/stylesheets/dark.css" type="text/css" /> |
15 | 14 | <link rel="stylesheet" href="/stylesheets/font-icons.css" type="text/css" /> |
16 | | - <!-- <link rel="stylesheet" href="/stylesheets/animate.css" type="text/css" /> |
17 | | - <link rel="stylesheet" href="/stylesheets/magnific-popup.css" type="text/css" /> |
18 | | ---> |
19 | | - |
20 | 15 | <link rel="stylesheet" href="/stylesheets/responsive.css" type="text/css" /> |
21 | | - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> |
22 | 16 | <!--[if lt IE 9]> |
23 | 17 | <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> |
24 | 18 | <![endif]--> |
25 | | - |
26 | | - <!-- Here goes your colors.css |
27 | | - ============================================= --> |
28 | 19 | <link rel="stylesheet" href="/stylesheets/colors.css" type="text/css" /> |
29 | 20 |
|
30 | | - |
31 | | - <!-- External JavaScripts |
32 | | - ============================================= --> |
| 21 | + <!-- JavaScripts --> |
33 | 22 | <script type="text/javascript" src="/js/jquery.js"></script> |
34 | 23 | <script type="text/javascript" src="/js/plugins.js"></script> |
35 | 24 |
|
36 | | - <!-- Document Title |
37 | | - ============================================= --> |
38 | | - <meta name="description" content="October 10 - 18, 2015: 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." /> |
39 | | - <meta property="og:image" content="/img/codeweekEU-logo-600.png" /> |
40 | | - <title>Europe Code Week 2015 - {{ page.title }}</title> |
41 | | - |
| 25 | + <!-- Title, keywords, description --> |
| 26 | + <meta name="description" content="October 10 - 18, 2015: 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." /> |
| 27 | + <meta property="og:image" content="/img/codeweekEU-logo-600.png" /> |
| 28 | + <title>Europe Code Week 2015 - {{ page.title }}</title> |
42 | 29 | </head> |
43 | 30 |
|
44 | 31 |
|
45 | 32 | <body class="stretched no-transition"> |
46 | | - <!-- Document Wrapper |
47 | | - ============================================= --> |
| 33 | + <!-- Document Wrapper --> |
48 | 34 | <div id="wrapper" class="clearfix"> |
49 | | - |
50 | | - <!-- Header |
51 | | - ============================================= --> |
52 | | - <header id="header" class="page-section full-header"> |
53 | 35 |
|
| 36 | + <!-- Header --> |
| 37 | + <header id="header" class="page-section full-header"> |
54 | 38 | <div id="header-wrap"> |
55 | | - |
56 | 39 | <div class="container clearfix"> |
57 | | - |
58 | 40 | <div id="primary-menu-trigger"><i class="icon-reorder"></i></div> |
59 | 41 |
|
60 | | - <!-- Logo |
61 | | - ============================================= --> |
| 42 | + <!-- Logo --> |
62 | 43 | <div id="logo"> |
63 | 44 | <a href="http://codeweek.eu" class="standard-logo" data-dark-logo="/img/codeweekeu.png"><img src="/img/codeweekeu.png" alt="CodeWeekES"></a> |
64 | 45 | <a href="http://codeweek.eu" class="retina-logo" data-dark-logo="/img/codeweekeu.png"><img src="/img/codeweekeu.png" alt="CodeWeekES"></a> |
65 | | - </div><!-- #logo end --> |
66 | | - {% include nav.ext %} |
67 | | - |
| 46 | + </div> |
68 | 47 |
|
| 48 | + {% include nav.ext %} |
69 | 49 | </div> |
70 | | - |
71 | 50 | </div> |
| 51 | + </header> |
| 52 | + |
| 53 | + {{ content }} |
72 | 54 |
|
73 | | - </header><!-- #header end --> |
| 55 | + <!-- Footer --> |
| 56 | + <footer id="footer" class="dark"> |
74 | 57 |
|
75 | | - {{ content }} |
76 | | - |
77 | | - |
| 58 | + <!-- Copyrights --> |
| 59 | + <div id="copyrights"> |
78 | 60 |
|
| 61 | + <div class="container clearfix"> |
79 | 62 |
|
80 | | - |
81 | | - <!-- Footer |
82 | | - ============================================= --> |
83 | | - <footer id="footer" class="dark"> |
| 63 | + <div class="col_half"> |
| 64 | + <img src="/img/codeweekeu.png" alt="" class="footer-logo" style="width: 250px"> |
| 65 | + 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> |
84 | 66 |
|
85 | | - <!-- Copyrights |
86 | | - ============================================= --> |
87 | | - <div id="copyrights"> |
| 67 | + </div> |
88 | 68 |
|
89 | | - <div class="container clearfix"> |
| 69 | + <div class="col_half col_last tright"> |
| 70 | + <div class="copyrights-menu copyright-links fright clearfix"> |
| 71 | + <a href="http://codeweek.eu">Home</a>/<a href="http://events.codeweek.eu/">Events</a>/<a href="http://events.codeweek.eu/ambassadors">Ambassadors</a>/<a href="/resources/">Resources</a>/<a href="/about/">About</a>/<a href="http://blog.codeweek.eu/">News</a> |
| 72 | + </div> |
| 73 | + <div class="fright clearfix"> |
| 74 | + <a href="https://www.facebook.com/codeEU" class="social-icon si-small si-borderless nobottommargin si-facebook"> |
| 75 | + <i class="icon-facebook"></i> |
| 76 | + <i class="icon-facebook"></i> |
| 77 | + </a> |
90 | 78 |
|
91 | | - <div class="col_half"> |
92 | | - <img src="/img/codeweekeu.png" alt="" class="footer-logo" style="width: 250px"> |
93 | | - 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> |
94 | | - |
95 | | - </div> |
| 79 | + <a href="https://twitter.com/codeweekEU" class="social-icon si-small si-borderless nobottommargin si-twitter"> |
| 80 | + <i class="icon-twitter"></i> |
| 81 | + <i class="icon-twitter"></i> |
| 82 | + </a> |
96 | 83 |
|
97 | | - <div class="col_half col_last tright"> |
98 | | - <div class="copyrights-menu copyright-links fright clearfix"> |
99 | | - <a href="http://codeweek.eu">Home</a>/<a href="http://events.codeweek.eu/">Events</a>/<a href="http://events.codeweek.eu/ambassadors">Ambassadors</a>/<a href="/resources/">Resources</a>/<a href="/about/">About</a>/<a href="http://blog.codeweek.eu/">News</a> |
100 | | - </div> |
101 | | - <div class="fright clearfix"> |
102 | | - <a href="https://www.facebook.com/codeEU" class="social-icon si-small si-borderless nobottommargin si-facebook"> |
103 | | - <i class="icon-facebook"></i> |
104 | | - <i class="icon-facebook"></i> |
105 | | - </a> |
| 84 | + <a href="https://plus.google.com/+CodeweekEu/" class="social-icon si-small si-borderless nobottommargin si-gplus"> |
| 85 | + <i class="icon-gplus"></i> |
| 86 | + <i class="icon-gplus"></i> |
| 87 | + </a> |
106 | 88 |
|
107 | | - <a href="https://twitter.com/codeweekEU" class="social-icon si-small si-borderless nobottommargin si-twitter"> |
108 | | - <i class="icon-twitter"></i> |
109 | | - <i class="icon-twitter"></i> |
110 | | - </a> |
111 | 89 |
|
112 | | - <a href="https://plus.google.com/+CodeweekEu/" class="social-icon si-small si-borderless nobottommargin si-gplus"> |
113 | | - <i class="icon-gplus"></i> |
114 | | - <i class="icon-gplus"></i> |
115 | | - </a> |
| 90 | + <a href="#" class="social-icon si-small si-borderless nobottommargin si-vimeo"> |
| 91 | + <i class="icon-vimeo"></i> |
| 92 | + <i class="icon-vimeo"></i> |
| 93 | + </a> |
116 | 94 |
|
| 95 | + <a href="https://github.com/codeeu/codeeu.github.io" class="social-icon si-small si-borderless nobottommargin si-github"> |
| 96 | + <i class="icon-github"></i> |
| 97 | + <i class="icon-github"></i> |
| 98 | + </a> |
117 | 99 |
|
118 | | - <a href="#" class="social-icon si-small si-borderless nobottommargin si-vimeo"> |
119 | | - <i class="icon-vimeo"></i> |
120 | | - <i class="icon-vimeo"></i> |
121 | | - </a> |
122 | 100 |
|
123 | | - <a href="https://github.com/codeeu/codeeu.github.io" class="social-icon si-small si-borderless nobottommargin si-github"> |
124 | | - <i class="icon-github"></i> |
125 | | - <i class="icon-github"></i> |
126 | | - </a> |
| 101 | + <a href="#" class="social-icon si-small si-borderless nobottommargin si-linkedin"> |
| 102 | + <i class="icon-linkedin"></i> |
| 103 | + <i class="icon-linkedin"></i> |
| 104 | + </a> |
| 105 | + </div> |
| 106 | + </div> |
127 | 107 |
|
| 108 | + </div> |
128 | 109 |
|
129 | | - <a href="#" class="social-icon si-small si-borderless nobottommargin si-linkedin"> |
130 | | - <i class="icon-linkedin"></i> |
131 | | - <i class="icon-linkedin"></i> |
132 | | - </a> |
133 | | - </div> |
134 | | - </div> |
| 110 | + </div> |
| 111 | + <!-- #copyrights end --> |
135 | 112 |
|
136 | | - </div> |
| 113 | + </footer> |
| 114 | + <!-- #footer end --> |
137 | 115 |
|
138 | | - </div><!-- #copyrights end --> |
139 | 116 |
|
140 | | - </footer><!-- #footer end --> |
141 | | - |
142 | | - |
143 | | - </div><!-- #wrapper end --> |
| 117 | + </div> |
| 118 | + <!-- #wrapper end --> |
144 | 119 |
|
145 | | - <!-- Go To Top |
146 | | - ============================================= --> |
| 120 | + <!-- Go To Top --> |
147 | 121 | <div id="gotoTop" class="icon-angle-up"></div> |
148 | 122 |
|
149 | | - <!-- Footer Scripts |
150 | | - ============================================= --> |
| 123 | + <!-- Footer Scripts --> |
151 | 124 | <script type="text/javascript" src="/js/functions.js"></script> |
152 | | - |
153 | | - <!-- Google Analytics |
154 | | - ============================================= --> |
155 | | - <script> |
156 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
157 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
158 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
159 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
160 | | - |
161 | | - ga('create', 'UA-64467343-1', 'auto'); |
162 | | - ga('send', 'pageview'); |
163 | | - |
164 | | - </script> |
165 | | - <!-- Fin Google Analytics --> |
| 125 | + |
| 126 | + <!-- Google Analytics --> |
| 127 | + <script> |
| 128 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 129 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 130 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 131 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 132 | + |
| 133 | + ga('create', 'UA-64467343-1', 'auto'); |
| 134 | + ga('send', 'pageview'); |
| 135 | + </script> |
| 136 | + <!-- Fin Google Analytics --> |
166 | 137 |
|
167 | 138 | </body> |
168 | 139 | </html> |
0 commit comments