-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·27 lines (27 loc) · 1.11 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Florian Schneider</title>
<!-- <link rel="stylesheet" href="./index-style.css" /> -->
<style>body div {margin: 1em auto;width: 100%;max-width: 500px;} img {border-radius: 50%;width: 100%;max-width: 296px;object-fit: cover; aspect-ratio: 1/1;}
ul li {margin-bottom: 5px;} * {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}</style>
</head>
<body>
<div>
<img src="./IMG_6730_v1.jpg" />
<div>
<h2>Hi, I'm Florian Schneider</h2>
<p>aspiring Data Engineer.</p>
</div>
<div>
<ul>
<li><a href="https://www.github.com/fschn90">github.com/fschn90</a></li>
<li><a href="https://www.linkedin.com/in/florianschneider1/">linkedin.com/in/florianschneider1</a></li>
<li><a href="https://www.travel-blog.fschn.org/index.html">travel-blog</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</body>
</html>