-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge.html
57 lines (54 loc) · 2.83 KB
/
challenge.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>challening_site</title>
<link rel="stylesheet" href="\challenging_site\challenge_css\challenge.css">
<link rel="icon" href="\challenging_site\favicon.ico">
</head>
<body>
<div class="top-container">
<h1>I'm Mudasur</h1>
<p class="pr" >a <span class="pro">pro</span>gramer</p>
<img class="clo" src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/whatsapp/238/cloud_2601.png" alt="clude_1">
<img class="clu" src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/whatsapp/238/cloud_2601.png" alt="clude_2">
<img class="mountain" src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/emojidex/112/mountain_26f0.png" alt="montain">
</div>
<div class="middle-container">
<div class="profile">
<img class="my" height="200px" width="200px" src="D:\challenging_site\circle-cropped (3).png" alt="powell">
<h2>Hello.</h2>
<p class="texx">hey! am an web desiner and also developer and am a self lover.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img width ="25%" class="sk" src="https://media1.giphy.com/media/l378x01QBd1jIQHAs/200w.webp?cid=ecf05e47cj9r99a2g68f6azg6v2k19lqxci8ahinzlizsjr0&rid=200w.webp" alt="skills">
<h2>creativeness</h2>
<p class="tex">Am an creative web developer and i can make websites of any kind and in a creative way
I a can make your website to get into web and i"ll make it very popular.</p>
</div>
<div class="skill-row">
<img width="25%" class=" ice" src="https://www.flaticon.com/svg/static/icons/svg/3571/3571647.svg" alt="skil">
<h2>Advanced</h2>
<p class="tex" >I'll be using the advanced ways to make my web site look very professinal.
and I can make your ordinary web site to look extra ordinary by using my css skills</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="get">Get In Touch</h2>
<h3>You can contact me in the following ways</h3>
<p>You can visit my profiles below to see my activits and follow for more!</p>
<a class="btn" href="mailto:powell.mudasurzz@gmail.com">Mail me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://m.facebook.com/mudasubasha">facebook</a>
<a class="footer-link" href="https://www.instagram.com/its_me_powell_mudasurzz/?hl=en">instagram</a>
<a class="footer-link" href="\challenging_site\WhatsApp Image 2020-10-25 at 11.29.16 AM.jpeg">whatsapp</a>
<p class="copyright"> © 2020 powell mudasurzz.</p>
</div>
</body>
</html>