diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/about.html b/about.html index c8a2c93..0772477 100644 --- a/about.html +++ b/about.html @@ -1,13 +1,13 @@ <!DOCTYPE html><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" /> +<link rel="stylesheet" type="text/css" href="css/main.css" /> <title>Porter Swanstrom</title></head><body><div class="main"><div class="head"> -<h1>Porter Swanstrom</h1>{ +<h1>Porter Swanstrom</h1> { <a href="index.html">Home</a> : <a href="projects.html">Projects</a> : -<a href="about.html">About</a> -} +<a href="about.html">About</a> } + </div><div class="body"> <h2>About</h2> @@ -17,7 +17,7 @@ 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 thehomepage, projects page, and this page. I also started to add +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> |