Age | Commit message (Collapse) | Author | Files | Lines |
|
Per Mimi's suggestion, I think adding these channels helps customers better
understand that I'm a real person.
|
|
- Embolden money amounts
- Italicize "Start today."
|
|
Ten people have visited https://learn.wpcarro.dev, but no one has emailed me
yet. I'd like to learn more about how people are using my website.
|
|
I'm attempting to follow the principles the TailwindCSS authors wrote in their
design book: To space properly, zealously space.
|
|
For now, my slogan is "Why delay? Start today."
Like any slogan, the more you repeat it, the more it sticks.
|
|
Emphasize the fact that students will start coding on the first day.
|
|
I think this is more consistent with the main content.
|
|
- Add a max width to constraint the width of the content
- Add horizontal padding to improve readability on handheld devices
- Reduce the font size of all headings
|
|
I only want nginx to serve files from the static directory, so that I do not
accidentally expose files like default.nix or README.md to the web.
|
|
Adding a personal introduction, overview of coding, pricing, and contact
information.
Also using a CDN to install TailwindCSS, which the TailwindCSS authors
discourage, but I don't want to setup a complicated build process at the
moment.
|
|
See the README.md for more context about this project.
TODO: I configure nginx to serve static files from /var/www/learn. I'd like to
symlink /var/www/learn to briefcase/learn as part of my `rebuild` script, but I
don't currently.
|