-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1016 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>The Beauty and Joy Of Computing</title>
<script type="text/javascript" src="/bjc-r/llab/loader.js"></script>
</head>
<body>
<section>
<h1>Willkommen bei <i>Beauty and Joy of Computing</i></h1>
<img class="imageRight" src="/bjc-r/img/web/bjc-logo.png" alt="BJC Logo">
</section>
<section>
<br>
<div class="topic_link">
<a href="course/berkeley_bjc.html">Hier geht's zu unserem
Kurs (Plön, 2. Schulhalbjahr 2014/2015)</a>
</div>
</section>
<br>
<section>
<p>
Wir treffen uns Montags von 19:00-21:00 Uhr; jeder, der
etwas über die Schönheit das Vergnügen des
Programmierens erfahren möchte, ist willkommen.
</p>
<section>
<p>
Die Hauptseite von <i>Beauty and Joy of Computing Project</i>
ist bei <a target="_blank" href="http://bjc.berkeley.edu">http://bjc.berkeley.edu</a>.
</p>
</section>
</body>
</html>