-
Notifications
You must be signed in to change notification settings - Fork 0
/
crown.html
64 lines (52 loc) · 1.8 KB
/
crown.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/project_card_styles.css">
<link rel="stylesheet" href="styles/projectpagestyles.css">
<title>Colin F. H. Hunt | Bradbury 52</title>
<link rel="shortcut icon" type="image/jpg" href="/favicon.jpg" />
</head>
<body>
<div class="nav">
<div class="navleft"><a href="index.html">C. F. H. Hunt</a></div>
<div class="navright">
<ul class="navul">
<li class="navitem"><a href="index.html">Home</a></li>
<li class="navitem"><a href="about.html">About</a></li>
<li class="navitem"><a href="https://cfhhunt.tumblr.com/">Blog</a></li>
</ul>
</div>
</div>
<div class="project-content-container">
<div class="project-container">
<!-- Project image template -->
<div class="project-card w-3">
<div class="project-image-container">
<div class="image">
<img src="placeholders\florian-klauer-mk7D-4UCfmg-unsplash.jpg" alt="">
</div>
</div>
</div>
<!-- Project blurb template -->
<!-- <div class="project-card filler w-1">
</div> -->
<!-- Project blurb template -->
<div class="project-card w-3">
<div class="project-blurb-container" id="b52">
<h1>Bradbury 52</h1>
<div class="paragraph-container">
<p>The Bradbury 52 is a challenge to write a short story every week for an entire year.</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<p class="footer-text">© Colin F. H. Hunt</p>
</footer>
</body>
</html>