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
|
<!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>
<ul>
<li>
<a href="index-en.html"><h1>Arne Rief</h1></a>
</li>
<li><a href="about-en.html">About me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<li>
<a href="https://linkedin.com/in/arne-rief" target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
</li>
<li>
<a href="https://github.com/Arrief" target="_blank"
><i class="fa-brands fa-github"></i
></a>
</li>
<li><a href="index.html">🇩🇪</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>
<p class="welcome-intro">
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. Currently I am focusing on
frontend development; my programming skills include
<span class="text-emphasis">JavaScript, React, HTML, CSS, Sass</span>
as well as <span class="text-emphasis">Node.js, Express.js</span> and
working with databases like
<span class="text-emphasis">MySQL</span> and
<span class="text-emphasis">MongoDB</span>.
</p>
</section>
<!-- PROJECTS -->
<section class="projects-section" id="projects">
<h2 class="title">Sample Projects</h2>
<div class="project-container">
<img
src="images/screenshot-note-book.png"
alt="A screenshot of a Note Book user's book collection page"
class="project-screenshot"
/>
<div class="text-container">
<h3 class="subtitle">Note Book</h3>
<p>
<a
href="https://the-note-book.netlify.app/"
target="_blank"
class="text-link"
>Website</a
> |
<a
href="https://github.com/Arrief/note-book"
target="_blank"
class="text-link"
>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>
</div>
</div>
<!-- reverse order class for smaller screen sizes -->
<div class="project-container">
<div class="text-container">
<h3 class="subtitle">All In Trips</h3>
<p>
<a
href="https://all-in-trips.netlify.app/"
target="_blank"
class="text-link"
>Website</a
> |
<a
href="https://github.com/Arrief/All-In-Trips"
target="_blank"
class="text-link"
>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>
</div>
<img
src="images/screenshot-all-in-trips.png"
alt="A screenshot of a All In Trips' landing page"
class="project-screenshot"
/>
</div>
<div class="project-container">
<img
src="images/screenshot-auriga.png"
alt="A screenshot of a MiAuriga's landing page"
class="project-screenshot"
/>
<div 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>
</div>
</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="name">First Name:</label>
<input
type="text"
name="name"
placeholder="Your name..."
required
/>
</div>
<div>
<label for="name">Last Name:</label>
<input
type="text"
name="name"
placeholder="Your last name..."
required
/>
</div>
<div>
<label for="email">Email:</label>
<input
type="email"
name="email"
placeholder="Your email address..."
required
/>
</div>
<div>
<label for="subject">Subject:</label>
<input
type="text"
name="subject"
placeholder="Subject..."
required
/>
</div>
<div class="text-area">
<label for="message">Message:</label>
<textarea
rows="20"
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"
><i class="fa-brands fa-linkedin big-icon"></i
></a>
</dd>
<dt>Github:</dt>
<dd>
<a href="https://github.com/Arrief" target="_blank"
><i class="fa-brands fa-github big-icon"></i
></a>
</dd>
<dt>Email:</dt>
<dd>
<a href="#contact">
<i class="fa-solid fa-envelope big-icon"></i
></a>
</dd>
</dl>
</address>
<p>© 2023 Arne Rief</p>
</footer>
</body>
</html>
|