-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 3.5 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 3.5 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Satyarth Pandey</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=Merriweather&family=Montserrat:wght@200&family=PT+Sans:ital@1&display=swap" rel="stylesheet">
</head>
<div class="topcont">
<img class="upcloud" src="images/cloud.png" alt="cloud image" />
<h1>I'm Satyarth.</h1>
<p class="programmer">A <span class="pro">Pro</span>grammer.</p>
<img class="downcloud" src="images/cloud.png" alt="cloud image" />
<img src="images/mountain.png" alt="mountain image" />
</div>
<p class="joke">komedy.begin()</p>
<div class="midcont">
<div class="profile">
<img class="mypic" src="images/skiingPic.jpg" alt="My Profile Pic" />
<h2>Hello.</h2>
<p>
Hey! I am CSE Sophomore at NIT Trichy. I love Coding, Chess and Tea
(👨🏼💻♟️☕❤️).
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="MLimg" src="images/MLpiccircle.jpg" alt="ML Image" />
<h3 class="skillname">Machine Learning</h3>
<p>
Gotta Admit that, Anything about this Field always leaves me
Awestruck. I plan to expand my Knowledge in this field and build
Models/Algorithms alongside that solve Existing/Potential real world
problems!.
</p>
</div>
<div class="skill-row">
<img
class="CPimg"
src="images/onlineJudges.png"
alt="CP Platforms Image"
/>
<h3 class="skillname">Competitive Programming</h3>
<p>
What a Fun thing to do! Spent first half of my Sophomore Year trying
my hands at it and had so much fun!
Thinking about returning back to it soon (Hopefully :D).
</p>
</div>
<div class="skill-row">
<img
class="Webdevimg"
src="images/webdev.webp"
alt="Web Development Image"
/>
<h3 class="skillname">Web Development</h3>
<p>
Learning this art slowly but steadily. Hated it initially, came back
to it and liked it this time. I feel, It's not tough, But
requires Patience through things to make a masterpiece!
</p>
</div>
</div>
<div class="dots"></div>
<div class="contact">
<h2>Get In Touch</h2>
<h3>
Open to Collabs and Teamwork! Let's Procrastinate together while We
code:)
</h3>
<p>Links for Reach :</p>
<a class="btn" href="mailto:satyarth2002pandey@gmail.com">CONTACT ME</a>
</div>
</div>
<p class="jokeagain">komedy.end()</p>
<div class="bottcont">
<a
class="footer-link"
href="https://www.linkedin.com/in/satyarth-pandey-42a6021a4/"
>LinkedIn</a
>
<a class="footer-link" href="https://www.instagram.com/saty_arth/"
>Instagram</a
>
<a class="footer-link" href="https://github.com/satyarth413">Github</a>
<a class="footer-link" href="https://lichess.org/@/Satyarth_Pandey"
>Lichess</a
>
<p>© 2021 Satyarth Pandey.</p>
</div>
</body>
</html>