Skip to content

Commit

Permalink
add test index
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea committed Nov 8, 2024
1 parent bb2dd56 commit 1e6120e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions blog/make-a-list/index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!doctype html>
<html lang="en">

<head>
<link rel="shortcut icon" type="image/png" href="../../assets/img/favicon.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>First things first: Make a list</title>
<link rel="stylesheet" type="text/css" href="../../assets/css/main.css" />

<meta property="og:title" content="your website title"/>
<meta property="og:description" content="Foo"/>
<meta property="og:url" content="https://www.hannahilea.com/blog/make-a-list/index2.html"/>
<meta property="og:image" content="https://www.hannahilea.com/blog/make-a-list/assets/thumbnail.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta property="og:type" content="website" />
</head>

<body>
<div class="main-container blog">
<nav class="navbar" role="navigation">
@hannahilea:
<a class="nav-link" href="../..">home</a> | <a class="nav-link" href="../../projects">projects</a> |
<a class="nav-link" href="..">blog</a>
</nav>
<h1>Test temp page</h1>
foo
</div>
</body>

</html>
2 changes: 1 addition & 1 deletion projects/yellow-scream/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../assets/css/main.css" />

<!-- Project-specific details -->
<title>Yellow Scream</title>
<title>Yellow Scream (2024)</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/addons/p5.sound.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
Expand Down

0 comments on commit 1e6120e

Please sign in to comment.