-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (67 loc) · 3.95 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
<!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">
<link rel="stylesheet" href="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">
<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=Lato&display=swap" rel="stylesheet">
<title>Yash Ketan Agnihotri</title>
</head>
<body>
<div class="top-container">
<img src="cloud_1.png" alt="cloud-image" class="cloud top-cloud">
<h1>I'm Yash Ketan.</h1>
<p class="tagline">A Web Developer.</p>
<img src="cloud_1.png" alt="cloud-image" class="cloud bottom-cloud">
<img src="mountain.png" alt="mountain-image" class="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="photo.jpg" alt="" class="profile-pic">
<h2>Hello. This is me.</h2>
<p class="description">A budding web developer. A competitive coder. A tech enthusiast. A smartphone photographer. A graphic designer. A music enthusiast. An engineer. A hummble person. Loves good discussions. Fluent in English.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-pic" src="code.png" alt="">
<h3>Coding</h3>
<p>I am a technologically inclined person by nature. I am an intermediate in C and C++. I am pretty good at python and I am still learning python. I am an amature web developer and I am quickly advancing in that.</p>
</div>
<div class="skill-row">
<img class="skill-pic" src="graphic-design.png" alt="">
<h3>Graphic Designing</h3>
<p>I am a creative person with an out-of-the-box kind of vison so graphic designing was the perfect thing for me. I am proficient in Adobe Illustrator and Adobe Photoshop. I am good designing social media posts and logos for various concepts.</p>
</div>
<div class="skill-row">
<img class="skill-pic" src="camera.png" alt="">
<h3>Photography</h3>
<p>I absolutely love capturing moments in such a way that one look at the photo is enough to bring back all the memories. I am a casual photographer. I use a DSLR camera and a smartphone camera as well. I like cityscapes and night-time photography. I am also good at photo-editing.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<img class="skill-pic contact-image" src="contact.png" alt="">
<h3>If you love coding as much as I do</h3>
<p class="description">Please feel free to contact me for anything, especially if you want to hire me 😇 or work with me 🔨</p>
<a href="contact-me.html" class="myButton" target="_blank">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/yash-ketan-agnihotri-563983206/" target="_blank"><img src="linkedin.png" alt="" class="icon"></a>
<a class="footer-link" href="https://www.instagram.com/yash.ketan/" target="_blank"><img src="instagram.png" alt="" class="icon"></a>
<a class="footer-link" href="https://yashketanagnihotri.github.io/cv/" target="_blank"><img src="world-wide-web.png" alt="" class="icon"></a>
<p class="footer-credit">© 2021 Yash Ketan Agnihotri.</p>
</div>
</div>
</body>
</html>