William Carroll
7163b299f5
Add social channels to footer of learn.wpcarro.dev
...
Per Mimi's suggestion, I think adding these channels helps customers better
understand that I'm a real person.
2020-03-11 18:34:20 +00:00
William Carroll
bcc2d1e902
Emphasize copy for learn.wpcarro.dev
...
- Embolden money amounts
- Italicize "Start today."
2020-03-11 18:33:46 +00:00
William Carroll
d408915cfd
Add Google Analytics to learn.wpcarro.dev
...
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-10 15:00:41 +00:00
William Carroll
2e0ad09a02
Increase vertical margins for splash text
...
I'm attempting to follow the principles the TailwindCSS authors wrote in their
design book: To space properly, zealously space.
2020-03-08 22:10:23 +00:00
William Carroll
7924b12fa6
Add "Why delay? Start today." to footer
...
For now, my slogan is "Why delay? Start today."
Like any slogan, the more you repeat it, the more it sticks.
2020-03-08 22:09:22 +00:00
William Carroll
2285fc8b36
Embolden "You will be coding from day one."
...
Emphasize the fact that students will start coding on the first day.
2020-03-08 22:08:40 +00:00
William Carroll
4bc9bb4910
Prefer "Learn to code" to "Learn to program"
...
I think this is more consistent with the main content.
2020-03-08 22:07:57 +00:00
William Carroll
669b728e49
Adjust learn.wpcarro.dev's styles for all devices
...
- 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 19:23:19 +00:00
William Carroll
a9bd18c440
Move index.html to static directory
...
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 19:10:35 +00:00
William Carroll
280956a466
Update markup for learn.wpcarro.dev
...
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 18:58:06 +00:00
William Carroll
688cd1d912
Add content for learn.wpcarro.dev
...
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.
2020-03-08 11:43:33 +00:00