-
Notifications
You must be signed in to change notification settings - Fork 146
/
about.html
executable file
·30 lines (28 loc) · 1.11 KB
/
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
27
28
29
30
---
title: Our Story
hero: Our story
---
<p class="editor-link" style="text-align: center; position: relative;
top: -185px;"><a href="cloudcannon:collections/_staff_members/" class="btn"><strong>✎</strong> Manage Staff members</a></p>
<ul class="staff">
{% for person in site.staff_members %}
<li>
<div class="staff-image" style="background-image: url({% include relative-src.html src=person.image_path %})"></div>
<div class="name">{{ person.name }}</div>
</li>
{% endfor %}
</ul>
<div class="thirds story-points">
<div>
<h3 class="editable">Passion</h3>
<p class="editable">What more could you want from life than drawing animals and bringing happiness to others? We hope this passion show through in our work.</p>
</div>
<div>
<h3 class="editable">Animal</h3>
<p class="editable">It's easy to forget that we're all part of the animal kingdom. Fur is a brand that helps you get in touch with your inner animal.</p>
</div>
<div>
<h3 class="editable">Style</h3>
<p class="editable">We like to keep things plain and simple around here to help the animals speak for themselves.</p>
</div>
</div>