-
Notifications
You must be signed in to change notification settings - Fork 0
/
ashwat_port.html
112 lines (105 loc) · 4.37 KB
/
ashwat_port.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!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="stylesheet" media="screen and (max-width: 1070px)" href="phone.css">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<title>Ashwat's Portfolio</title>
</head>
<body>
<nav id="navbar">
<ul>
<li><a href="#profile">Profile</a></li>
<li><a href="#exp">Experiences</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="home">
<h1>
ASHWAT'S PORTFOLIO
</h1>
<h2>
"The best way to predict future is to create it"
</h2>
</section>
<section id="profile">
<h1>Profile</h1>
<h2>I am a B.Tech. fresher at IIT (BHU) Varanasi</h2>
<div id="infoarea">
<div id="aboutme" class="item">
<h2>About Me</h2>
<p>I am a fresher at IIT (BHU) Varanasi from Metallurgical Engineering.I love music and reading random stuffs. I love doing web development and competitive programming. Also I like working in a team, you'll learn faster and much more. As the saying goes: 'two heads are better than one'.</p>
</div>
<div id="dp" class="item">
<img src="images/dp.png" alt="">
</div>
<div id="details" class="item">
<h2>Details</h2>
<div class="info">
<h3>Name: </h3>
<p>Ashwat Kumar Singh</p>
</div>
<div class="info">
<h3>Age: </h3>
<p>19 years</p>
</div>
<div class="info">
<h3>Location: </h3>
<p>127, Gujarat Colony, Chas, Bokaro, Jharkhand, PIN: 827013</p>
</div>
</div>
</div>
</section>
<section id="exp">
<h1>Experiences</h1>
<h2>"Protons give an atom its identity, electrons its personality."</h2>
<div id="edu" class="expitem">
<h2>Education</h2>
<div>
<h3>IIT (BHU) Varanasi</h3>
<p>Currently i'm in my 2nd semester of the 1st year. I am pursuing my B.Tech in Metallurgical Engineering. Right now i'm exploring my interests. I hope i'll find my passion soon.</p>
</div>
<div>
<h3>The Pentecostal Assembly School, BKSC</h3>
<p>I graduated highschool, my subject were Maths, Physics, Chemistry, Computer Science and English. I scored 95% in my 12th board exams. I was also the vice captain of my house.</p>
</div>
</div>
<div id="work" class="expitem">
<h2>Career</h2>
<h3>LOL! Haven't started to work yet.</h3>
</div>
</section>
<section id="skills">
<h2>Skills</h2>
<h3>“Skills don’t die; only people do.”</h3>
<div id="skillcontainer">
<div class="skillitems" id="webd">Web Development</div>
<div class="skillitems" id="cp">Competitive Programmming</div>
</div>
</section>
<section id="hobbies">
<h2>Hobbies</h2>
<h3>"A hobby a day keeps the doldrums away."</h3>
<div id="hobbiescontainer">
<div class="hobbyitems" id="pg">Playing Guitar</div>
<div class="hobbyitems" id="sing">Singing</div>
<div class="hobbyitems" id="workout">Working Out</div>
<div class="hobbyitems" id="meme">Haha! Memes</div>
</div>
</section>
<section id="contact">
<h2>Contact</h2>
<h3>"Hey you! Stand by me forever"</h3>
<div id="contactcontainer">
<a href="https://www.facebook.com/ashwat.singh.287/" class="contactitems"><img src="images/facebook.png" alt=""></a>
<a href="linkedin.com/in/ashwat-singh-a5056a183" class="contactitems"><img src="images/linkedin.png" alt=""></a>
<a href="https://www.instagram.com/iamaks287/" class="contactitems"><img src="images/insta.png" alt=""></a>
</div>
</section>
</body>
</html>