-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
48 lines (48 loc) · 1.96 KB
/
education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Education</title>
<link rel="stylesheet" href="education.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="education.js"></script>
</head>
<body>
<div class="container">
<img src="sun.png" id="mode"></i>
<script src="dark_light_mode.js"></script>
<h1 id="edu-header"></h1>
<div class="content">
<div class="col1">
<h2>EARLY SCHOOLING</h2>
<p>
I went to National Public School (NPS), Rajajinagar in Bangalore. <br><br>
I stayed in this school throughout my schooling career. <br><br>
I was part of the school basketball team (and later volleyball team).<br><br>
In 11th grade, I was the School Vice-Prefect, and in 12th grade I was the School Prefect.<br>
</p>
</div>
<div class="col2">
<h2>HIGHER SCHOOLING</h2>
<p>
For my 11th and 12th grade, I (surprise, surprise) continued on in NPS.<br><br>
I also joined coaching for JEE during this time in addition to school.<br><br>
It was fun.
</p>
</div>
<div class="col3">
<h2>COLLEGE</h2>
<p>
IIIT HYDERABAD RAAHHHHHHH WTF IS A SLEEP SCHEDULE I HAVE DONE 10% OF MY BODYWEIGHT IN PURE ADDERALL IN THE PAST TWENTY FOUR MINUTES I AM READY TO EITHER FIGHT GOD OR BECOME HIM
</p>
</div>
<div id="col4">
<button id="mario">
Mario?
</button>
</div>
</div>
</div>
</body>
</html>