willtheorangeguy / Snoopy-Landing-Page

A simple under construction landing page that features Charles M. Schulz's iconic Snoopy Beagle.
https://willtheorangeguy.github.io/Snoopy-Landing-Page
GNU General Public License v3.0
6 stars 2 forks source link

Added dark theme #113

Closed priyagupta20044 closed 1 month ago

priyagupta20044 commented 1 month ago

Added dark theme with the gear icon on the top left corner, which on clicking smoothly transitions into the dark theme. I have also made changes in the text color on theme toggling. I have inserted a new picture of "snoopy" with removed background for a better look. I have introduced 2 more files :

  1. script.js - Javascript file for containing the functionality of switching between the two themes.
  2. style.css - a better practice for writing and adding CSS to the website

Additionally, I have included some important meta data in the HTML header for better SEO and rendering of external APIs.

solves #112

willtheorangeguy commented 1 month ago

Looks good!