-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
78 lines (77 loc) · 2.88 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
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
78
---
layout: default
title: ElixirConf EU 2025 on 15-16 May, Kraków & Virtual
image: assets/images/ECEU25-15-16.jpeg
---
{% include cover.html %}
<!-- end of cover -->
<!-- start of coundown block -->
{% if site.data.settings.homepage_settings.countdown.show %} {% include
countdown.html %} {% endif %} {% comment %} {% include banner-1.html %} {%
endcomment %}
<!-- end of banner-1 -->
{% include welcome.html %}
<!-- end of welcome -->
{% comment %} {% include banner-3.html %} {% endcomment %}
<!-- end of banner-3 -->
{% comment %} {% include travelling.html %} {% endcomment %}
<!-- end of travelling -->
{% include cft.html %}
<!-- end of cft -->
{% include call-for-training.html %}
<!-- end of call-for-training -->
{% comment %} {% include recordings.html %} {% endcomment %}
<!-- end of recordings -->
{% comment %} {% include banner-2.html %} {% endcomment %}
<!-- end of banner-2 -->
{% comment %} {% include banner-5.html %} {% endcomment %}
<!-- end of banner-5 -->
{% comment %} {% include video.html %} {% endcomment %}
<!-- end of video -->
{% comment %}{% include keynotes.html %}{% endcomment %}
<!-- end of speakers -->
{% comment %}{% include speakers.html %}{% endcomment %}
<!-- end of speakers -->
{% comment %} {% include lightningtalks.html %} {% endcomment %}
<!-- end of lightningtalks -->
{% comment %}{% include trainers.html %}{% endcomment %}
<!-- end of trainers -->
{% comment %}{% include banner-schedule.html %}{% endcomment %}
<!-- end of schedule banner -->
{% comment %} {% include schedule.html %} {% endcomment %}
<!-- end of schedule -->
{% comment %} {% include training.html %} {% endcomment %}
<!-- end of training -->
{% comment %} {% include register.html %} {% endcomment %}
<!-- end of register -->
{% comment %} {% include diversity.html %} {% endcomment %}
<!-- end of diversity -->
{% comment %} {% include banner-4.html %} {% endcomment %}
<!-- end of banner-4 -->
{% include venue.html %}
<!-- end of venue -->
{% comment %} {% include covid-19.html %} {% endcomment %}
<!-- end of covid-19 -->
{% comment %} {% include hybrid.html %} {% endcomment %}
<!-- end of hybrid -->
{% comment %} {% include shop.html %} {% endcomment %}
<!-- end of shop -->
{% comment %} {% include blog.html %} {% endcomment %}
<!-- end of blog -->
{% include sponsors.html %}
<!-- end of sponsors -->
<!-- start of testimonials block -->
{% if site.data.settings.homepage_settings.testimonials.show %} {% include
testimonials.html %} {% endif %}
<!-- end of testimonials block -->
{% if site.data.settings.homepage_settings.gallery.show %} {% include
gallery-grid.html %} {% endif %}
<!-- end of gallery-grid -->
{% include newsletter.html %}
<!-- end of newsletter -->
{% include contact.html %}
<!-- end of contact -->
{% if page.modal.show == true %} {% include modal.html %} {% endif %}
<!-- modal block -->
{% if site.data.settings.homepage_settings.modal.show %} {% include modal.html
%} {% endif %}