-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.77 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
<head>
<title>My profile | Julius Appel</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container text-center">
<div class="card">
<h1>Hey there - I'm Julius ✌️</h1>
<img src="assets/images/profile.webp" alt="Julius Appel" width="100px" class="img-round profile-size">
<p>
I love surfing 🏄️, snowboarding 🏂️, and startups 💻️. I recently founded <a href="https:web.fitted.group" target="_blank">fit[ted].me</a> to connect & support sports enthusiasts around the world 🌍.
</p>
<p>We are also looking for <a href="https://fitted.group/Stellenanzeige_Fullstack_DevOps.pdf">Developers (m/f/d)</a> and <a href="https://fitted.group/Job_Opening_Graphics_UI_Designer.pdf">Graphics / UI Designer (m/f/d)</a>!</p>
<p><br></p>
<hr>
<p><br></p>
<a href="https://beta.fitted.me/" target="_blank" class="button">Sign up for our beta!</a>
<br>
<br>
</div>
<div class="card">
<h2>You can contact me here 👇</h2>
<ul class="list-inline">
<li>
<a href="https://github.com/juliusappel" target="_blank">
<img src="assets/icons/github.svg" alt="GitHub icon" class="icon">
</a>
</li>
<li>
<a href="https://www.instagram.com/juliusappel" target="_blank">
<img src="assets/icons/instagram.svg" alt="Instagram icon" class="icon">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/juliusappel/" target="_blank">
<img src="assets/icons/linkedin.svg" alt="LinkedIn icon" class="icon">
</a>
</li>
</ul>
</div>
</div>
</body>