-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb2dd56
commit 1e6120e
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|