Skip to content

Commit 6010ba6

Browse files
committed
added resources and privacy quick links
1 parent 1718900 commit 6010ba6

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

about/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: About the initiative and resources
44
---
5-
5+
<div class="note">(jump to <a href="#resources">Resources</a>)</div>
66
<p>The initiative was launched by <a href="http://ec.europa.eu/digital-agenda/en/young-advisors">Neelie Kroes' Young Advisors</a> with the support from <a href="http://ec.europa.eu/dgs/connect/en/content/dg-connect">DG Connect</a> at the European Commission. Sounds fancier than it really is. We're just a bunch of young people with a dream of a world where all sort of crazy ideas are given a chance to change the world. But it's not really about us.</p>
77

88
<p>It's about Pia, who felt like she had to study law, even though she always enjoyed maths and playing with computers. It's about Mark, who has the idea for a better social network, but can't build it on his own. It's about Alice, who dreams about making robots because her parents don't allow her to have a cat.</p>
@@ -69,6 +69,11 @@ <h2><i class="icon-star icon-large"></i> Europe Code Week 2013</h2>
6969

7070
<iframe width="640" height="360" src="//www.youtube.com/embed/MfxWn4YHXt4?rel=0" frameborder="0" allowfullscreen></iframe>
7171

72+
<h2>Other</h2>
73+
74+
<ul>
75+
<li><a href="/privacy">Europe Code Weeek privacy policy</a></li>
76+
</ul>
7277

7378

7479

stylesheets/core.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ body {
1717
margin: 0 auto;
1818
}
1919

20+
.note {
21+
font-size: 0.8em;
22+
color: gray;
23+
margin-top: -10px;
24+
}
25+
2026
@media (max-width: 1020px){
2127
.wrap, .inner {
2228
width: 100%;

0 commit comments

Comments
 (0)