-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
96 lines (86 loc) · 4.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Web developer, Junior Web Developer, Webentwickler,
data analysis, data analyst, Datenanalyst, Datenanalyse, Datenanalytiker,
Frontend Entwickler, Fullstack, Junior Fullstack, Full stack, Junior Full Stack, Oldenburg">
<title>kirnet | webdev portfolio</title>
<link rel="shortcut icon" href="img/favicon-32x32.png">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Spectral" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Podkova" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/production.css">
</head>
<body>
<div class="main-background">
<header class="fb-header">
<p class="textlogo fb-header__item" alt="logo">
kirnet
</p>
<nav class="main-navigation fb-header__item">
<ul role="menubar" class="navigation-list">
<li role="presentation" class="navigation-list__link">
<a href="index.html" role="menuitem"
class="navigation-list__item navigation-list__item--active">Home</a>
</li>
<li role="presentation" class="navigation-list__link">
<a href="about.html" role="menuitem" class="navigation-list__item">About</a>
</li>
<li role="presentation" class="navigation-list__link">
<a href="work.html" role="menuitem" class="navigation-list__item">Work</a>
</li>
<li role="presentation" class="navigation-list__link">
<a href="contact.html" role="menuitem" class="navigation-list__item">Contact</a>
</li>
</ul>
</nav>
</header>
<div class="main-frame">
<main>
<h1 class="h1-main-page"> Welcome</h1>
<div class="canvas textblock ">
<section class="fb-profile">
<img src="img/Portrait_Image_400_400.jpg" class="fb-profile__item profile__portrait"
alt="Alias image">
<div class=" textblock fb-profile__item profile__text">
<h3> Hello <span class="large-icon">🌍</span> !</h3>
<p>
My name is Kirsten Netter.<br>
I'm a Junior Web Developer with a background in data analysis.
</p>
</div>
</section>
<div class=" textblock fb-profile__item profile__text"> I'm located in Oldenburg, Germany.</div>
<a href="work.html" ><button type="button">Check out some of my projects.</button></a>
</div>
</main>
</div>
<footer>
<div>
<p>Find me on:</p>
<a
target="_blank"
href="https://github.com/kir-net">
<img
src="img/github_icon_white.svg"
alt="github"
class="fb-footer__leftitem"
>
</a>
<a
target="_blank"
href="https://dev.to/kirnet">
<img
src="img/dev-to-svgrepo-com.gif"
alt="devto"
class="fb-footer__rightitem"
>
</a>
</div>
</footer>
</div>
</body>
</html>