-
Notifications
You must be signed in to change notification settings - Fork 151
/
about.html
26 lines (26 loc) · 856 Bytes
/
about.html
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
---
title: About
---
<div class="container">
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="card col-md-3">
<img src="{{ site.baseurl }}/images/self.jpg">
</div>
<div class="col-md-9">
<h1>Herring Cove</h1>
<p><i class="fa fa-map-marker"></i> 42°2'16"N 70°12'47"W</p>
<p><i class="fa fa-envelope-o"></i> rnpatel[at]me.com </p>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-12 letter">
<p>Hi, I'm Herring Cove, a theme for Jekyll from Massachusetts. You may also know me as a <a href="http://wikimapia.org/38526/Herring-Cove-Beach">beach on Cape Cod</a>.</p>
</div>
</div>
</div>
</div>
</div>