Skip to content

Commit

Permalink
feat: secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
anshium committed Jan 19, 2025
1 parent 483ee16 commit e6144fa
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Secrets.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!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>
</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>

0 comments on commit e6144fa

Please sign in to comment.