-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (49 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href="./script.js" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<title>Ali Azaz M ( Senior Full Stack Developer. )</title>
</head>
<body>
<header class="header">
<a href="#" class="logo">Ali Azaz</a>
<nav class="navbar">
<a id="home" href="#" class="active">Home</a>
<a id="about" href="#">About</a>
<a id="service" href="#">Services</a>
<a id="portfolio" href="#">Porifolio</a>
<a id="contact" href="#">Contact</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h1>Hi, I'm Ali Azaz M</h1>
<h3>Senior Full Stack Developer</h3>
<p>
I have 9+ years of experience, I have gained a deep understanding of
various technologies and frameworks, with a particular focus on PHP,
Laravel, Vue Js, React Js, Next Js, Nest Js, MySQL, MongoDB,
Express.js, React.js, and Node.js.
</p>
<div class="btn-box">
<a href="#">Hire Me</a>
<a href="#">Let's Talk</a>
</div>
</div>
<div class="home-sci">
<a href="#"><i class="bx bxl-facebook"></i></a>
<a href="#"><i class="bx bxl-linkedin"></i></a>
<a href="#"><i class="bx bxl-github"></i></a>
</div>
<span class="home-imageHover"></span>
</section>
</body>
</html>