-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.76 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
<!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="semantic HTML and modern CSS with a demand for webperformance and user experience">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Marius Eisenbraun - modern front-end developer</title>
<link rel="stylesheet" href="assets/site.css">
</head>
<body>
<header>
<div class="content">
<h2>front-end<br />developer</h2>
<h1>Marius Eisenbraun</h1>
<h2 class="subline">concept – design – implementation</h2>
</div>
</header>
<div class="divider--diagonal"></div>
<a href="mailto:[email protected]" target="_blank" class="cta-button--contact">Get in touch!</a>
<main>
<div class="content">
<p>
Hi,<br />
I'm a front-end developer from Germany, living between Cologne and Ruhrgebiet.
</p>
<p>
I'm focused on developing modern web front-ends based on <strong>semantic, accessible HTML</strong> and <strong>modern CSS architecture</strong>, with a demand for webperformance and user experience.
</p>
<p>
When you are interested in me, my work or my knowlegde just <a href="mailto:[email protected]" target="_blank">write an E-Mail</a> or
find me on <a href="https://twitter.com/mr_eis" target="_blank">Twitter</a>.
<br>
I'd be happy to get to know you!
</p>
</div>
</main>
<footer>
<a href="http://marius-eisenbraun.de/impressum" target="_blank">imprint</a>
<a href="http://marius-eisenbraun.de/datenschutzerklaerung" target="_blank">privacy</a>
</footer>
</html>