-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (115 loc) · 4.1 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
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AAA - CV/Resume/Portfolio Template</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Load Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300italic,300,100italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic' rel='stylesheet'>
<!-- CSS -->
<link rel="stylesheet" href="css/glitche-basic.css" />
<link rel="stylesheet" href="css/glitche-layout.css" />
<link rel="stylesheet" href="css/ionicons.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/animate.css" />
<!--
Template RTL
-->
<!--<link rel="stylesheet" href="css/rtl.css" />-->
<!--
Template Colors
-->
<!-- <link rel="stylesheet" href="css/template-colors/orange.css" /> -->
<!--<link rel="stylesheet" href="css/template-colors/blue.css" />-->
<!--<link rel="stylesheet" href="css/template-colors/green.css" />-->
<!--<link rel="stylesheet" href="css/template-colors/pink.css" />-->
<!--<link rel="stylesheet" href="css/template-colors/purple.css" />-->
<!--<link rel="stylesheet" href="css/template-colors/red.css" />-->
<!--
Template Dark
-->
<link rel="stylesheet" href="css/template-dark/dark.css" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicons/favicon.ico">
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="centrize full-width">
<div class="vertical-center">
<div class="pre-inner">
<div class="load typing-load"><p> loading...</p></div>
<span class="typed-load"></span>
</div>
</div>
</div>
</div>
<!-- Container -->
<div class="container">
<!-- Header -->
<header>
<div class="head-top">
<a href="#" class="menu-btn"><span></span></a>
<div class="top-menu">
<ul>
<li><a href="resume.html" class="lnk">Resume</a></li>
<li><a href="portfolio.html" class="lnk">Portfolio</a></li>
<li><a href="blog.html" class="lnk">Blog</a></li>
<li><a href="contacts.html" class="btn">Contacts</a></li>
</ul>
</div>
</div>
</header>
<!-- Wrapper -->
<div class="wrapper">
<!-- Started -->
<div class="section started">
<div class="centrize full-width">
<div class="vertical-center">
<div class="started-content">
<div class="h-title glitch-effect" data-text=" Ahmed Aoulad Amar "><span>Ahmed Aoulad Amar</span></div>
<div class="h-subtitle typing-subtitle">
<p>UX/UI Designer and Front-end Director.</p>
<p>Based in Tanger.</p>
</div>
<span class="typed-subtitle"></span>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="soc">
<a target="_blank" href="https://github.com/Ahmed-dev-dragon"><span class="ion ion-social-github"></span></a>
<a target="_blank" href="https://twitter.com/Ahmd_dev_dragon"><span class="ion ion-social-twitter"></span></a>
<a target="_blank" href="https://www.instagram.com/ahmed_dev_dragon/"><span class="ion ion-social-instagram-outline"></span></a>
</div>
<div class="copy">© 2022 AAA. .</div>
<div class="clr"></div>
</footer>
<!-- Lines -->
<div class="line top"></div>
<div class="line bottom"></div>
<div class="line left"></div>
<div class="line right"></div>
</div>
<!-- jQuery Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/typed.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/imagesloaded.pkgd.js"></script>
<script src="js/isotope.pkgd.js"></script>
<!-- Main Scripts -->
<script src="js/glitche-scripts.js"></script>
</body>
</html>