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 /wk8/pset/homepage/art.html | |
parent | cc3759d05e3f85ec154fea698e241b47cf069b8f (diff) |
Fri, Jul 5, 2024, 2:22 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/art.html')
-rw-r--r-- | wk8/pset/homepage/art.html | 18 |
1 files changed, 9 insertions, 9 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> |