This is the official repository for the Aspartame Awareness website, aimed at providing information and raising awareness about the effects of aspartame. https://aspartameawareness.org
index.html- The main homepage of the website.css/- Folder containing the CSS files.js/- Folder containing the JavaScript files.images/- Folder containing image assets.private-dev/- Folder containing private files that are not uploaded to the server (ignored by git).
To run this project locally:
-
Clone the repository:
git clone https://github.com/your-username/aspartameawareness.org.git cd aspartameawareness.org -
Open
index.htmlin your web browser to view the site. -
Use the search box to explore blog posts; a friendly "No results found" message appears when no matches are found.
-
The service worker caches pages for offline use. When offline, you'll see a simple offline page with a link back home.
-
Dark mode is available and now automatically follows your system preference on the first visit.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
Images, fonts, videos, and other binary files are not tracked in git. After your pull request is merged, upload any required binary assets manually.