-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
executable file
·57 lines (51 loc) · 2.91 KB
/
aboutme.html
File metadata and controls
executable file
·57 lines (51 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title></title>
<link rel="stylesheet" href="about.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
</head>
<body>
<a href="#" class="scroll"><svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>
</svg></a>
<header class='aboutMe'>
<p class='aboutMe-intro'>Hi I'm</p>
<h1 class='aboutMe-heading'>Piyush!</h1>
</header>
<section class="introduction-section">
<h1>Introduction</h1>
<p>Hi! I'm Piyush Tayal</p>
<p>I'm doing B.Tech. in Computer Science And Engineering From IIT Guwahati.</p>
<p>I'm from Budhlada, Punjab.</p>
<p>My Hobbies are listening to music,playing badminton and watching movies/shows.</p>
</section>
<section class="education">
<h1>Education</h1>
<p>I did my Schooling from Manu Vatika School in my hometown. I acheived 98.6% in 10th standard and 96.4% in
12th Standard. I went to FIITJEE South Delhi for JEE coaching In 11th and 12th Class. My rank in JEE Main
was 1242 and That in JEE Advanced was 522. I also cleared NSEJS in 10th standard, KVPY-SA, PRMO.</p>
</section>
<section class="more">
<h1>More About Me</h1>
<p>I'm currently new to coding. I am currently learning C++ for competetive programming. I know a little bit of
Web Development and am also learning App Development from Kotlin. I am currently exploring different aspects
of coding.</p>
</section>
<footer class="content-footer">
<p>Connect with me:</p>
<ul class="social">
<li><a class="links" href="https://github.com/ptayal76" target="_blank">GitHub</a></li>
<li><a class="links" href="https://twitter.com/alpha190804?t=FJzu7ZrjqRXhEHvKpHk9rg&s=08" target="_blank">Twitter</a></li>
<li><a class="links" href="https://www.facebook.com/people/Piyush-Tayal/100006338148640/" target="_blank">Facebook</a></li>
<li><a class="links" href="https://www.instagram.com/piyush._.tayal/"
target="_blank">Instagram</a></li>
<li><a class="links" href="https://wa.me/918427987645" target="_blank">WhatsApp</a></li>
<li><a class="links" href="tel:+918427987645" target="_blank">Telephone</a></li>
</ul>
</footer>
</body>