-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.21 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
<!DOCTYPE html>
<html lang="de-CH">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ellen Brasse</title>
<meta name="Ellen Brasse">
<meta name="description" content="">
<meta name="keywords" content="Ellen, Brasse, Portfolio Marketing, Advertising, Media, Product, Management">
<meta name="author" content="Ellen Brasse">
<meta property="og:site_name" content="Ellen Brasse">
<meta property="og:title" content="Ellen Brasse">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ellenbrasse.ch">
<meta property="og:image" content="">
<meta property="og:locale" content="en_CH">
<link rel="stylesheet" href="style_version2.css">
<link rel="icon" href="content/favicon.png">
<script src="script.js"></script>
</head>
<body>
<header>
<span>Ellen Brasse</span>
<nav>
<a href="portfolio">Portfolio</a>
<a href="about">About</a>
<a href="experience">Experience</a>
<a class="selected" href="contact">Contact</a>
</nav>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>