Skip to content

Commit 6c65f8c

Browse files
Kimberley CookKimberley Cook
authored andcommitted
add sponsor section
1 parent 8df23a1 commit 6c65f8c

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

images/google.png

-462 Bytes
Loading

images/uncodebar-speaker-shot.jpg

845 KB
Loading

index.html

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,32 @@ <h2 class="lg:text-5xl text-2xl font-semibold">uncodebar highlights</h2>
274274
</a>
275275
</section>
276276

277+
<section class="flex flex-wrap">
278+
<div class="md:w-2/4 md:flex w-screen md:flex-col">
279+
<img src="images/uncodebar-speaker-shot.jpg" class="" alt="Pink speech marks">
280+
</div>
281+
<div class="flex md:w-2/4 md:flex w-screen md:flex-col bg-light_blue md:pt-0 pt-10 md:pb-0 pb-10">
282+
<div class="w-8/12 m-auto">
283+
<h3 class="text-3xl font-bold mb-6">Join us as a sponsor this year!</h3>
284+
<ul role="list" class="list-disc pl-5">
285+
<li class="font-medium mb-2">Connect with 120 people on the day</li>
286+
<li class="font-medium mb-2">Exposure to our global community of 25,000+ people</li>
287+
<li class="font-medium mb-2">Connect with professionals on a global scale</li>
288+
<li class="font-medium mb-2">Tap into a diverse, well-rounded talent pool</li>
289+
<li class="font-medium mb-2">Drive digital footfall to your online platforms</li>
290+
<li class="font-medium mb-6">Effect real, positive change in our industry</li>
291+
</ul>
292+
<p class="font-medium mb-12">We welcome companies from anywhere in the world who want to be a part of our upcoming festival. If you’re looking to discover fresh, diverse talent in the tech space, support our event, and/or nurture a new generation of coders, drop us an email and let’s explore new ways to work together.</p>
293+
<a
294+
class="bg-gradient-to-tr from-button_blue to-button_blue_ p-5 w-max rounded-full text-white border-none"
295+
href="mailto:hello@codebar.io"
296+
>
297+
GET IN TOUCH TODAY!
298+
</a>
299+
</div>
300+
</div>
301+
</section>
302+
277303
<!-- <section id="locations" class="bg-main_blue flex flex-col gap-10 sm:gap-0">
278304
<div class="lg:pt-20 pt-10 lg:pl-20 pl-10 text-white flex flex-col gap-5">
279305
<h2 class="lg:text-5xl text-2xl">Our locations</h2>
@@ -304,9 +330,9 @@ <h3 class="text-2xl">Scotland</h3>
304330
</div>
305331
</section> -->
306332

307-
<section id="faqs" class="mt-0 sm:mt-20 h-full bg-main_pink">
333+
<section id="faqs" class="mt-0 h-full">
308334
<div class="flex flex-col gap-5 p-10 lg:p-20">
309-
<h2 class="lg:text-5xl text-3xl text-white font-semibold">Frequently Asked Questions</h2>
335+
<h2 class="lg:text-5xl text-3xl font-semibold">Frequently Asked Questions</h2>
310336

311337
<!-- Customized accordion menu (flowbite) -->
312338

0 commit comments

Comments
 (0)