forked from CloudCannon/justice-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.56 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
---
title:
call_to_action: Contact
background_image_path:
large_header: true
testimonials:
- message: >-
We use Justice Law in all our endeavours. They offer an unparalleled
service when it comes to running a business.
image: 'https://placekitten.com/g/60/60?a=.png'
name: Joice Carmold
- message: >-
Justice Law are the best of the best. Being local, they care about people
and have strong ties to the community.
image: 'https://www.fillmurray.com/60/60?a=.png'
name: Peter Rottenburg
- message: >-
Justice Law were everything we could have hoped for when buying our first
home. Highly recommended to all.
image: 'https://placebear.com/60/60?a=.png'
name: D. and G. Gibbleston
_options:
image:
width: 60
height: 60
---
<div class="editable">
<p>This is the <strong>Justice</strong> template from <a href="https://cloudcannon.com/">CloudCannon</a>. Justice is strong foundation for the web presence of a law firm or business. It's filled with fictitious example content to get you started.</p>
<p>Justice Law is professional representation. Practicing for over 50 years, our team have the knowledge and skills to get you results.s</p>
</div>
<div class="testimonials">
{% for testimonial in page.testimonials %}
<blockquote class="testimonial">
<p class="testimonial-message">{{ testimonial.message }}</p>
<p class="testimonial-author"><img src="{% include relative-src.html src=testimonial.image %}" alt="Photo of {{ testimonial.name }}" /> {{ testimonial.name }}</p>
</blockquote>
{% endfor %}
</div>