-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (50 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aymen Elawad</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Aymen Elawad" />
<meta name="description" content="I'm out for coffee; will be back soon." />
<meta name="keywords" content="aymen, elawad, أيمن" />
<link rel="canonical" href="https://aymen.dev" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/img/icon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/script.js" type="module"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-5404301-1"></script>
<script async>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-5404301-1');
</script>
</head>
<body>
<section id="section1">
<canvas data-color="#FF6F69"></canvas>
<div class="container">
<p class="info">I'm out for a cup of coffee, but will be back soon.</p>
</div>
<a class="link" onclick="goTo('section2')">↓</a>
</section>
<section id="section2">
<canvas data-color="#DA89FF"></canvas>
<div class="container">
<div>
<p class="info">If you need something, feel free to disturb me.</p>
<p class="info email"><a href="mailto:me%40aymen.dev?subject=Hi">say hi</a></p>
</div>
</div>
<a class="link" onclick="goTo('section3')">↓</a>
</section>
<section id="section3">
<canvas data-color="#F7941D"></canvas>
<div class="container">
<p class="info name"><img src="img/name.svg" /></p>
</div>
<a class="link up" onclick="goTo('section1')">↑</a>
<a class="link up github" href="https://github.com/elawad"><img src="img/github.svg" alt="Github" /></a>
</section>
</body>
</html>