-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworks.html
More file actions
32 lines (28 loc) · 978 Bytes
/
works.html
File metadata and controls
32 lines (28 loc) · 978 Bytes
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
---
layout: default
title: Works
---
<div class="books">
<h1 class="mainheader">BOOKS</h1>
<div class="booklisting">
<div class="workimage">
<a href="/works/SEER.html" class="workimglink"><img class="bookimage" src="/images/Cover.PNG" alt="SEER"></a>
</div>
<div class="shortblurb">
<h2 class="worktitles"><a href="/works/SEER.html" class="worklinks">SEER</a></h2>
<p>This is my short blurb for my new book SEER. Check it out.</p>
</div>
</div>
</div>
<div class="stories">
<h1 class="mainheader">SHORT STORIES</h1>
<div class="booklisting">
<div class="workimage">
<a href="/works/NotHuman.html" class="workimglink"><img class="bookimage" src="/images/Cover.PNG" alt="SEER"></a>
</div>
<div class="shortblurb">
<h2 class="worktitles"><a href="/works/NotHuman.html" class="worklinks">Not Human</a></h2>
<p>This is my short blurb for my new short story Not Human. Check it out.</p>
</div>
</div>
</div>