-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (167 loc) · 7.03 KB
/
Copy pathindex.html
File metadata and controls
174 lines (167 loc) · 7.03 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<!-- coding:utf-8 -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>lg-hslu</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">
LG-HSLU
</h1>
<nav>
<ul>
<li><a href="#aktuell">Aktuell</a></li>
<li><a href="#module">Module</a></li>
<!--<li><a href="#aufgaben">Prüfungen</a></li>-->
<li><a href="#testate">Testate</a></li>
<li><a href="#mep">MEP</a></li>
</ul>
</nav>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<header>
<h1>LG-HSLU</h1>
<p>
LG-HSLU ist eine Lerngruppe an der Hochschule
Luzern. Auf dieser Seite sind allgemeine
Informationen zu aktuellen Modulen der Lerngruppe
enthalten. Weiter sind github-repositories zu
entsprechenden Modulen verlinkt.
</p>
<hr id="aktuell">
<h1>Aktuell</h1>
<p>
Aktuelle Module HS 14 eingetragen
</p>
<hr id="module">
<h1>Module HS15</h1>
<p>
<li>
MRT+A
</li>
<li>
SELL
</li>
<li>
DSVB
</li>
<li>
EEV
</li>
<li>
ATS
</li>
<li>
AE
</li>
</p>
<hr id="testate">
<h1>Testate</h1>
<h2>MRT+A</h2>
<p>
-
</p>
<h2>SELL</h2>
<p>
Presentation
</p>
<h2>DSVB</h2>
<p>
Laboraufgabe DTMF
</p>
<h2>EEV</h2>
<p>
-
</p>
<h2>ATS</h2>
<p>
-
</p>
<h2>AE</h2>
<p>
-
</p>
<hr id="mep">
<h1>MEP</h1>
Nach Prüfungsplan vom 30. Oktober 2015
<h2>MRT+A</h2>
<p>
Di 26.01.2016 E211
</p>
<h2>SELL</h2>
<p>
Mi/Do 13./14.01.2016 F202/C401b
</p>
<h2>DSVB</h2>
<p>
DSVB Di 12.01.2016 F211
</p>
<h2>EEV</h2>
<p>
EEV Mo 18.01.2016 E200
</p>
<h2>ATS</h2>
<p>
ATS Mi 20.01.2016 F202
</p>
<h2>Übersicht (nach Datum sortiert)</h2>
<table border=1>
<tr>
<td> DSVB </td>
<td> Di </td>
<td> 12.01.2016 08:30-12:30 </td>
<td> F203 </td>
</tr>
<tr>
<td> SELL </td>
<td> Mi/Do </td>
<td> 13.01.2016 14:00-14:30 </td>
<td> F202 </td>
</tr>
<tr>
<td> EEV </td>
<td> Mo </td>
<td> 18.01.2016 08:30-12:30 </td>
<td> E200 </td>
</tr>
<tr>
<td> ATS </td>
<td> Mi </td>
<td> 20.01.2016 08:30-10:30 </td>
<td> F202 </td>
</tr>
<tr>
<td> MRT+A </td>
<td> Di </td>
<td> 26.01.2016 08:30-12:30 </td>
<td> E211 </td>
</tr>
</table>
</header>
</article>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<a href="http://www.elearning.hslu.ch/">Ilias</a>
<a href="http://www.fosa.adinox.ch/">Formelsammlungen</a>
</footer>
</div>
</body>
</html>