-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (41 loc) · 1.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wait for it ...</title>
<meta name="description"
content="website of the Python user group Oberschwaben - PySchwaben">
<meta name="author" content="PySchwaben">
<style>
html {
font-size: 70%;
}
body {
background-color: #838a77;
font-family: sans-serif;
margin: 5%;
text-align: center;
}
h1 {
color: #3a0000;
font-size: 3rem;
}
p {
font-size: 2rem;
}
</style>
</head>
<body>
<h1>Welcome to the Python user group upper swabia - PySwabia</h1>
<p>Stay tuned ...</p>
<p>At some point in the future, this will be our website.</p>
<h1>Willkommen bei der Pythonbenutzergruppe Oberschwaben - PySchwaben</h1>
<p>Bleib in der Leitung ...</p>
<p>In der nicht so fernen Zukunft wird das hier unsere Webseite sein.</p>
<h2>If you live in this area ...</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Map_Upper_Swabia_%28Oberschwaben%29.png"
alt="map of upper swabia from https://commons.wikimedia.org/wiki/File:Map_Upper_Swabia_(Oberschwaben).png">
<h2>... and want to get involved: please <a
href="https://oliver.bestwalter.de/about/#get-in-touch">get in touch</a>.</h2>
</body>
</html>