Skip to content

Commit 44f8f40

Browse files
committed
commented out links to other locations
1 parent 9dc0600 commit 44f8f40

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,15 @@
108108
</li>
109109
</ul>
110110
</div>
111-
111+
<!--
112112
<div class="hidden lg:flex">
113113
<ul class="flex flex-wrap gap-5 text-xs border-solid border-2 border-white p-2">
114114
<li class="text-blue-300 hover:text-blue-500"><a href="./index.html">London</a></li>
115115
<li class="text-white hover:text-gray-400"><a href="./barcelona.html">Barcelona</a></li>
116-
<!-- <li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li> -->
116+
<li class="text-white hover:text-gray-400"><a href="./scotland.html">Scotland</a></li>
117117
</ul>
118118
</div>
119+
-->
119120
</div>
120121
</nav>
121122
</section>
@@ -308,13 +309,13 @@ <h3 class="text-3xl font-bold mb-6">Join us as a sponsor this year!</h3>
308309
</div>
309310
</section>
310311

312+
<!--
311313
<section id="locations" class="bg-main_blue flex flex-col gap-10 sm:gap-0">
312314
<div class="lg:pt-20 pt-10 pb-10 lg:pl-20 pl-10 text-white flex flex-col gap-5">
313315
<h2 class="lg:text-5xl text-2xl">Our locations</h2>
314316
<p class="lg:text-xl text-sm">uncodebar happens in <strong>other locations </strong> too - London, Glasgow & Barcelona.
315317
</p>
316318
</div>
317-
<!--
318319
<div class="flex flex-col relative items-end justify-end sm:flex-row sm:top-20">
319320
<div
320321
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 ">
@@ -339,7 +340,7 @@ <h3 class="text-2xl">Scotland</h3>
339340
</div>
340341
</section>
341342

342-
<section id="faqs" class="mt-0 h-full">
343+
<section id="faqs" class="mt-0 h-full bg-light_pink">
343344
<div class="flex flex-col gap-5 p-10 lg:p-20">
344345
<h2 class="lg:text-5xl text-3xl font-semibold">Frequently Asked Questions</h2>
345346

0 commit comments

Comments
 (0)