diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/about.html b/about.html index 08fec80..c8a2c93 100644 --- a/about.html +++ b/about.html @@ -11,20 +11,27 @@ </div><div class="body"> <h2>About</h2> -<p> I built this site for fun but it was also a great excuse to learn html, css, and git.</p> +<p> I built this site for fun but it was also a great excuse to learn html, css, +and git.</p> <h2>Logs</h2> <h3>12/09/23</h3> -<p>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.</p> +<p>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.</p> +<h3>12/10/23</h3> +<p>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.</p> + <h2>Source</h2> -<p>The source code is <a href="http://github.com/porterswanstrom/web">here</a> and you can get it with:<br /><div class="code">git clone git@github.com:porterswanstrom/web</div></p> +<p>The source code is <a href="http://github.com/porterswanstrom/web">here</a> +and you can get it with:</p> +<div class="sh">git clone git@github.com:porterswanstrom/web</div> </div><div class="foot"> -Made by Porter Swanstrom. +Made by <a href="http://web-z4aqg.kinsta.page">Porter Swanstrom</a>. </div></div></body></html> |