-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (166 loc) · 6.59 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="de">
<head>
<title>Benjamin Geiger</title>
<!--
Hey there!
Yea you can look at this code, but you have to solve this maze first.
You have 10 seconds. Fair is fair.
Send the answer on a postcard.
_________________________________________________________________
| ___________ | __________________________ |
| Mouse | _____ | | | | | | ____________________ | |
|________| | |_____| | |_____| | _________________ | |
|___________| |___________| | _____| | ___________ | | |
| ___________| ___________| | ______| | ________| |_____|
| | ___________| ___________|___________| |___________| |
| | | __ | _________________ |_____ | | | |
| | | | | | | | | ______________|_____ | | | | | |
| | | | | | |_____| | _____ | __ | | | | | | |
| | | | | |___________| | | | | | | | | | | | |
| | | | |_________________| | | | | | | | | | | | |
| | | | | _________________|_____| | | | | | | | | |
| | | | | | __ ______________| | | | | __| | | |
| | | | | | | | | ________ | | | | | | | | | |
| | | | | | | | | | _____ | | | | | | ____| | |
| | | | | | | | | | | ______| | | | | ________| |
| | |_____| | | | | | |_____ | | | | | | |
| |_____ | |__| | | |________| | | | |__| | Cheese |
|___________|_______________________|________|________|___________|
-->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="msapplication-TileImage" content="144.png" />
<meta name="msapplication-TileColor" content="#E0EBE8" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="120.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="72.png" />
<link rel="apple-touch-icon-precomposed" href="57.png" />
<link rel="icon" type="image/png" href="favicon.png" />
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather:300,400,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<meta name="description" content="Portfolio von Benjamin Geiger" />
</head>
<body>
<header class="header">
<input type="checkbox" class="header__checkbox" id="day-night-toggle" />
<label for="day-night-toggle" class="header__lable">
<span class="header__day-night-button"></span>
</label>
<div class="header__background">
<div class="header__container--day">
<div class="navigation">
<div class="navigation__logo-box navigation__logo-box--day">
<a href="https://benni77.github.io/Personal/">
<img
src="img/portrait.svg"
alt="Benjamin Portrait"
class="navigation__logo"
/>
</a>
</div>
<nav class="navigation__text-box navigation__text-box--day">
<ul class="navigation__list">
<li class="navigation__item">
<a
href="https://benni77.github.io/Personal/"
class="navigation__link"
>Home</a
>
</li>
<!--
<li class="navigation__item">
<a href="#about-me" class="navigation__link">About me</a>
</li>
-->
</ul>
</nav>
</div>
<img src="img/hand.svg" alt="" class="header__hand" />
<div class="header__heading">
<img
class="header__heading--primary-day"
src="img/benjamin_day.svg"
alt="Benjamin"
/>
</div>
<img
class="header__img header__img--day"
src="img/mountains_day_nobg.svg"
alt="Mountains Illustration"
/>
<img
src="img/cloud_l.svg"
alt=""
class="header__cloud header__cloud--left"
/>
<img
src="img/cloud_r.svg"
alt=""
class="header__cloud header__cloud--right"
/>
<img
src="img/cloud_r.svg"
alt=""
class="header__cloud header__cloud--right_outside"
/>
<img
src="img/cloud_l.svg"
alt=""
class="header__cloud header__cloud--left_outside"
/>
<!--<img class="header__flag" src="img/flag.svg" alt="" />-->
</div>
<div class="header__container--night">
<div class="navigation">
<div class="navigation__logo-box navigation__logo-box--night">
<a href="#">
<img
src="img/portrait.svg"
alt="Benjamin Portrait"
class="navigation__logo"
/>
</a>
</div>
<nav class="navigation__text-box navigation__text-box--night">
<ul class="navigation__list">
<li class="navigation__item">
<a href="#" class="navigation__link">Home</a>
</li>
<!--
<li class="navigation__item">
<a href="#" class="navigation__link"
>Lebenslauf</a
>
</li>
-->
</ul>
</nav>
</div>
<div class="header__heading">
<img
class="header__heading--primary-night"
src="img/benjamin_night.svg"
alt="Benjamin"
/>
</div>
<img
class="header__img header__img--night"
src="img/mountains_night_nobg.svg"
alt="Mountains Illustration"
/>
</div>
</div>
</header>
<main>
</main>
<script>
/**/
</script>
</body>
</html>