-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |