decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with
3 additions and
3 deletions
-
index.html
-
style.css
|
|
@ -14,6 +14,7 @@ |
|
|
|
<body> |
|
|
|
<div class="content"> |
|
|
|
<div id="left"> |
|
|
|
<p id="title">Relearning Relearn</p> |
|
|
|
<div id="selector"> |
|
|
|
<select |
|
|
|
onchange="window.location.href=this.value" |
|
|
@ -30,7 +31,6 @@ |
|
|
|
<option value="http://relearn.be/2013/">2013</option> |
|
|
|
</select> |
|
|
|
</div> |
|
|
|
<p id="title">Relearning Relearn</p> |
|
|
|
<div class="description"> |
|
|
|
<p> |
|
|
|
Relearn is a collective learning experiment with as many teachers as |
|
|
|
|
|
@ -50,7 +50,6 @@ body { |
|
|
|
width: 50%; |
|
|
|
background: #fdfae3; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
@ -67,8 +66,8 @@ img { |
|
|
|
font-family: "ARK-ES DenseMedium"; |
|
|
|
font-weight: normal; |
|
|
|
font-size: 48px; |
|
|
|
margin-top: 20px; |
|
|
|
color: #3c4cac; |
|
|
|
margin: 20px 0 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
#subtitle { |
|
|
@ -138,6 +137,7 @@ a { |
|
|
|
#selector { |
|
|
|
padding-left: 20px; |
|
|
|
padding-top: 20px; |
|
|
|
padding-bottom: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
select { |
|
|
|