diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 09:24:53 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 09:24:53 +0000 |
commit | 2dbd0086cb73b26f5a7312e3ea8b1f417df9b388 (patch) | |
tree | 432204504bed90fb11b7a1bc9a04093425cf2c5b /wk8/pset | |
parent | 17cb0f6a60f848a0df39550c10099255ee5313b9 (diff) |
Fri, Jul 5, 2024, 2:24 AM -07:00
Diffstat (limited to 'wk8/pset')
-rw-r--r-- | wk8/pset/homepage/art.html | 6 | ||||
-rw-r--r-- | wk8/pset/homepage/cats.html | 12 | ||||
-rw-r--r-- | wk8/pset/homepage/factorio.html | 2 | ||||
-rw-r--r-- | wk8/pset/homepage/index.html | 2 |
4 files changed, 9 insertions, 13 deletions
diff --git a/wk8/pset/homepage/art.html b/wk8/pset/homepage/art.html index 54da5db..6ac9363 100644 --- a/wk8/pset/homepage/art.html +++ b/wk8/pset/homepage/art.html @@ -22,9 +22,7 @@ </p> </div> <div class="title"> Drawings</div> - <div class="content"> - placeholder for images :( - </div> + <div class="content">placeholder for images :(</div> </main> <aside> <div class="sidebar-title"> Pages</div> @@ -40,7 +38,7 @@ <a href="/art.html">Art</a> </li> <li> - <a href="plants.html">Plants</a> + <a href="cats.html">Cats</a> </li> </ul> </nav> diff --git a/wk8/pset/homepage/cats.html b/wk8/pset/homepage/cats.html index e092281..2db44fc 100644 --- a/wk8/pset/homepage/cats.html +++ b/wk8/pset/homepage/cats.html @@ -14,15 +14,13 @@ <div class="topbar">placeholder banner</div> <div id="flex"> <main> - <div class="title"> Welcome home pookie!</div> + <div class="title"> Cats</div> <div class="content"> - <p>The first version of my personal website, made for the Harvard CS50 class</p> + <p>I love cats they are very cute and fluffy and soft and cuddly</p> </div> - <div class="title"> ME!!! IVY FORGE</div> + <div class="title"> My cats</div> <div class="content"> - <p>I like engineering. I have 1200+ hours in Factorio. My personality type is INTP-T. - I am learning German and Japanese on Duolingo. - </p> + <p>Placeholder for images :(</p> </div> </main> <aside> @@ -40,7 +38,7 @@ <a href="/art.html">Art</a> </li> <li> - <a href="plants.html">Plants</a> + <a href="cats.html">Cats</a> </li> </ul> </nav> diff --git a/wk8/pset/homepage/factorio.html b/wk8/pset/homepage/factorio.html index 3c58266..cf06c65 100644 --- a/wk8/pset/homepage/factorio.html +++ b/wk8/pset/homepage/factorio.html @@ -37,7 +37,7 @@ <a href="/art.html">Art</a> </li> <li> - <a href="plants.html">Plants</a> + <a href="cats.html">Cats</a> </li> </ul> </nav> diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 67affe8..a3583c8 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -39,7 +39,7 @@ <a href="/art.html">Art</a> </li> <li> - <a href="plants.html">Plants</a> + <a href="cats.html">Cats</a> </li> </ul> </nav> |