mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 10:16:21 +02:00
67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
||
|
||
exports[`Feed renders correctly 1`] = `
|
||
<div>
|
||
<div>
|
||
<div>
|
||
<time
|
||
dateTime="September 1, 2016"
|
||
>
|
||
September 1, 2016
|
||
</time>
|
||
<span />
|
||
<span>
|
||
<a
|
||
href="/typography"
|
||
>
|
||
typography
|
||
</a>
|
||
</span>
|
||
</div>
|
||
<h2>
|
||
<a
|
||
href="/posts/perfecting-the-art-of-perfection"
|
||
>
|
||
Perfecting the Art of Perfection
|
||
</a>
|
||
</h2>
|
||
<p>
|
||
An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.
|
||
</p>
|
||
<a
|
||
href="/posts/perfecting-the-art-of-perfection"
|
||
/>
|
||
</div>
|
||
<div>
|
||
<div>
|
||
<time
|
||
dateTime="September 1, 2016"
|
||
>
|
||
September 1, 2016
|
||
</time>
|
||
<span />
|
||
<span>
|
||
<a
|
||
href="/design-inspiration"
|
||
>
|
||
design inspiration
|
||
</a>
|
||
</span>
|
||
</div>
|
||
<h2>
|
||
<a
|
||
href="/posts/the-birth-of-movable-type"
|
||
>
|
||
Johannes Gutenberg: The Birth of Movable Type
|
||
</a>
|
||
</h2>
|
||
<p>
|
||
German inventor Johannes Gutenberg developed a method of movable type and used it to create one of the western world’s first major printed books, the “Forty–Two–Line” Bible.
|
||
</p>
|
||
<a
|
||
href="/posts/the-birth-of-movable-type"
|
||
/>
|
||
</div>
|
||
</div>
|
||
`;
|