-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
77 lines (77 loc) · 2.58 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
---
layout: default
---
<main class="content">
<header class="hero">
<div class="hero__inner">
<div class="hero__content">
<h4 class="hero__subscript">
Welcome to the G.O.A.T.
</h4>
<h1 class="hero__title">
E<span>u</span>r<span>u</span>k<span>o</span>
</h1>
<p class="hero__text">
Dive into the Ruby-Verse.
</p>
<p class="hero__text mb--2">
Join the G.O.A.T. and make it the BA-AAA-ST ever!
</p>
<p class="hero__text">
SEPTEMBER 11-13 2024, Sarajevo, Bosnia & Herzegovina
</p>
<div class="hero__actions">
<a href="https://ti.to/european-ruby-konferenz/2024" target="_blank" class="button button--secondary">Register Now</a>
<a href="/sponsoring" class="button button--secondary">Become a Sponsor</a>
</div>
</div>
<div class="hero__image">
<div class="hero__image__inner">
<img src="/assets/images/hero_image.png" alt="EuRuKo 2024" />
</div>
</div>
<div class="hero__stats">
<div class="hero__stats__item">
<div class="hero__stats__number">7</div>
<div class="hero__stats__text">
Keynote
<span class="display--block">Speakers</span>
</div>
</div>
<div class="hero__stats__item">
<div class="hero__stats__number">34</div>
<div class="hero__stats__text">Talks</div>
</div>
<div class="hero__stats__item">
<div class="hero__stats__number">5</div>
<div class="hero__stats__text">Workshops</div>
</div>
<div class="hero__stats__item">
<div class="hero__stats__number">2</div>
<div class="hero__stats__text">
Panel
<span class="display--block">Discussions</span>
</div>
</div>
<div class="hero__stats__item">
<div class="hero__stats__number">1</div>
<div class="hero__stats__text">
Lightning
<span class="display--block">Talk Session</span>
</div>
</div>
<div class="hero__stats__item">
<div class="hero__stats__number">25+</div>
<div class="hero__stats__text">Countries Participating</div>
</div>
</div>
</div>
</header>
{% include about_section.html %}
{% include speakers_section.html %}
{% include ticket_benefits.html %}
{% include location_section.html %}
{% include agenda_section.html %}
{% include sponsors_section.html %}
{% include partners_section.html %}
</main>