-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (56 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shashank Patil</title>
<link rel="stylesheet" href="CSS/style.css">
<!-- favicon placing -->
<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=Alegreya:ital@1&family=Dancing+Script&family=Delicious+Handrawn&family=PT+Sans+Narrow&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="cloud-up" src="images/cloud.png" alt="cloud">
<h1> I'm Shashank</h1>
<p class="student">A <span class="pro">Student</span></p>
<img class="cloud-down" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/shash2.jpeg" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class= "shash-image"src="images/shash1.png" alt="shash" height="150px">
<h2>Hello.</h2>
<p class="profile-containt">I am a Btech Student at Indian Institute of Technology, Allahabad. I am 3⭐ Coder at Codechef. I have hoobies include Coding and Playing cricket. </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="binary-code" src="Images/binary-code.png" alt="">
<h3>Compitative Programming</h3>
<p class="my-skill-containt">I have started learning C++, the majorly used cp language after JEE Adv. I am in love with this Compitative programming as it requires actual intelligence. I have gained so much knowledge through it and surely it will help me in my placement time.</p>
</div>
<div class="skill-row">
<img class="cricket" src="Images/cricket.png" alt="">
<h3>Playing Cricket</h3>
<p class="my-skill-containt">In India, everyone had played Cricket from his childhood. I had a great time while playing Gully Cricket in childhood so I am persuing this interest thoughout.Right now, I am lead Batsman in our college team.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="if-you1">If you want some guide related Competative Programming.</h3>
<p class="if-you">Lets have a friendly code compition and have fun while coding.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link1" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© Shashank Patil.</p>
</div>
</body>
</html>