-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (145 loc) · 6.98 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/normalize.css" />
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The CV of Eric Rump</title>
<meta name="description" content="This is the CV of Eric Rump - oh yeah!" />
<meta name="author" content="Eric Rump" />
</head>
<body>
<header class="main-header">
<div class="heading-group">
<h1>Eric Rump</h1>
<p>Sportstherapist, Fitnesscoach and Web-designer</p>
</div>
<aside class="hire-me"> hire me!</aside>
<nav class="navigation-links">
<a class="nav-link" href="#profile">Profile</a>
<a class="nav-link" href="#experience">Experience</a>
<a class="nav-link" href="#skills">Skills</a>
<a class="nav-link" href="#contact">Contact</a>
</nav>
</header>
<main>
<article id="profile">
<h2>Profile</h2>
<p>
Hello, my name is Eric Rump and I was born on the 24th of November 1998. I`m an open minded person, that
<em>loves</em> to try new things.
</p>
</article>
<article id="experience">
<h2>Experience</h2>
<div class="main-article-content">
<section>
<header>
<h3>Working as a student</h3>
<p>2014 - 2017</p>
</header>
<p>While still in school i always wanted to earn my own money, so I worked many of my holidays at
the
construction yard of our local community. Besides that, i started working as a waiter for 2
years
while in class 11 and 12. This gave me the freedom to do my work and travel year in australia.
</p>
</section>
<section>
<header>
<h3>Work and Travel Australia</h3>
<p>October 2017 - July 2018</p>
</header>
<p>Right after finishing my a-level, i went to australia to travel, meet nice people and experience
different cultures.
to fund my trip i worked on several farms like for example a cattle and wheat farm, a raspberrie
farm, a watermelon farm or lemon and grape picking on different farms. I travelled from
Melbourne up
the east coast to Cairns, while living in a car i bought together with a guy named Trung, that i
met
at my first farm job.
We also visited Tasmania and made our Diving license, which we used later to discover the Great
Barrier Reef
</p>
</section>
<section>
<header>
<h3>Sportstherapist for neurological patients at Sachsenklinik Bad Lausick</h3>
<p>January 2022 - February 2023</p>
</header>
<p>
After finishing my bachelors degree in "Präventions-, Rehabilitations- und Fitnesssport" at TU
Chemnitz, I started working as a Sportstherapist. I found my first job at "Sachsenklinik" in Bad
Lausick. There I trained people with neurological deseases like
strokes, Parkinson`s desease or multiple sclerosis, with the goal of getting their movements
back to
normal or as close to it as possible.
</p>
</section>
<section>
<header>
<h3>Fitnesscoach and Sportstherapist at proagil Mittweida</h3>
<p>June 2023 - December 2023</p>
</header>
<p>
After more then one year in the rehabilitation side of my bachelors degree, I wanted to also try
out
the prevention and fitness part as well. So applied at a local fitnessstudio, the proagil in
Mittweida. There i gave more active courses in front of a younger audience with the goal of
building
up muscle, but still had some courses with elderly people training them in order not to fall or
prevent pain.
</p>
</section>
<section>
<header>
<h3> Buchautor</h3>
<p>December 2023 - now</p>
</header>
<p>In my freetime i like to write books on topics I`m interested in. This started as a hobby, but
maybe
one day it can be profession too. I started posting them on Amazon KDP. If you like to check
them
out,
i provide the link to my <a
href="https://www.amazon.de/stores/Eric-Rump/author/B0CRHJNSQ9?ref=sr_ntt_srch_lnk_1&qid=1706536390&sr=8-1&isDramIntegrated=true&shoppingPortalEnabled=true"
target="_blank">Amazon Authors Profile</a> here.</p>
</section>
</div>
</article>
<article id="skills">
<h2>Skills</h2>
<div class="main-article-content">
<section class="soft-skills">
<h3>Soft Skills</h3>
<ul>
<li>sports: playing Soccer since 2004 and doing a lot of personal sports in my freetime</li>
<li>language skills: german mothertongue, english C2, basic french</li>
<li>driver license: class b</li>
</ul>
</section>
<section class="technical-skills">
<h3>Technical Skills</h3>
<ul>
<li>good with using Microsoft Word, Exel, PowerPoint</li>
<li>able to code in HTML, CSS and JavaScript</li>
<li>working with Chat GPT</li>
</ul>
</section>
</div>
</article>
<article id="contact">
<h2>Contact</h2>
<ol>
<li><a href="mailto:[email protected]">Email:</a> [email protected]</li>
<li><a href="tel:+4915758854560">Phone:</a> 015758854560</li>
<li>Adress: Dorfstraße 18B, 09306 Seelitz, Germany</li>
</ol>
</article>
</main>
<footer>
<p>Did you like my CV? Contact me</p>
</footer>
</body>
</html>