-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (63 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<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="css/styles.css">
<link rel="favicon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<title>Zarrar Hussain Abid</title>
</head>
<body>
<div class="top-class">
<img data-aos="fade-left" data-aos-duration="9000" class="top-cloud"src="images/cloud.png" alt="clouds">
<h1>I'am Zarrar</h1>
<h2>a web designer</h2>
<img data-aos="fade-right" class="bottom-cloud"src="images/singleC.png" alt="clouds single">
<img class="mountain" src="images/illus.png" alt="mountains" >
</div>
<div class="middle-class" data-aos="fade-up" data-aos-anchor-placement="top-center">
<div class="profile">
<img src="images/profile.png" alt="profile">
<h2>HELLO.</h2>
<p class="description-paragraph">I am an Dot Net And web developer. I am a student at NUML. I ❤️ coding and playing computer games</p>
</div>
<hr>
<div class="skills">
<h2>Skills.</h2>
<div data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine" class="skill-row">
<img class="web" src="images/skill2.png" alt="skill-web">
<h3>Design And Develpment</h3>
<p >I started learning to code when i was in 12 grade because i wanted to create beautiful and creative website and now i am loving to do so</p>
</div>
<div data-aos="fade-left" data-aos-offset="300" data-aos-easing="ease-in-sine" class="skill-row">
<img class="logo" src="images/logo.png" alt="logo">
<h3>Logo Designing</h3>
<p>Apart from coding i also enjoy making creative and eye catchy logo's.It is fun too </p>
</div>
</div>
<hr>
<div data-aos="fade-down" data-aos-duration="3000" class="contact-me">
<h2>Get In Touch</h2>
<h3>If you want a creative website or an eye catchy logo for it</h3>
<p class="reach-me-text">If you want to reach me then click the link below </p>
<a class="btn" href="mailto:zarrarabid72@gmail.com">Contact ME</a>
</div>
</div>
<div class="bottom-class">
<a class="footer-link" href="https://www.linkedin.com/in/zarrar-abid-a1667121a/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Iamzarrarabid1">Twitter</a>
<a class="footer-link" href="https://www.behance.net/zarrarabid">Behance</a>
<p class="copyright">@ 2022 Zarrar Hussain Abid @ portfolio website</p>
</div>
<script>
AOS.init();
</script>
</body>
</html>