From 362d6cf5b6b57ec98efc77f7935bd7d0c33ca2c9 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: dimmed the colors and added a log --- about.html | 19 +++++++++++++------ css/main.css | 12 ++++++------ index.html | 6 +++--- projects.html | 2 +- 4 files changed, 23 insertions(+), 16 deletions(-) diff --git a/about.html b/about.html index 08fec80..c8a2c93 100644 --- a/about.html +++ b/about.html @@ -11,20 +11,27 @@

About

-

I built this site for fun but it was also a great excuse to learn html, css, and git.

+

I built this site for fun but it was also a great excuse to learn html, css, +and git.

Logs

12/09/23

-

I just started my website on the 6th, I'm hosting it on kinsta and so far the only pages are the -homepage, projects page, and this page. I also started to add some basic css -and successfully got a working header and footer.

+

I just started my website on the 6th, I'm hosting it on kinsta and so far the +only pages are thehomepage, projects page, and this page. I also started to add +some basic css and successfully got a working header and footer.

+

12/10/23

+

I finally added some color to my website, it's currently dark mode with green +links, a lot of redish orange headers, and a few purple headers.

+

Source

-

The source code is here and you can get it with:

git clone git@github.com:porterswanstrom/web

+

The source code is here +and you can get it with:

+
git clone git@github.com:porterswanstrom/web
-Made by Porter Swanstrom. +Made by Porter Swanstrom.
diff --git a/css/main.css b/css/main.css index e3f067d..f9e13cb 100644 --- a/css/main.css +++ b/css/main.css @@ -12,23 +12,23 @@ html, body{ h1{ font-size:120%; - color:#EE6600; + color:#DD4400; padding-left:3.5% } h2{ font-size:125%; - color:#DD5500; + color:#DD4400; padding-left:1.2% } h3{ font-size:110%; - color:#CC88CC; + color:#BB77BB; padding-left:.3% } a{ font-size:110%; - color:#55EE55; + color:#55CC55; text-decoration:none } @@ -59,7 +59,7 @@ img{margin-left:4%;} padding-bottom:9pt } -.code{ - font:400 9.4pt mono; +.sh{ + font:400 77% mono; padding-left:3% } diff --git a/index.html b/index.html index 06339df..e5d1b9e 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,11 @@ }
-

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.

-Made by Porter Swanstrom. +Made by Porter Swanstrom.
diff --git a/projects.html b/projects.html index 9981ab2..8b974d0 100644 --- a/projects.html +++ b/projects.html @@ -16,6 +16,6 @@ My website.
-Made by Porter Swanstrom. +Made by Porter Swanstrom.
-- cgit 1.4.1