forked from teamremio/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
24 lines (23 loc) · 1.43 KB
/
contact.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
---
layout: default
title: Remio | Contact
---
<div class="masthead">
<div class="container">
<h1>Let's Talk.</h1>
<form class="contact">
<label for="">Name</label>
<input type="text">
<label for="">Email</label>
<input type="text">
<label for="">Message</label>
<textarea name="" id=""></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
<div class="content">
<div class="container">
<p>Chief among those who did this fetching and carrying was Captain Bildad's sister, a lean old lady of a most determined and indefatigable spirit, but withal very kindhearted, who seemed resolved that, if SHE could help it, nothing should be found wanting in the Pequod, after once fairly getting to sea. At one time she would come on board with a jar of pickles for the steward's pantry; another time with a bunch of quills for the chief mate's desk, where he kept his log; a third time with a roll of flannel for the small of some one's rheumatic back. Never did any woman better deserve her name, which was Charity—Aunt Charity, as everybody called her. And like a sister of charity did this charitable Aunt Charity bustle about hither and thither, ready to turn her hand and heart to anything that promised to yield safety, comfort, and consolation to all on board a ship in which her beloved brother Bildad was concerned, and in which she herself owned a score or two of well-saved dollars.</p>
</div>
</div>