-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdates.html
More file actions
56 lines (52 loc) · 2.34 KB
/
Copy pathupdates.html
File metadata and controls
56 lines (52 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Journal | Byte-Sized Booksmith</title>
<meta name="description" content="The running build log: milestones, journal entries, and screenshots from what I'm building." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Byte-Sized Booksmith" />
<meta property="og:title" content="Journal | Byte-Sized Booksmith" />
<meta property="og:description" content="The running build log: milestones, journal entries, and screenshots from what I'm building." />
<meta property="og:url" content="https://bytesizedbooksmith.github.io/dev-hub/updates.html" />
<meta property="og:image" content="https://bytesizedbooksmith.github.io/dev-hub/images/DevHub-Header.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Journal | Byte-Sized Booksmith" />
<meta name="twitter:description" content="The running build log: milestones, journal entries, and screenshots from what I'm building." />
<meta name="twitter:image" content="https://bytesizedbooksmith.github.io/dev-hub/images/DevHub-Header.jpg" />
<link rel="icon" type="image/svg+xml" href="images/favicon.svg" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="topbar">
<div class="inner">
<div class="brand"><img class="logo" src="images/favicon.svg" alt="" />Development <span class="mark">Hub</span></div>
<nav class="nav">
<a href="index.html">Home</a>
<a href="updates.html" class="active">Journal</a>
<a href="resources.html">Resources</a>
<a href="about.html">About Angie</a>
</nav>
</div>
</div>
<div class="page">
<header class="hero">
<div class="eyebrow">The build log</div>
<h1>Journal</h1>
<p class="tagline">Milestones, journal entries, and screenshots — synced from Notion.</p>
</header>
<div id="filters" class="filters"></div>
<div id="feed" class="feed">
<p class="empty">Loading entries…</p>
</div>
<footer class="foot">
<p>Development Hub · built in public · journal synced from Notion</p>
</footer>
</div>
<script src="feed.js"></script>
<script>
renderFeed({ target: "feed", filters: "filters" });
</script>
</body>
</html>