summaryrefslogtreecommitdiff
path: root/index.html
blob: 16c9c7fc2b6bd4fc37f3acc1fa02de7b4612bd06 (plain)
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
408
409
410
411
412
413
414
415
416
417
418
419
420
<!doctype html>
<html lang="de">
    <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 - Webentwickler</title>
    </head>
    <body>
        <!-- NAVBAR -->
        <header>
            <nav role="navigation">
                <ul>
                    <li>
                        <a href="index.html" aria-label="Zurück zur Hauptseite"
                            ><h1>Arne Rief</h1></a
                        >
                    </li>
                    <li>
                        <a href="about.html" aria-label="Über mich Infoseite"
                            >Über mich</a
                        >
                    </li>
                    <li>
                        <a href="index.html#projects" aria-label="Projekte"
                            >Projekte</a
                        >
                    </li>
                    <li>
                        <a href="index.html#contact" aria-label="Kontakt"
                            >Kontakt</a
                        >
                    </li>
                    <li>
                        <a
                            href="https://linkedin.com/in/arne-rief"
                            target="_blank"
                            aria-label="Mein LinkedIn Profil"
                            ><i class="fa-brands fa-linkedin"></i
                        ></a>
                    </li>
                    <li>
                        <a
                            href="https://github.com/Arrief"
                            target="_blank"
                            aria-label="Mein Github Account"
                            ><i class="fa-brands fa-github"></i
                        ></a>
                    </li>
                    <li>
                        <a
                            href="index-en.html"
                            aria-label="Switch to English language"
                            >🇬🇧</a
                        >
                    </li>
                </ul>
            </nav>
        </header>

        <main>
            <!-- WELCOME -->
            <section class="welcome-section">
                <h2 class="title">
                    Hallo, ich bin <span class="name">Arne</span>. <br />
                    <span class="subtitle"
                        >Willkommen auf meiner Website! 👋🏻</span
                    >
                </h2>
                <article class="welcome-intro">
                    <p>
                        Ich bin ein
                        <span class="text-emphasis"
                            >Full Stack Webentwickler</span
                        >
                        und nutze meine Leidenschaft für Lernen und Logik, um
                        sinnvolle und ansprechende Webapplikationen zu schaffen.
                    </p>
                    <p>
                        Ich bin sowohl in der Frontend als auch der Backend
                        Entwicklung zuhause . Meine Programmierkenntnisse
                        umfassen
                        <span class="text-emphasis"
                            >JavaScript, TypeScript, React, Vue.js, HTML, CSS
                            und Sass</span
                        >, ebenso wie
                        <span class="text-emphasis">Node.js, Express.js</span>
                        und die Arbeit mit Datenbanken wie
                        <span class="text-emphasis">MySQL, PostgreSQL</span> und
                        <span class="text-emphasis">MongoDB</span>.
                    </p>
                </article>
            </section>

            <!-- PROJECTS -->
            <section class="projects-section" id="projects">
                <h2 class="title">Projektauswahl</h2>
                <div class="project-container">
                    <img
                        src="images/screenshot-robot-tracker.webp"
                        alt="Ein Screenshot der Stadtkarte mit den Robotern"
                        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 für Robot Tracker"
                                >GitHub Code</a
                            >
                        </p>
                        <p>
                            Robot Tracker ist eine
                            <span class="text-emphasis"
                                >Full Stack Demo Webanwendung</span
                            >, die im Backend eine
                            <span class="text-emphasis"
                                >Simulation von konstanter Bewegung
                                durchführt</span
                            >, die Daten mit
                            <span class="text-emphasis">Redis</span> cached und
                            mit einer
                            <span class="text-emphasis">WebSocket</span>
                            Verbindung an das
                            <span class="text-emphasis">React Frontend</span>
                            übermittelt. Dort werden die aktuellen Standorte auf
                            einer
                            <span class="text-emphasis">OpenLayers</span> Karte
                            angezeigt und die Simulation gesteuert.
                        </p>
                        <p>
                            Erstellt mit: <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="Note Book live auf Netlify"
                >Website</a
              >&nbsp;|&nbsp; -->
                            <a
                                href="https://github.com/Arrief/note-book"
                                target="_blank"
                                class="text-link"
                                aria-label="Github Repository für Note Book"
                                >GitHub Code</a
                            >
                        </p>
                        <p>
                            Note Book ist eine
                            <span class="text-emphasis"
                                >Full Stack Webanwendung</span
                            >
                            für Buchliebhaber. Registriere dich mit einem
                            kostenlosen Account und erstelle eine
                            <span class="text-emphasis">
                                digitale Buchsammlung</span
                            >. Jedes Buch in deiner Sammlung hat eine
                            Notizfunktion, so dass du
                            <span class="text-emphasis"
                                >Notizen und Zitate speichern</span
                            >
                            kannst. Eine
                            <span class="text-emphasis">Suchfunktion</span>
                            macht es einfach, dich in deinen Büchern, Notizen
                            und Zitaten zurechtzufinden. Zusätzlich kannst du
                            mit einem
                            <span class="text-emphasis">Filter</span> nur
                            Notizen oder Zitate anzeigen lassen.
                        </p>
                        <p>
                            Erstellt mit: <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="Ein Screenshot der Büchersammlung eines Note Book Nutzers"
                        class="project-screenshot"
                    />
                </div>

                <div class="project-container">
                    <img
                        src="images/screenshot-all-in-trips.webp"
                        alt="Ein Screenshot der Startseite von All In Trips"
                        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="All In Trips live auf Netlify"
                >Website</a
              >&nbsp;|&nbsp; -->
                            <a
                                href="https://github.com/Arrief/All-In-Trips"
                                target="_blank"
                                class="text-link"
                                aria-label="Github Repository für All In Trips"
                                >GitHub Code</a
                            >
                        </p>
                        <p>
                            All In Trips ist eine
                            <span class="text-emphasis"
                                >Frontend Single Page Webanwendung</span
                            >, die dir hilft, deinen nächsten Urlaub oder eine
                            Geschäftsreise zu planen. Gib deinen Ausgangsort,
                            Zielort, Tag der Ankunft und Abreise
                            <span class="text-emphasis">nur einmal</span> ein
                            und erhalte eine Übersicht über
                            <span class="text-emphasis">das Wetter</span> an
                            deinem Zielort, die
                            <span class="text-emphasis">nächsten Flüge</span> in
                            deiner Nähe sowie über die
                            <span class="text-emphasis"
                                >günstigsten Hotels</span
                            >
                            vor Ort. Mit Daten von
                            <span class="text-emphasis">APIs</span>,
                            bereitgestellt durch namhafte Unternehmen wie
                            <span class="text-emphasis">Booking.com</span>.
                        </p>
                        <p>
                            Erstellt mit: <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="Ein Screenshot der Startseite von MiAuriga"
                        class="project-screenshot"
                    />
                    <article class="text-container">
                        <h3 class="subtitle">MiAuriga</h3>
                        <p class="note-auriga">
                            Website und Code sind Eigentum von Auriga
                        </p>
                        <p>
                            Meine Arbeit an der Website MiAuriga war ein
                            <span class="text-emphasis"
                                >Auftrag für einen Klienten</span
                            >, das
                            <span class="text-emphasis"
                                >spanische Unternehmen Auriga</span
                            >. MiAuriga ist ein Onlineportal für alle
                            Dienstleistungen rund ums Auto. Als Teil einer
                            <span class="text-emphasis"
                                >kompletten Neustrukturierung der Website</span
                            >
                            im Design wie in der Funktionalität habe ich sowohl
                            am
                            <span class="text-emphasis"
                                >neuen Design des Frontends</span
                            >
                            als auch bei der Planung und Umsetzung der
                            <span class="text-emphasis">neuen Datenbank</span>
                            mitgearbeitet.
                        </p>
                        <p>
                            Erstellt mit: <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">Kontakt</h2>
                <form
                    action="https://formspree.io/f/xrgvpkbn"
                    method="POST"
                    class="messenger-form"
                >
                    <div>
                        <label for="first-name">Vorname:</label>
                        <input
                            type="text"
                            id="first-name"
                            name="first-name"
                            placeholder="Ihr Vorname..."
                            required
                        />
                    </div>
                    <div>
                        <label for="last-name">Nachname:</label>
                        <input
                            type="text"
                            id="last-name"
                            name="last-name"
                            placeholder="Ihr Nachname..."
                            required
                        />
                    </div>
                    <div>
                        <label for="email">Email:</label>
                        <input
                            type="email"
                            id="email"
                            name="email"
                            placeholder="Ihre Email Adresse..."
                            required
                        />
                    </div>
                    <div>
                        <label for="subject">Betreff:</label>
                        <input
                            type="text"
                            id="subject"
                            name="subject"
                            placeholder="Betreff..."
                            required
                        />
                    </div>
                    <div class="text-area">
                        <label for="message">Nachricht:</label>
                        <textarea
                            rows="20"
                            id="message"
                            name="message"
                            placeholder="Ihre Nachricht..."
                            required
                        ></textarea>
                    </div>
                    <!-- disabling captcha for sending emails -->
                    <input type="hidden" name="_captcha" value="false" />
                    <button type="submit">Senden</button>
                </form>
            </section>
        </main>

        <!-- FOOTER -->
        <footer>
            <address>
                <dl>
                    <dt>LinkedIn:</dt>
                    <dd>
                        <a
                            href="https://linkedin.com/in/arne-rief"
                            target="_blank"
                            aria-label="Mein LinkedIn Profil"
                            ><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="Mein Github Account"
                            ><i class="fa-brands fa-github big-icon"></i
                        ></a>
                    </dd>
                    <dt>Email:</dt>
                    <dd>
                        <a href="#contact" aria-label="Zur Kontaktform">
                            <i class="fa-solid fa-envelope big-icon"></i
                        ></a>
                    </dd>
                </dl>
            </address>
            <p>&copy; 2023 Arne Rief</p>
        </footer>
    </body>
</html>