-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (77 loc) · 2.5 KB
/
index.html
File metadata and controls
77 lines (77 loc) · 2.5 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
sched_color: c1daff
feast_image: feb2018.jpg
feast_title: "Talk 2: Disordered Priorities"
feast_date: February 10, 2019
feast_time: 9 AM
room: Centerstage Cinema
address: SM Mall of Asia
bulletin: none
events: deaf, video, kids
video: none
---
<div class='hero'>
<div class="message">
<img class="fba-logo" src="{{ '/assets/images/feastmoa-red.png' | prepend: site.baseurl }}">
</div>
</div>
<div class="talk-series">
<div class="image-wrapper">
<img class="image" src="{{ '/assets/images/talks/' | prepend: site.baseurl | append: page.feast_image }}">
</div>
{% if page.video != 'none' %}
<div class="popup-vid-container">
<a id="popup-vid" class="popup-vid no-line" href="{{page.video}}">
<i class="fa fa-play" aria-hidden="true"></i>
<span class="play">play</span>
</a>
</div>
{% endif %}
<div class="schedule" style="background-color: #{{ page.sched_color }};">
<div class="details">
<h2>Come home<br>this Sunday</h2>
{% assign sync = site.data.sessions[1] %}
<h4>
{{page.feast_title}}<br>{{page.feast_date}} | {{page.feast_time}}<br>
{%if page.room != 'none'%}{{page.room}}{% else %}{{sync.venue}}{% endif %}<br>
{{page.address}}<br>
</h4>
<a href="{{ site.baseurl }}/sessions/">View other sessions</a><br><br>
<a class="latest-bulletin" href="mailto:info@thefeastmallofasia.com" target="_blank">Request for prayers</a>
</div>
</div>
</div>
{% include announcement.html %}
<div class="featured-story-panel">
{% for post in site.posts %}
{% if post.featured %}
<div class="snippet">
<h2>Featured Story: {{post.title}}</h2>
{{post.excerpt}}
<a class="read-more" href="{{ post.url }}">Read More</a>
</div>
<div class="image">
{% assign imagesrc = post.image | prepend: site.baseurl | prepend: site.url %}
<img src="{{ imagesrc }}">
</div>
<hr>
<div class="email">
We'd love to hear your story. Let us know through <b>info@thefeastmallofasia.com</b>
</div>
{% endif %}
{% endfor %}
</div>
<div class="events-panel hide-me">
{% assign events = page.events | split: ", " %}
{% for event_id in events %}
{% assign event = site.data.events[event_id] %}
<a href="{{site.baseurl}}/events/">
<img class="event-thumb -home" src="{{ site.baseurl }}{{ event.front }}">
</a>
{% endfor %}
<a class="more-events-home" href="{{site.baseurl}}/events/">
Get Involved
</a>
</div>
{% include footer.html %}