mirror of
https://github.com/soconnor0919/october.today.git
synced 2025-12-10 04:54:44 -05:00
main
October.Today
A simple website that displays the date as if October 2019 never ended.
About
This website is based on a running joke between friends where we count the days as if we're still in October 2019. Instead of showing today's actual date, it displays it as "October Nth, 2019" where N is the number of days since October 1, 2019.
How It Works
The site uses JavaScript to:
- Calculate the number of days since October 1, 2019
- Display the result as "October [day count]" with the appropriate ordinal suffix (st, nd, rd, th)
Deployment
This site is meant to be deployed on GitHub Pages. To deploy:
- Push this repository to GitHub
- Go to repository Settings > Pages
- Select the main branch as the source
- The site will be published at https://[your-username].github.io/[repository-name]/
Local Development
To run this site locally, simply open the index.html file in a web browser.
License
This project is open source and available for anyone to use or modify.
Description
Languages
CSS
51.1%
JavaScript
34.6%
HTML
14.3%