-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (76 loc) · 3.06 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Imran Yasin</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="/images/favicon.ico" />
<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" />
</head>
<body>
<div class="main-container">
<div class="top-container">
<img class="upper-cloud" src="/images/cloud.png" alt="cloud-img" />
<h1>I'm Imran.</h1>
<h2>a <span class="web-dev">Web</span> Devolper.</h2>
<img class="bottom-cloud" src="/images/cloud.png" alt="cloud-img" />
<img src="/images/mountain.png" alt="mountain-img" class="main-cloud" />
</div>
</div>
<div class="middle-container">
<div class="profile">
<img src="/images/profilePic.png" alt="my-img" class="profile-img" />
<h2 class="hello">Hello.</h2>
<p class="intro-p">
I am biginner Web Developer. I'm following the Dr. Angla Yu's Course.
Full Stack BootCamp 2022. I love coffee and chai ❤️.
</p>
</div>
<hr />
<div class="skill-row1">
<h2 class="my-skills">My Skills.</h2>
<img class="computer-img" src="images/computer.png" alt="skill-img" />
<h3>Design & Development</h3>
<p class="intro-p">
I started learning to code because I wanted to
make my own Web Sites. I have gained a wealth of
experience designing and developing web applications.
</p>
</div>
<div class="skill-row1 row2">
<img class="chilli-img" src="images/chillies.png" alt="skill-img" />
<div class="p-des">
<h3>Red Chilli Challange</h3>
<p class="intro-p">
But my best skill is actually in eating hot wings. I am the undisputed queen of hot wing challenges. Ghost
Peppers and
Carolina Reapers are my favourite snacks.
Let's try this!
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2 class="getintouch">Get In Touch</h2>
<h3>If you love hot wings as much as I do.</h3>
<p class="intro-p center">
Love hot wings as much as I do? Let's talk about how awesome they are!
We can code while we eat hot wings!
</p>
<a href="mailto:[email protected]">
<button class="btn">CONTACT ME</button></a>
</div>
</div>
<div class="bottom-container ">
<a class="links" href="https://github.com/imran-yasin" target="_blank">GitHub</a>
<a class="links" href="https://twitter.com/imranyasin944" target="_blank">Twitter</a>
<a class="links" href="https://www.facebook.com/imranyasin9444" target="_blank">Facebook</a>
<p>© Imran Yasin.</p>
</div>
</body>
</html>