forked from Dansel94/wba1-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Web-basierte Anwendungen 1 WiSe 2015/2016</title>
<meta name="description" content="TH Köln: Präsentationen des Studiengangs Medieninformatik WiSe 15/16 im Fach Web-basierte Anwendungen 1 zu den Themen HTML, CSS, JavaScript, jQuery und Co">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" media="all" href="impress-js-wba/css/impress-demo.css">
<link rel="stylesheet" media="all" href="impress-js-wba/less/wba.css">
<link rel="stylesheet" media="all" href="assets/css/overview.css">
</head>
<body>
<header>
<div class="wrap">
<div id="fh-logo"></div>
<div id="mi-box"></div>
</div>
</header>
<main>
<section id="presentations">
<h1><span class="purple">Präsentationen WBA1</span> // 2015/16</h1>
<ol id="presentation-list">
<li class="loading">Wird geladen…</li>
</ol>
</section>
</main>
<div class="wrap">
<footer>
<a href="http://www.medieninformatik.th-koeln.de/">Medieninformatik an der TH Köln</a> | <a href="https://github.com/th-koeln/">GitHub Repository</a>
</footer>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="assets/js/script.min.js"></script>
</html>