Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 787099c

Browse files
committed
Update screenshots
Closes #10.
1 parent a922fbc commit 787099c

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ Writ is served through the CloudFlare CDN.
2626
<abbr>HTML</abbr> is super easy to write. Markdown is even easier to write and
2727
generate <abbr>HTML</abbr> from. But what does it look like?
2828

29-
![Default Styles](screenshot/default.png)
29+
<p style="text-align: center;">
30+
<img alt="Default styles" width="285" src="screenshot/default.png">
31+
</p>
3032

3133
Not very nice, and it gets worse the more there is. Applying the Writ
3234
stylesheet makes it better.
3335

34-
![Writ Styles](screenshot/writ.png)
36+
<p style="text-align: center;">
37+
<img alt="Writ styles" width="285" src="screenshot/writ.png">
38+
</p>
3539

3640
## Caveats
3741

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@ <h2 id="goals">Goals</h2>
4141
<h2 id="motivation">Motivation</h2>
4242
<p><abbr>HTML</abbr> is super easy to write. Markdown is even easier to write and
4343
generate <abbr>HTML</abbr> from. But what does it look like?</p>
44-
<p><img src="screenshot/default.png" alt="Default Styles"></p>
44+
<p style="text-align: center;">
45+
<img alt="Default styles" width="285" src="screenshot/default.png">
46+
</p>
47+
4548
<p>Not very nice, and it gets worse the more there is. Applying the Writ
4649
stylesheet makes it better.</p>
47-
<p><img src="screenshot/writ.png" alt="Writ Styles"></p>
50+
<p style="text-align: center;">
51+
<img alt="Writ styles" width="285" src="screenshot/writ.png">
52+
</p>
53+
4854
<h2 id="caveats">Caveats</h2>
4955
<p>Writ is designed for modern, standards compliant browsers only. There are no
5056
compatibility hacks. Writ is tested on the latest stable releases of Safari,

screenshot/default.png

-471 Bytes
Loading

screenshot/writ.png

6.04 KB
Loading

0 commit comments

Comments
 (0)