forked from rawfunkmaharishi/rawfunkmaharishi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeedback.html
29 lines (27 loc) · 823 Bytes
/
feedback.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
---
title: What people are saying about us
---
<div class='row'>
<div class='col-md-3'></div>
<div class='col-md-6'>
<dl class='reviews'>
{% for review in site.data.reviews reversed %}
<dt>
'{{ review.quote }}'
</dt>
<dd>
-- {{ review.source }}
</dd>
{% if forloop.rindex0 > 0 %}
<hr />
{% endif %}
{% endfor %}
</dl>
</div>
<div class='col-md-3'></div>
</div>
<section class='call-for-feedback'>
<h1>
Please send us your feedback on <a href='https://twitter.com/uncookedfunk'>Twitter</a>, <a href='https://facebook.com/rawfunkmaharishi'>Facebook</a>, or via a <a href='https://github.com/rawfunkmaharishi/rawfunkmaharishi.github.io/blob/master/_data/reviews.yml'>Github pull-request</a>
</h1>
</section>