-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (32 loc) · 1.27 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
41
42
43
---
layout: default
permalink: /
---
{% include hero.html %} {% include about.html %}
<!-- SECTION - CONFERENCE STATISTICS -->
{% if site.statisticBlockEnable == true %} {% include statistic.html %} {% endif
%}
<!-- SECTION - LATEST NEWS -->
{% if site.latestNewsEnable == true %} {% include latest-news.html %} {% endif
%}
<!-- SECTION - FEATURED SPEAKERS -->
{% if site.rockstarSpeakersEnable == true %} {% include rockstar-speakers.html
%} {% endif %}
<!-- SECTION - SPONSORS -->
{% if site.sponsorsEnable == true %} {% include sponsors.html %} {% endif %}
<!-- SECTION - LOCATION MAP -->
{% if site.locationBlockEnable == true %} {% include location-map.html %} {%
endif %}
<!-- SECTION - VENUE -->
{% if site.venueBlockEnable == true %} {% include venue.html %} {% endif %}
<!-- SECTION - TWITTER HASHTAG -->
{% if site.tweetsFeedEnable == true %} {% include twitter-feed.html %} {% endif
%}
<!-- SECTION - TICKETS TABLE -->
{% if site.ticketsHorizontalEnable == true %} {% include tickets.html %} {%
endif %} {% if site.ticketsVerticalEnable == true %} {% include tickets-2.html
%} {% endif %}
<!-- SECTION - SUBSCRIBE TO MAILING LIST -->
{% if site.subscribeEnable == true %} {% include subscribe.html %} {% endif %}
<!-- SECTION - SERVICE PROJECT -->
{% include serviceproject.html %}