forked from uc-love-data-week/uc-love-data-week.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaqs.html
More file actions
27 lines (24 loc) · 886 Bytes
/
faqs.html
File metadata and controls
27 lines (24 loc) · 886 Bytes
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
---
layout: 2016_default
permalink: /2016/faqs
title: Frequently Asked Questions (FAQ)
---
<!--background color-->
<script type="text/javascript">
document.write ('<body style="background: Gainsboro; background-attachment: fixed;">')
</script>
<div class="event black-frame">
<h1 class="title">{{ page.title }}</h1>
<p>Below is a list of Frequently Asked Questions (FAQ).<p>
<ol>
{% for faq in site.data.twenty_16.faqs %}
<li><b>{{ faq.question }}</b>
<br>{{ faq.answer }}<br><br>
</li>
{% endfor %}
</ol>
<p>
For further enquiries, kindly submit your question via the <a href="/#contacts">contact us</a>
page or send us an email at <a href="mailto:hello.world@gmail.com">hello.world@gmail.com</a>
</p>
</div>