-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 2.54 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="UTF-8">
<title>Science Camp Informatik - Hilf mit!</title>
<link rel="stylesheet" href="css/main.css">
<meta name="twitter:image" content="https://sciencecampinformatik.github.io/general/img/we_can_do_it_thumb.jpg">
<link href="https://fonts.googleapis.com/css?family=Arimo|Montserrat|Roboto|Sintony" rel="stylesheet">
<meta property="og:site_name" content="Science Camp Informatik"/>
<meta property="og:image" content="https://sciencecampinformatik.github.io/general/img/we_can_do_it_thumb.jpg" />
<meta property="og:description" content="Jedes Jahr veranstalten wir am KIT einen Sommerferienkurs für Mädchen zwischen 14-16 Jahren um mit Workshops & Exkursionen Mädchen für Informatik zu begeistern. Bock mitzumachen?"/>
<meta property="og:title" content="Hilf mit beim Science Camp Informatik"/>
<meta property="og:url" content="https://sciencecampinformatik.github.io/general/">
</head>
<body class="index">
<!-- <div class="wrapper"> -->
<div class="container">
<div class="content">
<div class="image">
<img src="img/we_can_do_it.jpeg">
</div>
<div class="text_content">
<div class="text_content_top">
<h1>Science Camp Informatik</h1>
<p class="subtitle">Jedes Jahr veranstalten wir am KIT einen Sommerferienkurs für Mädchen zwischen 14-16 Jahren um mit Workshops & Exkursionen Mädchen für Informatik zu begeistern. </p>
</div>
<div class="text_content_middle">
<ul>
<li>Du findest das klingt total cool? </li>
<li>Du willst mehr über das Projekt erfahren?</li>
<li>Du hättest irgendwie auch Lust sowas zu organisieren?</li>
<li>Du studierst am KIT Informatik?</li>
<li class="small">Du bist noch mindestens 2 oder 3 Jahre am KIT?</li>
</ul>
</div>
<div class="text_content_bottom">
<p>Dann melde dich bei uns!</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p class="ending">
<strong>Lena & Chau von der Info-Fachschaft,</strong><br/>
die Öffentlichkeitsarbeit der Info Fakultät & das ZML
</p>
</div>
</div>
</div>
</div>
<!-- </div> -->
<!-- <div class="Aligner">
<div class="Aligner-item Aligner-item--top">top</div>
<div class="Aligner-item">item</div>
<div class="Aligner-item Aligner-item--bottom">bottom</div>
</div> -->
</body>
</html>