Skip to content

Commit 5e7db43

Browse files
Kimberley CookKimberley Cook
Kimberley Cook
authored and
Kimberley Cook
committed
update uncodebar homepage to include Barcelona update
1 parent f0532f5 commit 5e7db43

File tree

2 files changed

+38
-40
lines changed

2 files changed

+38
-40
lines changed

barcelona.html

+17-19
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
<a href="./index.html"
9898
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Barcelona</a>
9999
</li>
100-
<li>
100+
<!-- <li>
101101
<a href="./scotland.html"
102102
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Scotland</a>
103-
</li>
103+
</li> -->
104104
</ul>
105105
</div>
106106
</li>
@@ -111,7 +111,7 @@
111111
<ul class="flex flex-wrap gap-5 text-xs border-solid border-2 border-white p-2">
112112
<li class="text-white hover:text-gray-400"><a href="./index.html">London</a></li>
113113
<li class="text-blue-300 hover:text-blue-500"><a href="./barcelona.html">Barcelona</a></li>
114-
<li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li>
114+
<!-- <li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li> -->
115115
</ul>
116116
</div>
117117
</div>
@@ -134,7 +134,7 @@ <h2 class="lg:text-2xl text-xl">Saturday 9th November | 10:30 - 17:00 CEST</h2>
134134
<p class="lg:text-lg text-sm font-semibold">We are so excited to be bringing for the <span class=" text-violet-50">second time around </span>, uncodebar to Barcelona. Uncodebar
135135
is our one-day unconference that encourages the codebar community to come together, share knowledge, and
136136
strengthen the community that supports our workshops.</p>
137-
<a href="https://ti.to/codebar/uncodebar-barcelona"
137+
<a href="https://ti.to/codebar/uncodebar-barcelona-2024"
138138
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none">GET
139139
YOUR TICKET HERE</a>
140140
</div>
@@ -205,7 +205,7 @@ <h3 class="lg:text-3xl text-xl">Accesibility information</h3>
205205
</p>
206206
</div>
207207

208-
<a href="https://ti.to/codebar/uncodebar-barcelona"
208+
<a href="https://ti.to/codebar/uncodebar-barcelona-2024"
209209
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none">GET
210210
YOUR TICKET HERE</a>
211211

@@ -251,25 +251,23 @@ <h2 class="lg:text-5xl text-2xl font-semibold">uncodebar highlights</h2>
251251
</section>
252252

253253
<section id="sponsor" class="lg:p-20 p-10">
254-
<div class="flex flex-wrap">
254+
<div class="flex justify-center">
255255

256-
<div class="md:w-1/4"></div>
257-
258-
<div class="md:w-2/4 flex w-screen flex-col lg:p-20 p-10 items-center">
259-
<img class="pb-5 max-h-28" src="images/travelperk-logo.jpeg" alt="a logo of TravelPerk">
260-
<p class="text-center text-lg max-w-md font-semibold mb-10">Simpler, smarter business travel
256+
<div class="md:w-2/4 flex w-screen flex-col items-center">
257+
<img class="pb-5 max-h-52" src="images/travelperk-logo.jpeg" alt="a logo of TravelPerk">
258+
<p class="text-center text-lg max-w-md font-semibold mb-10">TravelPerk</br>-</br>
261259
Book, organize and control your business travel, all in one place. For faster admin, better decision-making and smarter spending.</p>
262260
<a href="https://www.travelperk.com/" class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white" target="_blank">FIND OUT MORE</a>
263261
</div>
264262

265-
<div class="md:w-1/4"></div>
266-
<!-- <div class="md:w-2/4 flex w-screen flex-col lg:p-20 p-10 items-center">
263+
<!-- <div class="md:w-1/4"></div>
264+
<div class="md:w-2/4 flex w-screen flex-col lg:p-20 p-10 items-center">
267265
<img class="pb-5 max-h-28" src="images/qlik-logo.png" alt="a logo of Qlik">
268266
<p class="text-center text-lg max-w-md font-semibold mb-10">Qlik delivers a data fabric and next-level insights with its end-to-end data integration, data quality, & analytics solutions.</p>
269267
<a href="https://www.qlik.com/us/" class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white" target="_blank">FIND OUT MORE</a>
270268
</div> -->
271269

272-
</div>
270+
</div>
273271
</section>
274272

275273
<section id="locations" class="bg-main_blue flex flex-col gap-10 sm:gap-0">
@@ -284,22 +282,22 @@ <h2 class="lg:text-5xl text-2xl">Our locations</h2>
284282
<div
285283
class="max-w-lg p-10 lg:p-20 flex flex-col text-center text-main_blue font-semibold justify-center items-center lg:gap-10 gap-7 bg-main_yellow ">
286284
<h3 class="text-2xl">London</h3>
287-
<p class="lg:text-xl text-sm">We have ran uncodebar in London for 9 years. It is always our communities
285+
<p class="lg:text-xl text-sm">We have ran uncodebar in London for 10 years. It is always our communities
288286
highlight of the year.</p>
289287
<a href="index.html"
290288
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white">VISIT
291289
LONDON</a>
292290
</div>
293291

294-
<div
292+
<!-- <div
295293
class="max-w-lg p-10 lg:p-20 flex flex-col text-center justify-center items-center lg:gap-10 gap-7 text-main_blue font-semibold bg-turquoise">
296294
<h3 class="text-2xl">Scotland</h3>
297295
<p class="lg:text-xl text-sm">We are so excited to be bringing uncodebar to Glasgow on Saturday 18th November.
298296
</p>
299297
<a href="scotland.html"
300298
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white">VISIT
301299
SCOTLAND</a>
302-
</div>
300+
</div> -->
303301

304302
</div>
305303
</section>
@@ -435,7 +433,7 @@ <h2 id="accordion-collapse-heading-6">
435433
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
436434
<p class="mb-2 text-gray-500 dark:text-gray-400">We are always looking for amazing companies to come on
437435
board and sponsor our events. Whether it's big ones like this, or smaller ones. Please drop us an <a
438-
href="mailto:codebar.io" target="_blank" class="underline">email</a>.</p>
436+
href="mailto:hello@codebar.io" target="_blank" class="underline">email</a>.</p>
439437
</div>
440438
</div>
441439

@@ -457,7 +455,7 @@ <h2 id="accordion-collapse-heading-7">
457455
<div class="p-5 border border-t-0 border-gray-200 dark:border-gray-700">
458456
<p class="mb-2 text-gray-500 dark:text-gray-400">Yes, please do! You can drop Kimberley Cook a direct
459457
message in the <a href="https://slack.codebar.io/" class="underline">codebar Slack</a>, you can send us
460-
a DM on any of our socials, or send us<a href="mailto:codebar.io" class="underline"> an email</a>.
458+
a DM on any of our socials, or send us<a href="mailto:hello@codebar.io" class="underline"> an email</a>.
461459
</p>
462460
</div>
463461
</div>

index.html

+21-21
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,26 @@
6767
<a href="#sponsor"
6868
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Sponsor</a>
6969
</li>
70-
<!-- <li>
70+
<li>
7171
<a href="#locations"
7272
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">Locations</a>
73-
</li> -->
73+
</li>
7474
<li>
7575
<a href="#faqs"
7676
class="block py-2 pl-3 pr-4 text-white rounded md:border-0 md:hover:text-blue-700 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">FAQs</a>
7777
</li>
78-
<!-- <li class="lg:hidden">
78+
<li class="lg:hidden">
7979
<button id="dropdownNavbarLink" data-dropdown-toggle="dropdownNavbar"
8080
class="flex items-center justify-between w-full py-2 pl-3 pr-4 rounded md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 md:w-auto text-white md:dark:hover:text-blue-500 dark:focus:text-white dark:border-gray-700 dark:hover:bg-gray-700 md:dark:hover:bg-transparent">Choose
8181
Location<svg class="w-2.5 h-2.5 ml-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
8282
fill="none" viewBox="0 0 10 6">
8383
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
8484
d="m1 1 4 4 4-4" />
8585
</svg>
86-
</button> -->
86+
</button>
8787

8888
<!-- Dropdown menu -->
89-
<!-- <div id="dropdownNavbar"
89+
<div id="dropdownNavbar"
9090
class="z-10 hidden font-normal bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600">
9191
<ul class="py-2 text-sm text-gray-700 dark:text-gray-400" aria-labelledby="dropdownLargeButton">
9292
<li>
@@ -97,23 +97,23 @@
9797
<a href="./barcelona.html"
9898
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Barcelona</a>
9999
</li>
100-
<li>
100+
<!-- <li>
101101
<a href="./scotland.html"
102102
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white">Scotland</a>
103-
</li>
103+
</li> -->
104104
</ul>
105-
</div> -->
106-
<!-- </li> -->
105+
</div>
106+
</li>
107107
</ul>
108108
</div>
109109

110-
<!-- <div class="hidden lg:flex">
110+
<div class="hidden lg:flex">
111111
<ul class="flex flex-wrap gap-5 text-xs border-solid border-2 border-white p-2">
112112
<li class="text-blue-300 hover:text-blue-500"><a href="./index.html">London</a></li>
113113
<li class="text-white hover:text-gray-400"><a href="./barcelona.html">Barcelona</a></li>
114-
<li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li>
114+
<!-- <li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li> -->
115115
</ul>
116-
</div> -->
116+
</div>
117117
</div>
118118
</nav>
119119
</section>
@@ -137,7 +137,7 @@ <h2 class="lg:text-2xl text-xl">Saturday 21st September | 10:00 - 17:30 BST</h2>
137137
community to come together, share knowledge, and strengthen the
138138
community that supports our workshops.
139139
</p>
140-
<p class="lg:text-lg text-sm font-semibold">RSVP opening soon!</p>
140+
<p class="lg:text-lg text-sm font-semibold">uncodebar London 2024 has now happened! A huge thank you to everyone who attended</p>
141141
<!-- <button
142142
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
143143
type="submit"
@@ -147,7 +147,7 @@ <h2 class="lg:text-2xl text-xl">Saturday 21st September | 10:00 - 17:30 BST</h2>
147147
</div>
148148

149149
<div class="lg:w-2/4 flex w-screen">
150-
<img class="max-w-full" src="./images/kim-diep.jpg" alt="Kim Diep from uncodebar at Google in 2022">
150+
<img class="object-cover" src="./images/kim-diep.jpg" alt="Kim Diep from uncodebar at Google in 2022">
151151
</div>
152152
</div>
153153

@@ -302,35 +302,35 @@ <h3 class="text-3xl font-bold mb-6">Join us as a sponsor this year!</h3>
302302
</div>
303303
</section>
304304

305-
<!-- <section id="locations" class="bg-main_blue flex flex-col gap-10 sm:gap-0">
305+
<section id="locations" class="bg-main_blue flex flex-col gap-10 sm:gap-0">
306306
<div class="lg:pt-20 pt-10 lg:pl-20 pl-10 text-white flex flex-col gap-5">
307307
<h2 class="lg:text-5xl text-2xl">Our locations</h2>
308-
<p class="lg:text-xl text-sm">uncodebar happens in <strong>3 locations </strong>- London, Glasgow & Barcelona.
308+
<p class="lg:text-xl text-sm">uncodebar happens in <strong>other locations </strong> too - London, Glasgow & Barcelona.
309309
</p>
310310
</div>
311311

312312
<div class="flex flex-col relative items-end justify-end sm:flex-row sm:top-20">
313313
<div
314314
class="max-w-lg p-10 lg:p-20 flex flex-col text-center text-main_blue font-semibold justify-center items-center lg:gap-10 gap-7 bg-main_yellow ">
315315
<h3 class="text-2xl">Barcelona</h3>
316-
<p class="lg:text-xl text-sm">We are so excited to be bringing uncodebar to Barcelona on Saturday 11th
317-
November.</p>
316+
<p class="lg:text-xl text-sm">We are so excited to be bringing uncodebar to Barcelona on Saturday 9th
317+
November</p>
318318
<a href="barcelona.html"
319319
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white">VISIT
320320
BARCELONA</a>
321321
</div>
322322

323-
<div
323+
<!-- <div
324324
class="max-w-lg p-10 lg:p-20 flex flex-col text-center justify-center items-center lg:gap-10 gap-7 text-main_blue font-semibold bg-turquoise">
325325
<h3 class="text-2xl">Scotland</h3>
326326
<p class="lg:text-xl text-sm">We are so excited to be bringing uncodebar to Glasgow on Saturday 18th November.
327327
</p>
328328
<a href="scotland.html"
329329
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white">VISIT
330330
SCOTLAND</a>
331-
</div>
331+
</div> -->
332332
</div>
333-
</section> -->
333+
</section>
334334

335335
<section id="faqs" class="mt-0 h-full">
336336
<div class="flex flex-col gap-5 p-10 lg:p-20">

0 commit comments

Comments
 (0)