Skip to content

Commit e9068c0

Browse files
Kimberley CookKimberley Cook
authored andcommitted
add travelperk logo for travel sponsor
1 parent c0bb608 commit e9068c0

3 files changed

Lines changed: 27 additions & 9 deletions

File tree

css/style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
background-color: #74fad0;
2727
}
2828

29+
.bg-gold {
30+
background-color: #FFD700;
31+
}
32+
33+
.bg-dark-green {
34+
background-color: #4C9A2A;
35+
}
36+
2937
.bg-gray-50 {
3038
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
3139

@@ -63,6 +71,14 @@ html {
6371
scroll-behavior: smooth;
6472
}
6573

74+
.gold-box {
75+
border: 2px solid #FFD700;
76+
}
77+
78+
.dark-green-box {
79+
border: 2px solid #4C9A2A;
80+
}
81+
6682
/* Add this CSS for visually hidden content */
6783
.visually-hidden {
6884
position: absolute !important;

images/travelperk-logo.jpeg

25.8 KB
Loading

index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -262,16 +262,18 @@ <h2 class="lg:text-5xl text-2xl font-semibold">uncodebar highlights</h2>
262262

263263
</section>
264264

265-
<section id="sponsor" class="flex flex-col justify-center items-center lg:p-20 p-10">
266-
<img class="p-8 w-screen max-w-xl" src="images/contentful.png" alt="a logo of contentful">
267-
<div>
268-
<p class="text-center text-lg max-w-md font-semibold mb-10">More than a headless CMS, Contentful is the
269-
API-first composable content platform to create, manage and publish content on any digital channel.</p>
265+
<section id="sponsor" class="flex flex-col justify-center items-center text-center lg:p-20 p-10">
266+
<h2 class="lg:text-5xl text-3xl font-semibold mb-4">Meet our partners</h2>
267+
<p class="font-medium">We are excited to partner with some amazing companies <br/> as we champion
268+
diversity and inclusion in the tech space together.</p>
269+
<div class="mt-12 gold-box w-6/12 m-auto">
270+
<div class="bg-gold text-black pt-5 pb-5 font-bold">GOLD SPONSOR</div>
271+
<a href="https://www.contentful.com/" target="_blank"><img src="images/contentful.png" class="p-10" alt="Contentful logo"></a>
272+
</div>
273+
<div class="mt-12 dark-green-box w-3/12 m-auto">
274+
<div class="bg-dark-green text-white pt-5 pb-5 font-bold">TRAVEL SPONSOR</div>
275+
<a href="https://www.travelperk.com/" target="_blank"><img src="images/travelperk-logo.jpeg" alt="TravelPerk logo"></a>
270276
</div>
271-
<a href="https://www.contentful.com/"
272-
class="bg-gradient-to-tr from-button_blue to-button_blue_ py-5 px-9 rounded-full text-white" target="_blank">
273-
FIND OUT MORE
274-
</a>
275277
</section>
276278

277279
<section class="flex flex-wrap">

0 commit comments

Comments
 (0)