-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (85 loc) · 2.82 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
---
layout: default
title: Code BEAM America - the Erlang & Elixir Conference March 6-7, 2025
image: assets/images/CBA25-stage.png
---
{% include cover.html %}
<!-- end of cover -->
<!-- start of coundown block -->
{% comment %} {% if site.data.settings.homepage_settings.countdown.show %}
{% include countdown.html %}
{% endif %} {% endcomment %}
<!-- end of coundown -->
{% comment %} {% include modal.html %} {% endcomment %}
<!-- end of modal -->
{% comment %} {% include banner-1.html %} {% endcomment %}
<!-- end of banner-1 -->
{% include welcome.html %}
<!-- end of welcome -->
{% if site.data.settings.homepage_settings.gallery.show %}
{% include gallery-grid.html %}
{% endif %}
<!-- end of gallery-grid -->
<!-- start of testimonials block -->
{% if site.data.settings.homepage_settings.testimonials.show %}
{% include testimonials.html %}
{% endif %}
<!-- end of testimonials block -->
{% comment %} {% include hardwarehacking.html %}{% endcomment %}
<!-- end of hardwarehacking -->
{% comment %} {% include travelling.html %} {% endcomment %}
<!-- end of travelling -->
{% comment %} {% include recordings.html %} {% endcomment %}
<!-- end of recordings -->
{% comment %} {% include video.html %} {% endcomment %}
<!-- end of video -->
{% comment %}{% include schedule.html %}{% endcomment %}
<!-- end of schedule -->
{% include keynotes.html %}
<!-- end of speakers -->
{% include speakers.html %}
<!-- end of speakers -->
{% comment %} {% include lightningtalks.html %} {% endcomment %}
<!-- end of lightningtalks -->
{% include trainers.html %}
<!-- end of trainers -->
{% include training.html %}
<!-- end of training -->
{% include register.html %}
<!-- end of register -->
{% include diversity.html %}
<!-- end of diversity -->
{% comment %} {% include banner-5.html %} {% endcomment %}
<!-- end of students -->
{% comment %} {% include hotels.html %} {% endcomment %}
<!-- end of hotels -->
{% comment %} {% include covid-19.html %} {% endcomment %}
<!-- end of covid-19 -->
{% comment %} {% include cft.html %} {% endcomment %}
<!-- end of cft -->
{% comment %} {% include banner-2.html %} {% endcomment %}
<!-- end of banner-2 -->
{% comment %} {% include banner-3.html %}{% endcomment %}
<!-- end of banner-3 -->
{% include members.html %}
<!-- end of members -->
{% include banner-4.html %}
<!-- end of volunteer -->
{% comment %} {% include shop.html %} {% endcomment %}
<!-- end of shop -->
{% comment %} {% include blog.html %} {% endcomment %}
<!-- end of blog -->
{% include venue.html %}
<!-- end of venue -->
{% include sponsors.html %}
<!-- end of sponsors -->
{% include hybrid.html %}
<!-- end of hybrid -->
{% include newsletter.html %}
<!-- end of newsletter -->
{% include contact.html %}
<!-- end of contact -->
<!-- modal block -->
{% if site.data.settings.homepage_settings.modal.show %}
{% include modal.html %}
{% endif %}