-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
19 lines (13 loc) · 773 Bytes
/
about.html
File metadata and controls
19 lines (13 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: page.liquid
title: About this project
---
<article class="contents">
<figure class="wide">
<img src="{{ '/' | url }}assets/images/jpg/contents.jpg" alt="Illustration of a side view deck plan of the Bounty" />
</figure>
<h1>{{ title }}</h1>
<p>This web-based book project is a work-in-progress. I’ll be posting updates to the design and development and documenting the process in my newsletter, Web Typography News. You can <a href="https://mailchi.mp/044f93f5a377/web-typography-news-42-landing-the-whale-part-1">see the coverage and sign up here</a>, or just <a href="https://github.com/jpamental/moby-dick">watch the repository on GitHub</a> if you want to see or download the code.</p>
<p>Cheers,</p>
<p>Jason Pamental</p>
</article>