-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 848 Bytes
/
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
<html>
<head>
<link rel="stylesheet" href="css/main.css">
<title>kim4web - Kim Roelofs</title>
<link rel="icon" href="/images/four.svg">
</head>
<body>
<div class="elevated">
<div class="menu">
<div class="menu-name">
Kim Roelofs
</div>
<a href="mailto:[email protected]"><img src = "images/mail.svg" alt="mail"/></a>
</div>
<div class="main">
<div class="top">
<a href="mailto:[email protected]">KIM4WEB@GMAIL</a>
</div>
<div class="content">
<span class="green">K</span>reativ<br>
<span class="green">I</span>nnovativ<br>
<span class="green">M</span>ediendesign<br>
<span class="green">4web</span>
</div>
<img src = "images/logo.svg" alt="kim4web"/>
</div>
</div>
<p class="work">Diese Seite befindet sich gerade im Aufbau</p>
</body>
</html>