forked from rosedu/cdl.rosedu.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.76 KB
/
index.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
<html class="fullheight">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="og:image" content="http://cdl.rosedu.org/2013-unibuc/images/cdl.png">
<title>CDL</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/fontface.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
</head>
<body class="fullheight">
<div class="fullheight">
<div class="buttonHolder">
<button id="extended" class="editionbutton">Free For All</button>
<button id="etti" class="editionbutton">ETTI</button>
</div> <!--buttonHolder--!>
<p class="textquote">*) Free as in free speech :)</p>
<p class="editii">
<strong>Alte ediții:</strong> <a href="http://cdl.rosedu.org/2013-unibuc/" target="_blank">2013 @UniBuc</a>, <a href="http://cdl.rosedu.org/2013/" target="_blank">2013</a>, <a href="http://cdl.rosedu.org/2012/" target="_blank">2012</a>, <a href="http://cdl.rosedu.org/2011-fall/" target="_blank">2011 toamna</a>, <a href="http://cdl.rosedu.org/2011/" target="_blank">2011 primăvara</a>, <a href="http://cdl.rosedu.org/2010/" target="_blank">2010</a>, <a href="http://cdl.rosedu.org/2009/" target="_blank">2009</a>.
</p>
<div id="footer">
<p class="textfooter">Trimite-ne un mail la adresa <a href="mailto:[email protected]">[email protected]</a> sau scrie-ne pe <a href="https://www.facebook.com/rosedu.cdl" target="_blank">pagina de Facebook</a></p>
<p class="textfooter">Powered by <a href="http://www.rosedu.org/" target="_blank">ROSEdu</a></p>
</div> <!--footer--!>
</div> <!--fullheight--!>
</body>
</html>
<script src="js/zepto.min.js"></script>
<script src="js/main.js"></script>