-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (46 loc) · 2.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.83.1" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="A new Hugo site.">
<title>
Hi, im marc
</title>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Hi, im marc" />
<link rel="shortcut icon" href="/sam.ico">
<link rel="stylesheet" href="/css/main.min.c5514d3530979d291f3497facc20da1cec870028dbc2a3630b64bab8721bbe49.css" integrity="sha256-xVFNNTCXnSkfNJf6zCDaHOyHACjbwqNjC2S6uHIbvkk=" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact+Gothic">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://www.carigiet.github.io/tn.png"/>
<meta name="twitter:title" content="Hi, im marc"/>
<meta name="twitter:description" content="A new Hugo site."/>
<meta property="og:title" content="Hi, im marc" />
<meta property="og:description" content="A new Hugo site." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.carigiet.github.io/" /><meta property="og:image" content="https://www.carigiet.github.io/tn.png"/><meta property="og:site_name" content="Call me Sam" />
<title>Hi, im marc</title>
</head>
<body>
<video class="video" autoplay muted preload loop playsinline>
<source
src="/sample_video.mp4"
type="video/mp4"
poster="/background.png" />
</video>
<div id="overlay" style="background: rgba(0, 0, 0, 0.4);"></div>
<nav role="navigation" class="flex-container" id="splash">
<a href="posts" class="big-link">
posts
</a>
<a href="aboutme" class="big-link">
who is marc?
</a>
</nav>
</body>
</html>