summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage/cats.html
diff options
context:
space:
mode:
Diffstat (limited to 'wk8/pset/homepage/cats.html')
-rw-r--r--wk8/pset/homepage/cats.html52
1 files changed, 52 insertions, 0 deletions
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">&nbsp; 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">&nbsp; 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">&nbsp; 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">&#916; Copyworng :3</footer>
+ </div>
+ </body>
+</html>