From 7bff6b038c796754430f0517ac879f0d588b1832 Mon Sep 17 00:00:00 2001
From: Aryan Kapoor <64773763+Aryankpoor@users.noreply.github.com>
Date: Thu, 11 Jul 2024 18:02:35 +0530
Subject: [PATCH 1/2] Create solar-system.html
---
entries/solar-system.html | 387 ++++++++++++++++++++++++++++++++++++++
1 file changed, 387 insertions(+)
create mode 100644 entries/solar-system.html
diff --git a/entries/solar-system.html b/entries/solar-system.html
new file mode 100644
index 00000000..129c9073
--- /dev/null
+++ b/entries/solar-system.html
@@ -0,0 +1,387 @@
+
+
+
+
+
+
+ Solar System
+
+
+
+
+
+
+
+
+
+
+
+ -
+
Sun
+
+
+ -
+
Mercury
+
+
+
+ -
+
Venus
+
+
+
+ -
+
Earth
+
+
+
+ -
+
Mars
+
+
+
+ -
+
Jupiter
+
+
+
+ -
+
Saturn
+
+
+
+ -
+
Uranus
+
+
+
+ -
+
Neptune
+
+
+
+ -
+
Pluto
+
+
+
+
+
+
+
+
+
+
From fcc8c5df7be1099be23878c2057edcc72e89248f Mon Sep 17 00:00:00 2001
From: Aryan Kapoor <64773763+Aryankpoor@users.noreply.github.com>
Date: Thu, 11 Jul 2024 18:05:06 +0530
Subject: [PATCH 2/2] Update entries.js
---
entries.js | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/entries.js b/entries.js
index 5d90a0d4..764989b0 100644
--- a/entries.js
+++ b/entries.js
@@ -609,4 +609,11 @@ const entries = [
author: "Rupesh Soni",
github: "rsoni124"
},
+ {
+ title: "solar system",
+ filename: "solar-system.html",
+ description: "A moving solar system with actual relative speed of planets",
+ author: "Aryan Kapoor",
+ github: "Aryankpoor"
+ },
];