forked from cadars/john-doe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (45 loc) · 2.18 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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Mathias</title>
<meta name="description" content="Mathias - building apps at @shapedk, f1 fan, dog walker">
<!-- Recommended minimum -->
<meta property="og:title" content="Hi👋">
<meta property="og:description" content="Mathias - building apps at @shapedk, f1 fan, dog walker">
<meta property="og:image" content="img/site-image.jpg">
<meta name="twitter:card" content="summary_large_image">
<!-- You could also inline the stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
<a href="#home">About</a>
</h1>
</header>
<main>
<section id="home">
<h1>Hi, I'm Mathias 👋</h1>
<p>📱 I build apps at <a href="https://shape.dk">Shape</a>.</p>
<p>⭐️ I build <a href="https://apps.apple.com/us/app/five-stars-reviews-ratings/id1634650919">Five Stars</a> for iOS and iPad (macOS coming soon).</p>
<p>🐶 I walk my dog Balter.</p>
<p>🏎️ I'm a Formula 1 fan.</p>
<p>🌏 You can usually find me around Copenhagen or Seoul.</p>
<p>✉️ Find me on <a href="https://mas.to/@mathiasemil">Mastodon</a> or contact me <a href="mailto:m@mathiasemil.com">here</a>.</p>
</section>
<section id="five-stars-privacy-policy">
<h1>Privacy Policy</h1>
<p>The policy applies to all information collected Five Stars for iOS and macOS. Your privacy is important to us. Therefore our apps do not collect any personally identifiable information or location data.</p>
<h2>Your Consent</h2>
<p>By using our apps you consent to our privacy policy.</p>
<h2>Contact Information</h2>
<p>If you have any questions regarding this privacy policy contact support@getfivestars.app</p>
<h2>Changes to This Policy</h2>
<p>We reserve the right to modify this privacy policy at any time, so please review it frequently.</p>
<p>May 21st, 2023: First published.</p>
</section>
</main>
</body>
</html>