-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (55 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shyam Prasad</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="topcloud" src="Images/cloud.png" alt="Cloud">
<h1>Shyam Prasad</h1>
<h2 id="tag">a <strong><em>Sports Programmer</em></strong></h2>
<img class="bottomcloud" src="Images/cloud.png" alt="Cloud">
<img src="Images/mountain.png" alt="Mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="me" src="Images/Me.jpg" alt="Shyam pfp" style="width:200px;height:250px;">
<h2>Hello.</h2>
<p class="rp">This is Shyam. I'm an IITian and an active Sports programmer. I love to travel and read novels.Cricket is my favorite sport.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="cp" src="Images/CP.jpg" alt="CP" style="width:200px;height:200px;">
<h3>Sports Programming</h3>
<p>Although I'm a beginner, I love to code all day. There's still a lot to learn and master. I'm pretty active on some of the competitive programming sites. Codeforces is my favorite site. I want to be a red coder one day. Machine learning and deep learning are my other areas of interest</p>
</div>
<div class="skill-row">
<img class="deb" src="Images/debating.jpg" alt="debating" style="width: 200px;height: 200px;">
<h3>Debating</h3>
<p>I crave for the adrenaline rush that I get when I almost rip down the opponent team in a debating event. Well it's just a bit of exaggeration coz I love to take part in polite debates. And my favorite debating opponent is my head. We debate every other day ;)</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Following are the various links to my social sites and email account</h3>
<a class="button" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shyam-prasad-cpdsalgo99">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/old_school_18">Twitter</a>
<a class="footer-link" href="http://old-school18.github.io/my-first-html/">Website</a>
<p id="copyright">© 2021 Shyam Prasad @old_school</p>
</div>
</body>
</html>