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 + + + + + + + +
+ + +
    +
  1. +
    Sun
    +
    +
  2. +
  3. +
    Mercury
    +
    +
    +
    +
    +
  4. +
  5. +
    Venus
    +
    +
    +
    +
    +
  6. +
  7. +
    Earth
    +
    +
    +
    +
    +
  8. +
  9. +
    Mars
    +
    +
    +
    +
    +
  10. +
  11. +
    Jupiter
    +
    +
    +
    +
    +
  12. +
  13. +
    Saturn
    +
    +
    +
    +
    +
  14. +
  15. +
    Uranus
    +
    +
    +
    +
    +
  16. +
  17. +
    Neptune
    +
    +
    +
    +
    +
  18. +
  19. +
    Pluto
    +
    +
    +
    +
    +
  20. +
+
+ + + + + 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" + }, ];