-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 2.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Waleed Mughal</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" type="text/css" href="favicon-1.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,400;1,100;1,200&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1> I'm Waleed.</h1>
<p class="f1">a <span><u>web</u></span> designer. </p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="cloud-image">
</div>
<br>
<div class="middle-container">
<div class="profile">
<img class="imgpro" src="images/boy.png" alt="profile-pic">
<h2>Hello.</h2>
<p class="intro">I am a front end web developer(Angular).I 💖 to develop webapps and websites.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-pic" src="images/programming.png" alt="">
<h3>Design & Development</h3>
<p>I am a graduate of Computer Sciences I start learning coding when I was in High School and after that I gained a lot of knowledge in developing and designing web applications.</p>
</div>
<div class="skill-row">
<img class="skill2" src="images/console.png" alt="">
<h3>Gaming</h3>
<p>I love online games and I spent most of my free time in playing online games.</p>
</div>
</div>
<hr>
<div class="contact-me">
<img class="conc" src="images/contact.png">
<h2>Get In Touch</h2>
<h3> If you love to get your own personal site also?</h3>
<p class="contact-message">Love to get your own personal site also? Lets talk about how awesome they are! I can design it for you.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.fiverr.com/users/waleed_22/seller_dashboard">Fiverr</a>
<p class="copyright">© 2021 Waleed Mughal.</p>
</div>
</body>
</html>