A simple page to access some of my math notes. This page was created using some HTML, CSS, and JS. The text on the webpage will be updated as I continue to study.
A simple page to access some of my math notes. This page was created using some HTML, CSS, and JS. The text on the webpage will be updated as I continue to study.
Added dark/light mode and created more notes about the AoPS Volumes 1 and 2!
Log in to leave a comment
Log in to leave a comment
I built/hosted a simple page with some of my contest math notes (specifically aimed at AoPS).
The project uses a simple static HTML using CSS for basic styling and JS to load text from my notes.txt file. I was surprised that you can get the exact whitespacing/linespacing from a .txt file using the following CSS: white-space: pre-wrap; .
This was a fun and simple first project to fully ship and submit at Flavortown.