-
Notifications
You must be signed in to change notification settings - Fork 1
/
kontakt.html
118 lines (110 loc) · 3.45 KB
/
kontakt.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 -->
<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">
<!-- Content -->
<div id="content" class="col-8 col-12-medium">
<header>
<h2>Kontakt</h2>
</header>
<p>
Fragen oder Anmerkungen? Schreibe uns gerne eine E-Mail:
</p>
<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>
<p>
Du kannst uns auch persönlich kennen lernen - mehr Infos findest du <a
href="mitmachen.html">hier</a>.
</p>
</div>
</div>
<div class="container">
<header>
<h2>Impressum</h2>
</header>
<p class="col-8 col-12-medium">
Physikerchor Karlsruhe e.V.<br />
1. Vorstand: Noemi Christensen<br />
Enggesserstr. 7, 76131 Karlsruhe<br />
Vereinsregisternummer VR 702732 (Amtsgericht Mannheim)<br />
</p>
</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>