-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecrets.html
43 lines (40 loc) · 1.71 KB
/
Secrets.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
<!DOCTYPE html>
<html>
<head>
<title>
Secrets
</title>
<link rel="stylesheet" href = "bucket_list.css">
</head>
<body>
<div class = "navbar">
<hr>
<a href = "index.html">Home</a>
<a href = "MagicalBlog.html">The Magical Blog</a>
<a href = "AboutMe.html">About Me</a>
<a href = "InterestingStories.html">Interesting Stories</a>
<a href = "https://www.khanacademy.org/profile/anshc/projects">Cool Stuff</a>
<a href = "Secrets.html">Some Secrets (Shh)</a>
<a href = "course_timetable.html">IIIT-H</a>
<a href = "bucket_list.html">Bucket List :)</a>
<hr>
</div>
<div id = "container">
<div class = "title">
<h1>Secrets</h1>
</div>
<div class = "description">
Why would a secret remain a secret if I tell it here? But here are some:
</div>
<div class = "list" onload="tickify()">
<ol>
<li class = "not_done">I was heavily physically bullied in school from 6th to 9th grade in my school bus. Something I told my parents only when I got to college.</li>
<li class = "not_done">There were exams in which I performed terribly. Some of them I used to hide at a secret place as if they never happened. They are still in the same place since 6+ years.</li>
<li class = "not_done">I have had serious mental health issues for about 3-4 years of my life. Some of my own actions during this were close to be fatal and others very dangerous for me. Life was very hard, beyond the comprehension of most people.</li>
</ol>
</div>
<img src="https://www.desiquotes.com/wp-content/uploads/2024/03/Famous-Quotes-About-Secrets_-Some-Secrets-Are-Meant-To-Stay-Secret-Forever.png">
</div>
<script src="bucket_list.js"></script>
</body>
</html>