-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (58 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>sayed Anwar Ul Haq</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento|Simonetta&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud image">
<h1>I'm Anwar.</h1>
<p>a <span class="web">web</span>developer</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud image">
<img src="images/mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://taskmaster682.github.io/sayed-anwar\images\IMG_20200226_101136.png" alt="profile pic">
<h2>Hello.</h2>
<p>I am a Web Developer.I'm an SEO expert and a Blogger.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="first-skill" src="https://taskmaster682.github.io/sayed-anwar\images\web-development.png" alt="">
<h3>Web Design and Development</h3>
<p>i started learning to code when i was persuing my bechelors degree but due to some reasons could not continue.After my bechelors degree i started to give my full time to coding.</p>
</div>
<div class="skill-row">
<img class="second-skill" src="https://taskmaster682.github.io/sayed-anwar\images\tag.png" alt="">
<h3>SEO expert</h3>
<p>After building some of my own websites i wanted to rank them up.So i had to learn the SEO,Hence i became an SEO expert.</p>
</div>
<div class="skill-row">
<img class="another-skill" src="https://taskmaster682.github.io/sayed-anwar\images\game-console.png" alt="">
<h3>Gamer</h3>
<p>i love to play games especially battlegrounds.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="msg">i can help you if you are facing any problem in your life regarding above shown skills.</h3>
<p class="massege">You can also contact me regarding business talks,or can you visit my fiverr account.</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/sayedanwar" > LinkedIn </a>
<a class="footer-link" href="https://www.linkedin.com/in/sayed-anwar-88a837168/" > Twitter </a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© 2020 SAYED ANWAR UL HAQ.</p>
</div>
</body>
</html>