-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.13 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
---
title:
call_to_action: Contact
background_image_path:
large_header: true
testimonials:
- message: 朱雀桥边野草花,乌衣巷口夕阳斜。
image: "https://i.imgur.com/DiftKqO.jpg"
name: 唐·刘禹锡《乌衣巷》
- message: I had loved my Nanjing home and the little treasures it had contained, the lovely garden I had made, my life with friends and students.
image: "https://i.imgur.com/3F0U8bU.jpg"
name: Pearl S. Buck
- message: 我是南京人!我是真正的南京大萝卜!
image: "https://i.imgur.com/bRjlAuo.jpg"
name: 余光中
_options:
image:
width: 60
height: 60
---
<div class="editable">
<p>American Nanjing Society is a non-profit organization focusing on Nanjingology and all things about Nanjing culture.</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>