-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
199 lines (166 loc) · 9.55 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Ruby Conf Africa </title>
<link rel="icon" href="assets/images/logo/ruby.svg" type="image/x-icon">
<!-- add resource links below -->
<link rel="stylesheet" href="index.css"/>
<script defer src="assets/js/alpine.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header x-data="{navbarOpen: false,}" class="absolute left-0 top-0 z-50 w-full">
<!-- ================== menu section start ======================================================================-->
<div class="container mx-auto">
<div class="relative -mx-4 flex items-center justify-between">
<div class="w-60 max-w-full px-4">
<a href="index.html" class="block w-full py-5">
<img
src="assets/images/logo/arclogo.png"
alt="logo"
class="w-30"
/>
</a>
</div>
<div class="flex w-full items-center justify-between px-4">
<div>
<button
@click="navbarOpen = !navbarOpen"
:class="navbarOpen && 'navbarTogglerActive'"
id="navbarToggler"
class="absolute right-4 top-1/2 block -translate-y-1/2 rounded-lg px-3 py-[6px] ring-primary focus:ring-2 lg:hidden"
>
<span
class="block h-1 w-6 bg-white mb-1"
></span>
<span
class="block h-1 w-6 bg-white mb-1"
></span>
<span
class="block h-1 w-6 bg-white mb-1"
></span>
</button>
<nav
x-transition
:class="!navbarOpen && 'hidden'"
id="navbarCollapse"
class="absolute right-4 top-full w-full max-w-[250px] rounded-lg py-5 px-6 shadow transition-all lg:static lg:block lg:w-full lg:max-w-full lg:shadow-none"
>
<ul class="block lg:flex gap-6 items-center">
<li>
<a href="index.html" class="active hover:text-primary flex py-2 text-base font-bold text-white lg:inline-flex"> Home </a>
</li>
<li>
<a href="about.html" class="hover:text-primary flex py-2 text-base font-bold text-white lg:inline-flex"> Venue & Schedule </a>
</li>
<li>
<a href="speakers.html" class="hover:text-primary flex py-2 text-base font-bold text-white lg:inline-flex"> Speakers </a>
</li>
<li>
<a href="sponsors.html" class="hover:text-primary flex py-2 text-base font-bold text-white lg:inline-flex"> Sponsors </a>
</li>
<li>
<a href="code_of_conduct.html" class="hover:text-primary flex py-2 text-base font-bold text-white lg:inline-flex"> Code of Conduct </a>
</li>
<a data-aos="fade-left" data-aos-delay="600" data-aos-duration="2000" href="registration.html" class="rounded-lg bg-[#343a40] px-3 py-4 text-center text-base font-normal text-white hover:bg-opacity-90 sm:px-6 lg:px-4 xl:px-6 hidden lg:inline-flex">Contact Organizer</a>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ================== menu section end ======================================================================-->
</header>
<!-- ====================== Hero Section Start ======================================================================-->
<div id="slider-1" class="relative pt-[120px] pb-[110px] lg:pt-[150px] min-h-screen">
<div class="hero-overlay bg-opacity-60"></div>
<div class="container mx-auto">
<div class="relative isolate px-6 pt-14 lg:px-8">
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
aria-hidden="true">
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]"
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
<div class="mx-auto max-w-2xl py-32 sm:py-28 lg:py-10">
<div class="text-center">
<h1 data-aos="fade-up" data-aos-delay="600" data-aos-duration="2000"
class="text-2xl font-bold tracking-tight text-white sm:text-6xl">RUBYCONF AFRICA 2024</h1>
<p data-aos="fade-up" data-aos-delay="400" data-aos-duration="2000"
class="mt-6 text-lg font-bold leading-8 text-white">Theme: Agile, Open Source &
Entrepreneurship</p>
<br>
<p data-aos="fade-up" data-aos-delay="400" data-aos-duration="2000"
class="mt-6 text-lg font-semibold leading-8 text-white">On the 26th to 27th July 2024 leading
Ruby developers from around the world will come together to share, inspire and learn.</p>
<br>
<p data-aos="fade-up" data-aos-delay="400" data-aos-duration="2000"
class="mt-6 text-4xl font-bold leading-8 text-white">Nairobi, Kenya</p>
<p data-aos="fade-up" data-aos-delay="400" data-aos-duration="2000"
class="mt-6 text-xl font-bold leading-8 text-white">26th, 27th July 2024</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a data-aos="fade-right"
data-aos-delay="600" data-aos-duration="2000"
href="registration.html"
class="inline-flex items-center justify-center rounded-lg bg-[#343a40] py-4 px-6 text-center text-base font-normal text-white hover:bg-opacity-90 sm:px-10 lg:px-8 xl:px-10"
>
Register Now!
</a>
</div>
</div>
</div>
<div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
aria-hidden="true">
<div class="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]"
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
</div>
</div>
</div>
<!--================= Hero sectio ends here ================================================================================-->
<!-- ================= Scripts Start ===============================================================================-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="index.js"></script>
<script>
const dropdownToggle = document.getElementById('dropdown-toggle');
const dropdownContent = document.getElementById('dropdown-content');
const dropdownToggleCity = document.getElementById('dropdown-toggle-cities');
const dropdownContentCity = document.getElementById('dropdown-content-cities');
const dropdownToggleArea = document.getElementById('dropdown-toggle-areas');
const dropdownContentArea = document.getElementById('dropdown-content-areas');
dropdownToggle.addEventListener('click', () => {
if (dropdownContent.classList.contains('hidden')) {
dropdownContent.classList.remove('hidden');
} else {
dropdownContent.classList.add('hidden');
}
});
dropdownToggleCity.addEventListener('click', () => {
if (dropdownContentCity.classList.contains('hidden')) {
dropdownContentCity.classList.remove('hidden');
} else {
dropdownContentCity.classList.add('hidden');
}
});
dropdownToggleArea.addEventListener('click', () => {
if (dropdownContentArea.classList.contains('hidden')) {
dropdownContentArea.classList.remove('hidden');
} else {
dropdownContentArea.classList.add('hidden');
}
});
</script>
<!-- ================= Scripts End ===============================================================================-->
</body>
</html>