forked from juliangarnier/juliangarnier.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.52 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
<!doctype html>
<!-- Hello, hello. Nice to see you here. -->
<title>Adrian Perte - Freelance iOS Engineer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="I'm a freelance iOS Engineer living in Cluj-Napoca and leading the iOS department at softhaus." />
<meta property="og:site_name" content="perteadrian.com" />
<meta property="og:title" content="Adrian Perte" />
<meta property="og:description" content="I'm a freelance iOS Engineer living in Cluj-Napoca and leading the iOS department at softhaus." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://perteadrian.com" />
<meta property="og:image" content="https://perteadrian.com/img/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="768" />
<meta property="og:image:height" content="416" />
<link rel="icon" type="image/png" href="img/favicon.png" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png" />
<link rel="stylesheet" type="text/css" media="screen" href="css/styles.css" />
<body>
<div class="messages"><div class="copyright">© <a href="http://juliangarnier.com">Julian Garnier</a></div></div>
<script src="js/anime.js"></script>
<script src="js/scripts.js"></script>
<!-- Plausible Analytics - but you already knew that.-->
<script async defer data-domain="perteadrian.com" src="https://analytics.softhaus.org/js/plausible.outbound-links.js"></script>
</body>