-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
118 lines (105 loc) · 3.4 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
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
<!DOCTYPE HTML>
<!--
Strongly Typed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Physikerchor Karlsruhe</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<div style="width: 100%; display: flex; height: 120px">
<img src="assets/images/header-stretch.png" style="object-fit: fill; flex-grow: 1;" />
<img src="assets/images/header.svg"
style="justify-content: right; height: 100%; margin-right: 40px;" />
</div>
<nav id="nav">
<ul>
<li><a class="icon solid fa-home" href="index.html"><span>Über uns</span></a></li>
<li><a class="icon solid fa-music" href="mitmachen.html"><span>Mitmachen </span></a></li>
<li><a class="icon solid fa-envelope" href="kontakt.html"><span>Kontakt</span></a></li>
<li><a class="icon solid fa-list" href="programm.html"><span>Programm</span></a></li>
</ul>
</nav>
</div>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row">
<!-- Content -->
<div id="content" class="col-8 col-12-medium">
<header>
<h2>Willkommen beim Physikerchor Karlsruhe!</h2>
</header>
<p>
Der Physikerchor ist ein bunt gemischter Chor mit einem abwechslungsreichen <a
href="programm.html">Programm</a>.
Wir setzen uns aus vielen Studierenden sowie Arbeitnehmern verschiedener Altersklassen
zusammen.
</p>
<p>
<header>
<h2>Lust bei uns mitzusingen?</h2>
</header>
<p>
Wir proben jeden <b>Montag um 18:45 Uhr</b> auf dem Gelände des KIT (Karlsruher
Instituts für Technologie).
</p>
<p>
<ul class="actions">
<li><a href="mitmachen.html" class="button icon solid fa-file">Infos zum Mitmachen</a></li>
</ul>
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<header>
<h2>Fragen oder Anmerkungen?</h2>
</header>
<div class="row" style="justify-content: center;">
<strong>Kontaktiere uns gerne:</strong>
<section>
<div class="row">
<div class="col-6 col-12-small">
<ul class="icons">
<li class="icon solid fa-envelope">
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul class="icons">
<li class="icon brands fa-instagram">
<a
href="https://www.instagram.com/physikerchor/">instagram.com/physikerchor/</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>