-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (63 loc) · 2.76 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">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ADITYA GHAI</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:wght@200&family=Sacramento&display=swap"
rel="stylesheet">
</head>
<body>
<div class="top_container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I'm Aditya.</h1>
<h2 class="heading2">a <span><u>pro</u></span>grammer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img class="mount-image" src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="images/man.png" alt="profile-image">
<h2>Hello.</h2>
<p>I am a technology enthusiast. I like python. Currently learning web development.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill1-img"
src="https://media0.giphy.com/media/d8d7kW0JUCUDwHpDsk/giphy.gif?cid=ecf05e47k4un1qf7y6wbcnl7b409i6yj2c9ked6nstvgold0&rid=giphy.gif&ct=s"
alt="">
<h3>Development & Scripting</h3>
<p>I started learning coding for curiosity because everyone is taking about it. Overtime, I have gained
experience in different coding languages.(Most loved is Python)</p>
</div>
<div class="skill-row">
<img class="skill2-img" src="images/weightlifter.png" alt="">
<h3 class="skill2-head">Deadlift Challenge</h3>
<p>But my best skill is lifting heavy plates in the gym. I am undisputed king of lifting heavy plates
in my gym. BenchPress, Deadlift, Squat are my favorite exercises.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love fitness as much as I do.</h3>
<p>Love Fitness? Lets talk about how awesome is that! We can lift after code.</p>
<a href="mailto:[email protected]" class="BUTTON_QSQ">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<div class="bottom-text">
<a class="footer-link" href="https://www.linkedin.com/in/aditya-ghai-527749210/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="">Website</a>
<p class="copyright">© 2022 Aditya Ghai.</p>
</div>
</div>
</body>
</html>