-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·69 lines (65 loc) · 2.14 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
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-167993986-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-167993986-1");
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Andry Rajaoberison</title>
<meta name="generator" content="Jekyll v3.8.7" />
<meta property="og:title" content="Andry Rajaoberison" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Portfolio" />
<meta property="og:description" content="Portfolio" />
<link rel="canonical" href="http://www.rajaoberison.com/" />
<meta property="og:url" content="http://www.rajaoberison.com/" />
<meta property="og:site_name" content="Andry Rajaoberison" />
<script type="application/ld+json">
{
"@type": "WebSite",
"headline": "Andry Rajaoberison",
"url": "http://www.rajaoberison.com/",
"name": "Andry Rajaoberison",
"description": "Portfolio",
"@context": "https://schema.org"
}
</script>
<!-- End Jekyll SEO tag -->
<style class="anchorjs"></style>
<link
rel="stylesheet"
href="/assets/css/style.css?v=750997b4e6c883783942a884305187b4ae1250de"
/>
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<p>This website is under maintenance.</p>
<p>
Please visit my
<a href="https://www.linkedin.com/in/rajaoberison/">LinkedIn profile</a>
instead.
</p>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"
integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg="
crossorigin="anonymous"
></script>
<script>
anchors.add();
</script>
</body>
</html>