forked from kalle-gonzales/prechallenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (77 loc) · 3.56 KB
/
index.html
File metadata and controls
80 lines (77 loc) · 3.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Private Homepage of Kilian Mauer, done for the Prechallenge of FEND20 by OpenCampus">
<meta name="keywords" content="Web Development, Ruby on Rails, Compuer Sciences, Rigging, Foodsharing, Biking, Boulder">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>HP of Kilian Mauer</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="shortcut icon" type="image/x-icon" href="pictures/icon.png">
</head>
<body id="home">
<div class="container">
<div class="item">
<h1 class="subheader">Rigging</h1>
<div class="card">
<a href="booking.html">
<div class="thumbnail_wrapper">
<img src="pictures/rigging_free.png" alt="Portrait picture of Kilian Mauer" height="500" class="img thumbnail_home">
</div>
</a>
<p>
<q><em>In event technology, 'rigging' refers to the positioning and hanging of loads.</em></q>
(Source: <a href="https://www.prg.com/de/en/menu-event-technology/rigging-automation" target="_blank"> PRG.com </a>)<br>
I do this and other work in the event technolgy as a freelancer. <br>
</p>
</div>
</div>
<div class="item">
<h1 class="subheader">Academia</h1>
<div class="card">
<div class="thumbnail_wrapper">
<a href="academia.html">
<img src="pictures/academia.png" alt="Seal of the Christian-Albrechts-Universität zu Kiel" height="500"class="img thumbnail_home">
</a>
</div>
<p>
I am a student of the Computational Science Program at Christian-Albrechts-Universität zu Kiel.
</p>
</div>
</div>
<div class="item">
<h1 class="subheader">Foodsharing</h1>
<div class="card">
<a href="https://foodsharing-kiel.org">
<div class="thumbnail_wrapper">
<img src="pictures/foodsharing.png" alt="Logo of foodsharing e.V." height="500"class="img thumbnail_home">
</div>
</a>
<p>
Foodsharing is an initiative aimed at cutting down on food waste.<br>
We cooperate with a divers set of componies selling or producing food by saving the stil edible food they could not sell
thusly throw away before things go to the trash. <br>
I am a memeber of foodsharing e.V. Kiel and also serve as the treasurer.
</p>
</div>
</td></div>
<div class="item">
<h1 class="subheader">Hobbies</h1>
<div class="card">
<div class="thumbnail_wrapper">
<img src="pictures/bronco_placeholder.png" alt="A picture of my bike "Bronco"" height="500"class="img thumbnail_home">
</div>
<p>
My hobies include riding my bike (cyclo-cross for those who care, I call him Bronco), climbing (mostly boulder but also a little top roping) and coding.
</p>
</div>
</div>
</div>
<div class="footer">
<a href="https://twitter.com/kalle_gonzales"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.last.fm/user/kalle_gonzales"><i class="fa fa-lastfm" aria-hidden="true"></i></a>
<a href="mailto:kilian_mauer@protonmail.com"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
</div>
</body>
</html>