generated from esl/code-beam-america
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (93 loc) · 3.11 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
layout: default
title: In place conference March 03-04, 2023 | Mexico City
image: /assets/images/MX_BANNER_LITE.png
---
{% 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 hybrid banner -->
{% include welcome.html %}
{% include schedule.html %}
{% include keynotes.html %}
{% include speakers.html %}
{% include virtualspeakers.html %}
{% comment %} {% include training.html %} {% endcomment %}
<!-- end of welcome -->
{% comment %} {% include travelling.html %} {% endcomment %}
<!-- end of travelling -->
{% include register.html %}
<!-- end of register -->
{% comment %} {% include cft.html %} {% endcomment %}
<!-- end of cft -->
{% comment %} {% include banner-2.html %} {% endcomment %}
<!-- end of banner-2 training -->
{% comment %} {% include recordings.html %} {% endcomment %}
<!-- end of recordings -->
{% comment %} {% include video.html %} {% endcomment %}
<!-- end of video -->
<!-- end of schedule -->
<!-- end of speakers -->
<!-- end of speakers -->
{% comment %} {% include lightningtalks.html %} {% endcomment %}
<!-- end of lightningtalks -->
{% comment %} {% include trainers.html %} {% endcomment %}
<!-- end of trainers -->
<!-- end of training -->
{% comment %} {% include banner-3.html %} {% endcomment %}
<!-- end of banner-3 lighting talks call -->
{% comment %} {% include volunteer.html %} {% endcomment %}
<!-- end of volunteer -->
{% comment %} {% include students.html %} {% endcomment %}
<!-- end of students -->
{% include members.html %}
<!-- end of members -->
{% include venue.html %}
<!-- end of venue -->
{% comment %} {% include hotels.html %} {% endcomment %}
<!-- end of hotels -->
{% 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 -->
{% comment %} {% include diversity.html %} {% endcomment %}
<!-- end of diversity -->
{% include sponsors.html %}
<!-- end of sponsors -->
{% comment %} {% include sponsorship.html %} {% endcomment %}
<!-- end of sponsorship -->
<!-- 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 %}
{% comment %} {% include newsletter.html %} {% endcomment %}
<!-- end of newsletter -->
{% include contact.html %}
<!-- modal block -->
{% if site.data.settings.homepage_settings.modal.show %}
{% include modal.html %}
{% endif %}
<!-- end of contact -->
<script>
if (window.netlifyIdentity) {
window.netlifyIdentity.on("init", user => {
if (!user) {
window.netlifyIdentity.on("login", () => {
document.location.href = "/admin/";
});
}
});
}
</script>