forked from Ada-C12/personal-portfolio-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobby-blog.html
43 lines (42 loc) · 1.53 KB
/
hobby-blog.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Fun Stuff</title>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC&display=swap" rel="stylesheet">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/hobby_blog_style.css">
</head>
<body>
<main>
<header>
<nav>
<a href="index.html">home</a>
<a href="about.html">about</a>
<a href="portfolio.html">portfolio</a>
<a href="mailto:[email protected]">contact</a>
</nav>
</header>
<h1>0s and 1s and ABCs</h1>
<h2>articles i wrote, some including recipes i developed</h2>
<article id="container">
<div><a href="assets/NH.pantry_copy.pdf">fancy pantry</a></div>
<div><a href="assets/NH.pizza_copy.pdf">pizza party</a></div>
<div><a href="assets/NH.seafood_copy.pdf">see food seafood</a></div>
<div><a href="assets/civileats_copy.pdf">be civil</a></div>
<div><a href="assets/brazilian_copy.pdf">tropicália</a></div>
<div><a href="assets/burdick_copy.pdf">oh susanna</a></div>
<div><a href="assets/calendar_copy.pdf">snap click</a></div>
<div><a href="assets/kinstretch_copy.pdf">strrrrrretch</a></div>
<div><a href="assets/playrites_copy.pdf">play it again</a></div>
</article>
<footer>
<p>
©2019 Janice Huang
</p>
</footer>
</main>
</body>
</html>