-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 2.41 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>InfoEducatie Intranet 2014</title>
<link href="http://fonts.googleapis.com/css?family=PT+Mono" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div id="container">
<header><img src="img/logo.png" alt="logo" /></header>
<nav>
<p>menu[] = {</p>
<ul>
<li><a href="http://infoeducatie.ro/">website</a></li>
<li><a href="http://community.infoeducatie.ro/">community</a></li>
<li><a href="http://blog.infoeducatie.ro/">blog</a></li>
<li><a href="http://facebook.com/infoeducatie">facebook</a></li>
<li><a href="http://twitter.com/infoeducatie">twitter</a></li>
<li><a href="https://plus.google.com/+InfoeducatieRomania/">google+</a></li>
</ul>
<p>};</p>
</nav>
<div id="warnings">
<h1>Last News</h1>
<ul id="warnings">
</ul>
</div>
<div class="column" id="sticky">
<h1>Sticky</h1>
<ul>
</ul>
</div>
<div class="column" id="program">
</div>
<div class="column" id="facebook">
<iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Finfoeducatie&width=400&height=600&colorscheme=light&show_faces=false&header=false&stream=true&show_border=false&appId=202914823068704" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:600px;" allowTransparency="true"></iframe>
</div>
<footer class="clearfix">
<p id="quote"></p>
<p>Made w/ love in Galaciuc. Open source on <a href="https://github.com/infoeducatie/intranet.infoeducatie.ro">Github</a>.</p>
</footer>
</div>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/config.js"></script>
<script src="js/main.js"></script>
</body>
</html>