-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (73 loc) · 2.76 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.99.1" />
<title>My New Hugo Site</title>
<meta charset="UTF-8">
<meta name="language" content="en">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<link type="text/css" rel="stylesheet" href="/css/about.min.0eaa5174415ee29b69f338eb8496b896950c30d9ca9bed931b09a62610c5d456.css" integrity="sha256-DqpRdEFe4ptp8zjrhJa4lpUMMNnKm+2TGwmmJhDF1FY="/>
<link type="text/css" rel="stylesheet" href="/css/custom.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css" integrity="sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="/>
<link rel="alternate" type="application/rss+xml+xml" href="https://maynouf.github.io/index.xml" title="My New Hugo Site" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https:\/\/maynouf.github.io\/",
"name": "",
"author": {
"@type": "Person",
"name": ""
},
"description": ""
}
</script>
</head>
<body>
<div class="burger__container">
<div class="burger" aria-controls="navigation" aria-label="Menu">
<div class="burger__meat burger__meat--1"></div>
<div class="burger__meat burger__meat--2"></div>
<div class="burger__meat burger__meat--3"></div>
</div>
</div>
<nav class="nav" id="navigation">
<ul class="nav__list">
<li>
<a href="/">about</a>
</li>
<li>
<a href="/blog">blog</a>
</li>
</ul>
</nav>
<main>
<div class="splash-container">
<div class="splash">
<h1>Hi, I'm Marc<span class="fancy">.</span></h1>
<span class="handle">@maynouf</span>
<h2>
This website is still under construction.
</h2>
<div class="social-icons">
<a
class="social-icons__link"
title="Github"
href="https://github.com/maynouf/"
target="_blank"
rel="me noopener"
>
<div class="social-icons__icon" style="background-image: url('https://maynouf.github.io/svg/github.svg')"></div>
</a>
</div>
</div>
</div>
</main>
<script src="/js/index.min.301a8b0870381bf76b3b5182e8966d363a0474281183439beb024d8b8228fc66.js" integrity="sha256-MBqLCHA4G/drO1GC6JZtNjoEdCgRg0Ob6wJNi4Io/GY=" crossorigin="anonymous"></script>
</body>
</html>