-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
69 lines (69 loc) · 3.51 KB
/
aboutme.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
<!Doctype HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Open+Sans:ital,wght@1,300&family=Roboto+Mono:wght@300&family=Rubik&display=swap" rel="stylesheet">
<title>About Me</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="aboutme.css"/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>
</head>
<body>
<div class="containermain">
<div class="container">
<a href="index.html"><button type="button">Home</button></a>
<a href="projects.html"><button type="button">Projects</button></a>
<a href="skills.html"><button type="button">Skills</button></a>
<a href="aboutme.html"><button type="button">About Me</button></a>
</div>
<div class="trial">
<div class="animation">
<h1>About Me</h1>
</div>
</div>
<div class="para"><p>
Hi guys, I am Pratham Kumar Shrivastava (meowick 🐈). I come from Ghaziabad, Uttar Pradesh. I am Electrical Engineering first year undergraduate at IIT Roorkee.
I have a keen interest in development. My journey began when i was in class 7th when i was introduced to basic HTML, then i joined the computer club in my school which exposed me to very basic CSS and Javascript.
I took part in SDSLabs Syntax Error 2022 and I won a prize in the very same event. I like to explore this field further and learn some really cool stuff.
I am a member of <a href="https://sdslabs.co/">SDSLabs</a>, it is a campus group aimed at spreading and upholding the culture of development on the campus.</p>
<p>
As for hobbies, I like playing Table Tennis and football for recreation and i like watching sitcoms. I loved to read but
then I stopped and haven't been able to pick it up again.
</p>
</div>
<div class="container">
<div class="icons">
<a href="https://github.com/pratham1729">
<i class="fa-brands fa-github"></i>
</a>
</div>
<div class="icons">
<a href="https://www.linkedin.com/in/pratham-kumar-shrivastava-bb1320227/">
<i class="fa-brands fa-linkedin"></i>
</a>
</div>
<div class="icons">
<a href="mailto:[email protected]">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
<div class="icons">
<a href="https://twitter.com/lazymathcat">
<i class="fa-brands fa-twitter"></i>
</a>
</div>
<div class="icons">
<a href="https://www.instagram.com/">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</div>
<div><center><img src="images/mypic.jpg" class="lol"></center></div>
</div>
</body>
</html>