about summary refs log tree commit diff
path: root/learn
AgeCommit message (Collapse)AuthorFilesLines
2020-03-11 Add social channels to footer of learn.wpcarro.devWilliam Carroll1-2/+5
Per Mimi's suggestion, I think adding these channels helps customers better understand that I'm a real person.
2020-03-11 Emphasize copy for learn.wpcarro.devWilliam Carroll1-2/+4
- Embolden money amounts - Italicize "Start today."
2020-03-10 Add Google Analytics to learn.wpcarro.devWilliam Carroll1-0/+10
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.
2020-03-08 Increase vertical margins for splash textWilliam Carroll1-1/+1
I'm attempting to follow the principles the TailwindCSS authors wrote in their design book: To space properly, zealously space.
2020-03-08 Add "Why delay? Start today." to footerWilliam Carroll1-0/+3
For now, my slogan is "Why delay? Start today." Like any slogan, the more you repeat it, the more it sticks.
2020-03-08 Embolden "You will be coding from day one."William Carroll1-1/+1
Emphasize the fact that students will start coding on the first day.
2020-03-08 Prefer "Learn to code" to "Learn to program"William Carroll1-2/+2
I think this is more consistent with the main content.
2020-03-08 Adjust learn.wpcarro.dev's styles for all devicesWilliam Carroll1-6/+6
- 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
2020-03-08 Move index.html to static directoryWilliam Carroll1-0/+0
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.
2020-03-08 Update markup for learn.wpcarro.devWilliam Carroll1-2/+46
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.
2020-03-08 Add content for learn.wpcarro.devWilliam Carroll2-0/+16
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.