diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 09:22:24 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 09:22:24 +0000 |
commit | 17cb0f6a60f848a0df39550c10099255ee5313b9 (patch) | |
tree | a0a8b7f98f1664ec8ed7b7d64f6a75e00bdea86f | |
parent | cc3759d05e3f85ec154fea698e241b47cf069b8f (diff) |
Fri, Jul 5, 2024, 2:22 AM -07:00
-rw-r--r-- | wk8/pset/homepage/art.html | 18 | ||||
-rw-r--r-- | wk8/pset/homepage/cats.html | 52 | ||||
-rw-r--r-- | wk8/pset/homepage/factorio.html | 5 | ||||
-rw-r--r-- | wk8/pset/homepage/index.html | 1 | ||||
-rw-r--r-- | wk8/pset/homepage/plants.html | 0 |
5 files changed, 63 insertions, 13 deletions
diff --git a/wk8/pset/homepage/art.html b/wk8/pset/homepage/art.html index b32ac36..54da5db 100644 --- a/wk8/pset/homepage/art.html +++ b/wk8/pset/homepage/art.html @@ -14,21 +14,21 @@ <div class="topbar">placeholder banner</div> <div id="flex"> <main> - <div class="title"> Welcome home pookie!</div> + <div class="title"> Art</div> <div class="content"> - <p>The first version of my personal website, made for the Harvard CS50 class</p> + <p> + I enjoy drawing, creating characters, desinging 3D models, and carving wood, but + find it hard to be motivated to do anything. + </p> </div> - <div class="title"> ME!!! IVY FORGE</div> + <div class="title"> Drawings</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> + placeholder for images :( </div> </main> <aside> <div class="sidebar-title"> Pages</div> <nav id="nav"> - placeholder for pages list <ul> <li> <a href="/index.html">Home</a> @@ -37,10 +37,10 @@ <a href="/factorio.html">Factorio</a> </li> <li> - + <a href="/art.html">Art</a> </li> <li> - + <a href="plants.html">Plants</a> </li> </ul> </nav> diff --git a/wk8/pset/homepage/cats.html b/wk8/pset/homepage/cats.html new file mode 100644 index 0000000..e092281 --- /dev/null +++ b/wk8/pset/homepage/cats.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> + <link href="styles.css" rel="stylesheet"> + <title>Miau - Cats</title> + </head> + <body> + <div id="container"> + <div class="topbar">placeholder banner</div> + <div id="flex"> + <main> + <div class="title"> Welcome home pookie!</div> + <div class="content"> + <p>The first version of my personal website, made for the Harvard CS50 class</p> + </div> + <div class="title"> ME!!! IVY FORGE</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> + </div> + </main> + <aside> + <div class="sidebar-title"> Pages</div> + <nav id="nav"> + placeholder for pages list + <ul> + <li> + <a href="/index.html">Home</a> + </li> + <li> + <a href="/factorio.html">Factorio</a> + </li> + <li> + <a href="/art.html">Art</a> + </li> + <li> + <a href="plants.html">Plants</a> + </li> + </ul> + </nav> + </aside> + </div> + <footer id="footer">Δ Copyworng :3</footer> + </div> + </body> +</html> diff --git a/wk8/pset/homepage/factorio.html b/wk8/pset/homepage/factorio.html index ef1ed9e..3c58266 100644 --- a/wk8/pset/homepage/factorio.html +++ b/wk8/pset/homepage/factorio.html @@ -26,7 +26,6 @@ <aside> <div class="sidebar-title"> Pages</div> <nav id="nav"> - placeholder for pages list <ul> <li> <a href="/index.html">Home</a> @@ -35,10 +34,10 @@ <a href="/factorio.html">Factorio</a> </li> <li> - + <a href="/art.html">Art</a> </li> <li> - + <a href="plants.html">Plants</a> </li> </ul> </nav> diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 3025833..67affe8 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -28,7 +28,6 @@ <aside> <div class="sidebar-title"> Pages</div> <nav id="nav"> - placeholder for pages list <ul> <li> <a href="/index.html">Home</a> diff --git a/wk8/pset/homepage/plants.html b/wk8/pset/homepage/plants.html deleted file mode 100644 index e69de29..0000000 --- a/wk8/pset/homepage/plants.html +++ /dev/null |