-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 2.52 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Deepesh Sagar</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@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="Top-Container">
<img class="top_cloud" src="Images/cloud.png" alt="cloud-Img">
<div class="name_des">
<h1>I'm Deepesh.</h1>
<h2>A Web Developer.</h2>
</div>
<img class="bottom_cloud" src="Images/cloud.png" alt="cloud-Img">
<img src="Images/hacker.png" alt="mountain-Img">
</div>
<div class="middle-container">
<div class="profile">
<img class="DP" src="Images/circle-cropped.png" alt="Deepesh-DP">
<h2>Hello.</h2>
<p class="desc">Im a Chill Student who has a knack for Technology and wants to become a Web Developer.
I'm fluent in C++, Python and Java and have average problem solving skills.My target is to be an
MLH fellow and be a GSoCer 2021.</p>
</div>
<hr>
<div class="skills">
<h2 id="head-skills">My Skills.</h2>
<div class="skill-row">
<img class="Code-img" src="Images/binary-code.png" alt="">
<h3 class="head-skills">Coding</h3>
<p>I love working on new projects and I'm working hard everyday to reach my goal of being a good open source contributer.</p>
</div>
<div class="skill-row">
<img class="TT-img" src="Images/TT.gif" alt="Table Tennis pic">
<h3class="head-skills">Table Tennis</h3>
<p>Im a pretty good table tennis player and watch major table tennis championships.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you want to contact me for internships or collaborate for a project or anything else, feel free to drop a mail.</h3>
<a class="btn" href="mailto:sagardeepesh2@gmail.com">Email me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/deepesh-sagar-598946170/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/DeepeshSagar3">Twitter</a>
<a class="footer-link" href="https://github.com/sagardeepesh2">Github</a>
<p class="copyright">© 2020 Deepesh Sagar.</p>
</div>
</body>
</html>