-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jai Avasthi</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="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=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="cloud" src="images/cloud.png" alt="">
<h1>I'm Jai </h1>
<h2>a <span class="pro">pro</span>grammer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="">
<img cloud="mountain" src="images/mountain.png" alt="">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/IMG_20220608_012619-modified.png" alt="">
<h2>Hello.</h2>
<p class="desc">My name is jai avasthi an i m a programmer.</p>
</div>
<hr>
<div class="skills">
<h2 class="Myskills">My Skills.</h2>
<div class="skill-row">
<img class="computer" src="images/computer-modified.png" alt="">
<h3 class="skill">Design & Development</h3>
<p class="skill1">I started learning to code when I was 12 years old because I wanted to make my own video games.Over time, I have gained a wealth of experience designing and devloping mobile and web applications.</p>
</div>
<div class="skill-row">
<img class="chillies" src="images/chillies.png" alt="">
<h3 class="skill">Hot Wings Challenge</h3>
<p class="skill2">But my best skill is actually eating hot wings. I am the undisputed king of hot wing challenges. Ghost Peppers and Carolina Reapers are my favourite snacks.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="touch">Get In Touch</h2>
<h3>If you love hot wings as much as I do.</h3>
<p>Love hot wings as much as I do? Let's talk about how awesome they are!</p>
<p class="random">We can code while we eat hot wings!</p>
<a class="btn" href="[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/jai-avasthi-254387220/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/JaiAvasthi6">Twitter</a>
<a class="footer-link" href="https://github.com/jai12789">Github</a>
<p>© Jai Avasthi.</p>
</div>
</body>
</html>