diff --git a/README.md b/README.md
index 2d3e90b..edd911a 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,19 @@
# NASA Space Apps Noida Hackathon 2023 - Hack2Skill
-Welcome to the official repository for the NASA Space Apps Noida Hackathon 2023 organized by Hack2Skill!
+#### Team Name - Coding Triad
+#### Problem Statement - Eclipse - Perspective is Everything
+#### Team Leader Email - shantanutiwari240704@gmail.com
-## Getting Started
-
-To get started with the NASA Space Apps Noida Hackathon 2023 repository, follow these steps:
-
-### Submission Instruction:
- 1. Fork this repository
- 2. Create a folder with your Team Name
- 3. Upload all the code and necessary files in the created folder
- 4. Upload a **README.md** file in your folder with the below mentioned informations.
- 5. Generate a Pull Request with your Team Name. (Example: submission-XYZ_team)
-
-### README.md must consist of the following information:
-
-#### Team Name -
-#### Problem Statement -
-#### Team Leader Email -
-
-### A Brief of the Prototype:
- This section must include UML Diagrams and prototype description
+### A Brief of the Prototype: We made an interactive website that depicts the phenomena of Eclipse and how it occurs. We included an interactive quiz, stories and history with some mythological references. We also made sure to include safety measures and concerns people should have. We will be taking this as our personal project and developing it further on our githup repo.
### Tech Stack:
- List Down all technologies used to Build the prototype
+ HTML, CSS, Javascript
### Step-by-Step Code Execution Instructions:
- This Section must contain a set of instructions required to clone and run the prototype so that it can be tested and deeply analyzed
+ 1. Fork this repository
+ 2. Use git bash to clone this on your local machine
+ 3. Run it using an ide or a code editor
### Future Scope:
- Write about the scalability and futuristic aspects of the prototype developed
+ We are considering adding affiliate links for safety equipments and we are going to start a newsletter regarding the moon and its science.
+ I think we can have a good scalability if we handle it well and give it the right direction.
diff --git a/Style.css b/Style.css
new file mode 100644
index 0000000..d89abd2
--- /dev/null
+++ b/Style.css
@@ -0,0 +1,119 @@
+body {
+ background-color: black;
+ overflow-y: scroll;
+ margin: 0;
+ background-image: url("background.jpg");
+ background-attachment: fixed;
+ background-size: 100% 100%;
+}
+.logo-image{
+ img{float: left}
+ width: 46px;
+ height: 46px;
+ border-radius: 50%;
+ overflow: hidden;
+ margin-top: 0px;
+}
+h1 {
+ color: white;
+ font-size: 200px;
+ font-family: "Space Mono", monospace;
+ text-align: center;
+ position: relative;
+ top: 50%;
+ left: 50%;
+ transform: translateX(-50%) translateY(-50%);
+}
+
+.navbar {
+ background: Gray;
+ font-family: calibri;
+ padding-right: 15px;
+ padding-left: 15px;
+ position: fixed;
+ top: 0;
+ z-index: 100;
+}
+
+.navdiv {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.logo a {
+ font-size: 35px;
+ font-weight: 600;
+ color: white;
+}
+
+li {
+ list-style: none;
+ display: inline-block;
+}
+
+li a {
+ color: white;
+ font-size: 18px;
+ font-weight: bold;
+ margin-right: 25px;
+ margin-left: 10px;
+ border-radius: 10px;
+ padding: 10px;
+ width: 90px;
+}
+
+button {
+ background-color: white;
+ margin-left: 10px;
+ border-radius: 10px;
+ padding: 10px;
+ width: 90px;
+}
+
+button a {
+ color: white;
+ font-weight: bold;
+ font-size: 15px;
+}
+
+.footer {
+ width: 100%;
+ height: 80px;
+ background-color: white;
+ text-align: center;
+ padding: 20px 0;
+}
+
+main {
+ margin-top: 57px; /* Adjust this margin to avoid content being hidden under the header */
+}
+p{
+ color: #dddddd;
+}
+.collapsible {
+ background-color: #444444;
+ color: #dddddd;
+ cursor: pointer;
+ padding: 18px;
+ width: 100%;
+ border: none;
+ text-align: left;
+ outline: none;
+ font-size: 15px;
+
+}
+
+.active, .collapsible:hover {
+ background-color: #ccc;
+}
+
+.content {
+ padding: 0 18px;
+ display: none;
+ overflow: hidden;
+ background-color: #f1f1f1;
+}
+h2{
+ background-color: #dddddd;
+}
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..da05b06
--- /dev/null
+++ b/index.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+ WikiEclipse
+
+
+
+
+
+
+
+
+
+
+
+
+
WikiEclipse
+
+
+
+
To know more about the cultural impact and general knowledge about the eclipse, visit this site
Story 1: "Grandma's Eclipse Wisdom"
+
+ In a quaint little cottage nestled by a meadow, young Timmy sat wide-eyed, staring at the approaching solar eclipse. His grandmother, a woman of wisdom and warmth, noticed his fascination.
+
+ "Timmy, come here, dear," she called, beckoning him to her side.
+
+ As Timmy snuggled next to her, Grandma began, "Watching an eclipse is a wondrous experience, but we must do it safely, my love. You should never look directly at the sun, even during an eclipse."
+
+ Timmy listened intently, absorbing every word. Grandma continued, "We'll use special glasses designed for this purpose. They have a special filter that protects our eyes from harmful rays."
+
+ With gentle hands, Grandma handed Timmy a pair of eclipse glasses. "See, they fit snugly and have a dark tint. When you put them on, everything will be dim, except for the sun."
+
+ Timmy carefully put them on, marveling at the darkened world around him. Suddenly, the sun emerged as a brilliant crescent, framed by the darkened sky.
+
+ "You're seeing it, aren't you, Timmy?" Grandma asked with a smile.
+
+ "Yes, Grandma! It's amazing!" Timmy exclaimed.
+
+ They sat together, watching the eclipse safely, with Grandma's protective wisdom ensuring Timmy's wonder remained a cherished memory.
+
+
+
diff --git a/story2.html b/story2.html
new file mode 100644
index 0000000..f5d2899
--- /dev/null
+++ b/story2.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+ Story
+
+
The Celestial Alignment
+
+
+ In a land where knowledge thrived, there lived a young astronomer named Alaric. He was known for his insatiable curiosity and his love for unraveling the mysteries of the cosmos.
+
+ One night, while gazing at the star-studded sky, Alaric noticed a peculiar pattern in the movements of the sun, moon, and Earth. His eyes widened with realization - an eclipse was imminent!
+
+ Eager to understand this celestial phenomenon, Alaric embarked on a quest for knowledge. He sought out ancient scrolls, consulted wise sages, and conducted meticulous experiments. His passion drove him to master the science behind eclipses.
+
+ He learned that eclipses occurred due to the precise alignment of the sun, moon, and Earth. When the moon orbited directly between the sun and Earth, casting its shadow upon our planet, a solar eclipse occurred. Conversely, when Earth positioned itself between the sun and the moon, its shadow cloaked the moon, resulting in a lunar eclipse.
+
+ Armed with this newfound wisdom, Alaric set out to share his knowledge with the world. He crafted elaborate diagrams and conducted public demonstrations, illustrating the intricate dance of the celestial bodies.
+
+ Word of Alaric's expertise spread far and wide, and people from distant lands flocked to learn from him. They marveled at the precision of the cosmos and the elegance of the eclipse's mechanics.
+
+ Alaric's teachings ignited a spark of curiosity in the hearts of many, inspiring a new generation of astronomers and scientists. The once-mysterious eclipses became a subject of fascination, inviting all to gaze skyward in wonder.
+
+ And so, in the land of knowledge, Alaric's legacy endured. His story became a testament to the power of human inquiry and the beauty of the natural world, reminding all that through understanding, even the most awe-inspiring cosmic events can be demystified.