-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (75 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-N8847SD6');</script>
<link rel="icon" type="image/png" href="favicon.png" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Ayoub EZZINi - Portfolio</title>
<meta content="" name="descriptison" />
<meta content="" name="keywords" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet" />
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169007209-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-169007209-3");
</script>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5BB8W2X" height="0" width="0"
style="display: none; visibility: hidden"></iframe></noscript>
<header id="header" class="header-tops">
<div class="container">
<h1 class="center-text"><a href="index.html">Ayoub EZZINI</a></h1>
<h2 class="center-text" style="color: #fff">
I'm <span class="typing" style="color: #12d640"></span>
</h2>
<nav class="nav-menu d-none d-lg-block center-item">
<ul>
<li>
<a href="https://drive.google.com/file/d/1GUqcC5-fxccpzHlZUDn-aCgTTGmg5lYP/view" target="_blank">
<span>Resume <svg width="24px" height="24px" viewBox="0 0 24 24"
style="cursor:pointer;margin-bottom: 5px">
<g stroke-width="2.1" stroke="#fff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="17 13.5 17 19.5 5 19.5 5 7.5 11 7.5"></polyline>
<path d="M14,4.5 L20,4.5 L20,10.5 M20,4.5 L11,13.5"></path>
</g>
</svg></span></a>
</li>
</ul>
</nav>
<div class="social-links center-item">
<a href="https://www.linkedin.com/in/ayoubezzini" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.github.com/ayoubezzini" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:ayoub.ezzini@gmail.com" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div>
</div>
</header>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed(".typing", {
strings: ["Yi", "Techie", "Software Engineer"],
loop: true,
typeSpeed: 65,
backSpeed: 65,
});
</script>
</body>
</html>