-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (101 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nina's CV</title>
<meta name="author" content="Nina Märte">
<meta name="description" content="The CV of Nina Märte">
</head>
<body>
<header>
<h1>Nina Märte </h1>
<p>Let me introduce me</p>
<nav>
<a href="#profile">Profile</a>
<a href="#voluntary">Voluntary-work</a>
<a href="#experiences">Experiences</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
</nav>
</header>
<main>
<article id="profile">
<h2>Profile</h2>
<p>Hey I am Nina, also known as <em>Nono</em>. I love spending time on the Computer and to interact with
people all over the world. I am currently lerning the web development and I am looking forward for a job
as web developer.</p>
</article>
<article id="voluntary">
<h2>My voluntary work:</h2>
<ul>
<li> Discord moderation: </li>
<ol>
<li>My.games</li>
<ul>
<li>Revelation Online</li>
<li>Conquerors Blade</li>
<li><small>short time</small>Ashes of Creation</li>
</ul>
<li>Kakao Games</li>
<ul>
<li>Elyon</li>
<li>Arch Age</li>
</ul>
</ol>
<li> Work as children and youth carers </li>
</ul>
</article>
<article id="experiences">
<h2>Experiences:</h2>
<p>Started work edjucation as:
<br> both around 11 months
</p>
<ul>
<li>Electronics technician for devices and systems </li>
<li>Geriatric care</li>
</ul>
</article>
<article id="skills">
<h2>Skills</h2>
<section>
<h3>Soft Skills:</h3>
<ul>
<li>capable of teamwork </li>
<li>creative </li>
<li>able to work with people with many different backgrounds</li>
<li>good in word and speech in <strong>german and english</strong> </li>
</ul>
</section>
<section>
<h3>Experiences to the experiences</h3>
<h4>As a moderator i had following tasks:</h4>
<ul>
<li>taking care and supporting the player on the server</li>
<li>answering questions</li>
<li>helping with technical issues</li>
<li>helping with social issues, e.g verbal abuse on the discord</li>
<li>keeping the discord free of scam, ToS breaking content</li>
<li>etc...</li>
</ul>
<h4>As children and youth care taker:</h4>
<ul>
<li>taking care of a group of 10-15 year olds / 3-5year olds (switched from young to realy young)
</li>
<li>entertaining them with tasks or games</li>
<li>listen to their thoughts and issues and trying to help and support them</li>
<li>etc...</li>
</ul>
</section>
</article>
</main>
<article id="contact">
<h2>Contact</h2>
<ul>
<li> Nina Märte</li>
<li>Mail:<a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</article>
</body>
</html>