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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
|
<!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" />
<!-- font general -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
rel="stylesheet"
/>
<!-- font navbar -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap"
rel="stylesheet"
/>
<!-- FA icons -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
rel="stylesheet"
/>
<link rel="icon" href="images/favicon-AR.ico" type="image/x-icon" />
<link href="style.css" rel="stylesheet" />
<title>Arne Rief - Web Developer</title>
</head>
<body>
<!-- NAVBAR -->
<header>
<nav role="navigation">
<ul>
<li>
<a href="index-en.html" aria-label="Back to main page"
><h1>Arne Rief</h1></a
>
</li>
<li>
<a href="about-en.html" aria-label="About page"
>About me</a
>
</li>
<li>
<a href="index-en.html#projects" aria-label="Projects"
>Projects</a
>
</li>
<li>
<a href="index-en.html#contact" aria-label="Contact me"
>Contact</a
>
</li>
<li>
<a
href="https://linkedin.com/in/arne-rief"
target="_blank"
aria-label="My LinkedIn Profile"
><i class="fa-brands fa-linkedin"></i
></a>
</li>
<li>
<a
href="https://github.com/Arrief"
target="_blank"
aria-label="My Github Account"
><i class="fa-brands fa-github"></i
></a>
</li>
<li>
<a
href="index.html"
aria-label="Switch to German language"
>🇩🇪</a
>
</li>
</ul>
</nav>
</header>
<main>
<!-- WELCOME -->
<section class="welcome-section">
<h2 class="title">
Hello, I'm <span class="name">Arne</span>. <br />
<span class="subtitle">Welcome to my web page! 👋🏻</span>
</h2>
<article class="welcome-intro">
<p>
I am a
<span class="text-emphasis"
>full-stack web developer</span
>
with a passion for learning, logic and combining both in
order to create meaningful and beautiful web
applications.
</p>
<p>
I am well versed in both frontend and backend
development. My programming skills include
<span class="text-emphasis">
JavaScript, TypeScript, React, Vue.js, HTML, CSS,
</span>
as well as
<span class="text-emphasis">PHP, Node.js, Express.js</span>
and working with databases like
<span class="text-emphasis">MySQL, PostgreSQL</span> and
<span class="text-emphasis">MongoDB</span>.
</p>
</article>
</section>
<!-- PROJECTS -->
<section class="projects-section" id="projects">
<h2 class="title">Sample Projects</h2>
<div class="project-container">
<img
src="images/screenshot-robot-tracker.webp"
alt="A screenshot of the city map with the robots"
class="project-screenshot"
/>
<article class="text-container">
<h3 class="subtitle">Robot Tracker</h3>
<p>
<a
href="https://github.com/Arrief/robot-tracker"
target="_blank"
class="text-link"
aria-label="Github repository for Robot Tracker"
>GitHub Code</a
>
</p>
<p>
Robot Tracker is a
<span class="text-emphasis"
>full-stack demo application</span
>, which is running a
<span class="text-emphasis"
>simulation of constant movement</span
>, in the backend while caching the data with
<span class="text-emphasis">Redis</span> and
utilizing a
<span class="text-emphasis">WebSocket</span>
connection to boradcast the data to the
<span class="text-emphasis">React frontend</span>
. There the current position data is displayed on an
<span class="text-emphasis">OpenLayers</span> map
and the simulation can be controlled.
</p>
<p>
Created with: <br />
<span class="text-emphasis"
>React, JavaScript, Node.js, Express.js,
PostgreSQL, Redis, WebSocket, HTML & CSS,
Docker</span
>
</p>
</article>
</div>
<!-- reverse order class for smaller screen sizes -->
<div class="project-container">
<article class="text-container">
<h3 class="subtitle">Note Book</h3>
<p>
<!-- <a
href="https://the-note-book.netlify.app/"
target="_blank"
class="text-link"
aria-label="Live demo of Note Book at Netlify"
>Website</a
> | -->
<a
href="https://github.com/Arrief/note-book"
target="_blank"
class="text-link"
aria-label="The Github repository for Note Book"
>GitHub Code</a
>
</p>
<p>
Note Book is a
<span class="text-emphasis"
>full-stack web application</span
>
for book lovers. Sign up for a free account and
build a
<span class="text-emphasis">
digital book collection</span
>. Every book in your collection comes with a "note
book" for
<span class="text-emphasis"
>keeping track of your notes</span
>
on the book and for storing remarkable quotations.
Finding books, notes and quotations is made easy
thanks to a
<span class="text-emphasis">search function</span>.
Additionally a
<span class="text-emphasis">filter</span> allows
switching between displaying notes or quotes only.
</p>
<p>
Created with: <br />
<span class="text-emphasis"
>React, JavaScript, Node.js, Express.js, MySQL,
HTML & CSS</span
>
</p>
</article>
<img
src="images/screenshot-note-book.webp"
alt="A screenshot of a Note Book user's book collection page"
class="project-screenshot"
/>
</div>
<div class="project-container">
<img
src="images/screenshot-all-in-trips.webp"
alt="A screenshot of a All In Trips' landing page"
class="project-screenshot"
/>
<article class="text-container">
<h3 class="subtitle">All In Trips</h3>
<p>
<!-- <a
href="https://all-in-trips.netlify.app/"
target="_blank"
class="text-link"
aria-label="Live demo of All In Trips at Netlify"
>Website</a
> | -->
<a
href="https://github.com/Arrief/All-In-Trips"
target="_blank"
class="text-link"
aria-label="The Github repository for All In Trips"
>GitHub Code</a
>
</p>
<p>
All In Trips is a
<span class="text-emphasis"
>frontend single page application</span
>
for planning your next vacation or business trip.
Enter your starting point, travel destination and
the day of arrival and departure
<span class="text-emphasis">just once</span> to get
an overview of
<span class="text-emphasis">the weather</span> at
your destination during your stay, the
<span class="text-emphasis">next flights</span>
closest to your current location and the
<span class="text-emphasis">cheapest hotels</span>
available. With data from
<span class="text-emphasis">APIs</span>, provided by
reliable sources like
<span class="text-emphasis">Booking.com</span>.
</p>
<p>
Created with: <br />
<span class="text-emphasis"
>React, JavaScript, 5 APIs, HTML & CSS</span
>
</p>
</article>
</div>
<!-- <div class="project-container">
<img
src="images/screenshot-auriga.webp"
alt="A screenshot of a MiAuriga's landing page"
class="project-screenshot"
/>
<article class="text-container">
<h3 class="subtitle">MiAuriga</h3>
<p class="note-auriga">
Website and repository are property of Auriga
</p>
<p>
As a <span class="text-emphasis">client project</span>, I worked
on the website MiAuriga. The
<span class="text-emphasis">Spanish company Auriga</span> is a
provider for all services related to cars. As part of a
<span class="text-emphasis">complete restructure</span> of both
the looks and functionality of the website, my tasks included
working on the
<span class="text-emphasis">re-design of the frontend</span> as
well as taking part in the planning and implementing of the
<span class="text-emphasis">newly created database</span> for
migrating the data of Auriga's customers.
</p>
<p>
Created with: <br />
<span class="text-emphasis"
>React, JavaScript, Node.js, MongoDB, MaterialUI/MUI, HTML &
CSS</span
>
</p>
</article>
</div> -->
</section>
<!-- CONTACT -->
<section class="contact-section" id="contact">
<h2 class="title">Contact me</h2>
<form
action="https://formspree.io/f/xrgvpkbn"
method="POST"
class="messenger-form"
>
<div>
<label for="first-name">First Name:</label>
<input
type="text"
id="first-name"
name="first-name"
placeholder="Your name..."
required
/>
</div>
<div>
<label for="last-name">Last Name:</label>
<input
type="text"
id="last-name"
name="last-name"
placeholder="Your last name..."
required
/>
</div>
<div>
<label for="email">Email:</label>
<input
type="email"
id="email"
name="email"
placeholder="Your email address..."
required
/>
</div>
<div>
<label for="subject">Subject:</label>
<input
type="text"
id="subject"
name="subject"
placeholder="Subject..."
required
/>
</div>
<div class="text-area">
<label for="message">Message:</label>
<textarea
rows="20"
id="message"
name="message"
placeholder="Your message..."
required
></textarea>
</div>
<!-- disabling captcha for sending emails -->
<input type="hidden" name="_captcha" value="false" />
<button type="submit">Send</button>
</form>
</section>
</main>
<!-- FOOTER -->
<footer>
<address>
<dl>
<dt>LinkedIn:</dt>
<dd>
<a
href="https://linkedin.com/in/arne-rief"
target="_blank"
aria-label="My LinkedIn Profile"
><i class="fa-brands fa-linkedin big-icon"></i
></a>
</dd>
<dt>Github:</dt>
<dd>
<a
href="https://github.com/Arrief"
target="_blank"
aria-label="My Github Account"
><i class="fa-brands fa-github big-icon"></i
></a>
</dd>
<dt>Email:</dt>
<dd>
<a href="#contact" aria-label="To the contact form">
<i class="fa-solid fa-envelope big-icon"></i
></a>
</dd>
</dl>
</address>
<p>© 2023 Arne Rief</p>
</footer>
</body>
</html>
|