47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
<title>Vlad Faust</title>
|
|
<meta name=description content="A passionate Crystal developer">
|
|
|
|
<!-- OG -->
|
|
<meta property=og:title content="Vlad Faust">
|
|
<meta property=og:description content="A passionate Crystal developer">
|
|
<meta property=og:type content=website>
|
|
<meta property=og:url content=https://vladfaust.com>
|
|
<meta property=og:image content="<%= BASE_URL %>img/me.jpg">
|
|
|
|
<!-- Twitter -->
|
|
<meta name=twitter:card content=summary_large_image>
|
|
<meta name=twitter:image content="<%= BASE_URL %>img/me.jpg">
|
|
<meta name=twitter:title content="Vlad Faust">
|
|
<meta name=twitter:description content="A passionate Crystal developer">
|
|
|
|
<!-- Icons -->
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-87763635-1"></script>
|
|
<script type="text/javascript">
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-87763635-1');
|
|
</script>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>I'm sorry but my website doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|