-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathabout.html
More file actions
24 lines (21 loc) · 964 Bytes
/
about.html
File metadata and controls
24 lines (21 loc) · 964 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
---
layout: page
title: Oh That's Nice
subtitle: A showcase of beautiful websites
---
<div class="row center">
<div class="column one-third m-one-whole">
<h5>Featuring {{ site.posts | size }} websites</h5>
<p>
<a href="{{ site.url }}">Oh That's Nice</a> is built and curated by <a href="https://twitter.com/jjgrainger">@jjgrainger</a>.
</p>
</div>
<div class="column one-third m-one-whole">
<h5>Submit a Website</h5>
<p>See the <a href="{{ site.url}}/submit-a-website/">Submit a Website</a> guide if you would like to add a site to the gallery.</p>
</div>
<div class="column one-third m-one-whole">
<h5>Follow us</h5>
<p>You can follow Oh Thats Nice on <a href="https://twitter.com/OhThatsNice_">Twitter</a>, <a href="https://github.com/jjgrainger/ohthatsnice">Github</a> or subscribe via <a href="http://feeds.feedburner.com/OhThatsNiceWeb">RSS</a>.</p>
</div>
</div>