I'm currently still building my website, check the +log to see what I've done so far.
+ +From de98cf0c19f1ce9e1ad0c0771622a42374ff53f9 Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: end html files in '.htm' --- index.htm | 21 +++++++++++++++++++++ index.html | 21 --------------------- info.htm | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ info.html | 52 ---------------------------------------------------- projects.htm | 22 ++++++++++++++++++++++ projects.html | 22 ---------------------- 6 files changed, 95 insertions(+), 95 deletions(-) create mode 100644 index.htm delete mode 100644 index.html create mode 100644 info.htm delete mode 100644 info.html create mode 100644 projects.htm delete mode 100644 projects.html diff --git a/index.htm b/index.htm new file mode 100644 index 0000000..fde76e1 --- /dev/null +++ b/index.htm @@ -0,0 +1,21 @@ +
+ + + +I'm currently still building my website, check the +log to see what I've done so far.
+ +I'm currently still building my website, check the -log to see what I've done so far.
- -I started this website for fun but it was also a great excuse to learn html, +css, and git.
+ +I got the domain name porterswanstrom.com and created two A records, +one for w.porterswanstrom.com and the other for dev.porterswanstrom.com. +I've setup dev.porterswanstrom.com to auto-redeploy every time I make a +change to the website so that I can test the website before deploying to +w.porterswanstrom.com.
+ +I figured out how to get the font size to work right on mobile, so now the +website looks great on mobile.
+ +Today I designed a light mode for the website and added css to set the +theme depending on whether someone is using dark mode or light mode.
+ +I finally added some color to the website, it's currently dark mode with +green links, a lot of redish orange headers, and a few purple headers.
+ +I just started the website on the 6th and so far the only pages are the +homepage, projects page, and about page. I also started to add some basic +css and successfully got a working header and footer.
+ +The source code is here +and you can get it with:
+I started this website for fun but it was also a great excuse to learn html, -css, and git.
- -I got the domain name porterswanstrom.com and created two A records, -one for w.porterswanstrom.com and the other for dev.porterswanstrom.com. -I've setup dev.porterswanstrom.com to auto-redeploy every time I make a -change to the website so that I can test the website before deploying to -w.porterswanstrom.com.
- -I figured out how to get the font size to work right on mobile, so now the -website looks great on mobile.
- -Today I designed a light mode for the website and added css to set the -theme depending on whether someone is using dark mode or light mode.
- -I finally added some color to the website, it's currently dark mode with -green links, a lot of redish orange headers, and a few purple headers.
- -I just started the website on the 6th and so far the only pages are the -homepage, projects page, and about page. I also started to add some basic -css and successfully got a working header and footer.
- -The source code is here -and you can get it with:
-www (html, css)
+My website.
www (html, css)
-My website.