-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (55 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hasnain khan</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans|Montserrat|Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Hasnain</h1>
<h2>A student of web developement!</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img class="mountain-img" src="mountain.png" alt="background-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="myimg" src="mypic.jpg" alt="angela-img">
<h2>Hello.</h2>
<p class="para-text">I am a student of Web developement and I am currently studying an online course from Udemy Website.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="computer.png" alt="">
<h3>Design and developement</h3>
<p>I started learning to code basic HTML during my early high school days and then continued to expand my knowledge by Completing Bachelor's of computer application Degree.</p>
</div>
<div class="skill-row">
<img class="gif-img" src="https://www.clipartwiki.com/clipimg/detail/164-1644871_download-clipart-man-working-on-computer-vector-png.png" alt="">
<div class="text-skills">
<h3>Tired always, working Always!!</h3>
<p>I am one of the laziest human you will ever find on the face of the earth. But I still dreadfully do my work and finish it within due time.</p>
</div>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are as lazy as I am and ❤ the comfort of your house more than the office space.</h3>
<p class="contact-text">Love taking a nap? Let's talk about how amazing naps are! We can code while we embrace the culture of laziness!</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.appbrewery.co/">Website</a>
<p class="copyright">© 2019 Hasnain Khan.</p>
</div>
</body>
</html>