Skip to content

Commit 9e2c63d

Browse files
committed
Added fourth column for code of conduct
1 parent 0b1fa1e commit 9e2c63d

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

components/layouts/components/Footer.tsx

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ export const Footer = () => {
66

77
return (
88
<div>
9-
<section
10-
className="w-full bg-gradient-to-b from-accent to-primary dark:from-black-dark dark:to-black"
11-
// style={{
12-
// background:
13-
// 'transparent linear-gradient(180deg, #0014E6 0%, #0062FF 100%) 0% 0% no-repeat padding-box;',
14-
// }}
15-
>
9+
<section className="w-full bg-gradient-to-b from-accent to-primary dark:from-black-dark dark:to-black">
1610
<div className="l-container py-6 md:py-12">
1711
<div className="items-center flex flex-wrap md:my-10">
1812
<div className="w-full md:w-8/12 ml-auto mt-4 md:mt-0">
@@ -39,15 +33,14 @@ export const Footer = () => {
3933
<div className="flex flex-wrap">
4034
<div className="w-full">
4135
<div className="flex flex-wrap items-top mb-14 md:mb-6 text-left">
42-
<div className="w-full md:w-4/12 xl:w-4/12 pt-6 md:pt-0">
36+
<div className="w-full sm:w-6/12 md:w-3/12 xl:w-3/12 pt-6 md:pt-0">
4337
<span className="text-accent-2 dark:text-accent-2-dark lowercase text-2xl">
4438
Venue
4539
</span>
4640
<ul className="list-unstyled mt-3">
4741
<p className="text-white dark:text-white-dark text-base">
4842
Golden Tulip Westlands Nairobi
4943
</p>
50-
5144
<a
5245
href="https://maps.app.goo.gl/r3AQbUKjmpggvi2m6"
5346
target="_blank"
@@ -60,7 +53,7 @@ export const Footer = () => {
6053
</div>
6154
{showExtraInfo && (
6255
<>
63-
<div className="w-full md:w-4/12 xl:w-4/12 pt-6 md:pt-0 md:px-4">
56+
<div className="w-full sm:w-6/12 md:w-3/12 xl:w-3/12 pt-6 md:pt-0 md:px-4">
6457
<span className="text-accent-2 dark:text-accent-2-dark lowercase text-2xl">
6558
Transport
6659
</span>
@@ -71,7 +64,7 @@ export const Footer = () => {
7164
</p>
7265
</ul>
7366
</div>
74-
<div className="w-full md:w-4/12 xl:w-4/12 pt-6 md:pt-0 md:px-4">
67+
<div className="w-full sm:w-6/12 md:w-3/12 xl:w-3/12 pt-6 md:pt-0 md:px-4">
7568
<span className="text-accent-2 dark:text-accent-2-dark lowercase text-2xl">
7669
Parking
7770
</span>
@@ -83,22 +76,23 @@ export const Footer = () => {
8376
</div>
8477
</>
8578
)}
79+
<div className="w-full sm:w-6/12 md:w-3/12 xl:w-3/12 pt-6 md:pt-0 md:px-4">
80+
<span className="text-accent-2 dark:text-accent-2-dark lowercase text-2xl">
81+
Code of Conduct
82+
</span>
83+
<ul className="list-unstyled mt-3">
84+
<Link
85+
href="https://drive.google.com/file/d/16WloZF2c6y5cqj3Ea67KaRJBzsfFSbY1/view?usp=sharing"
86+
target="_blank"
87+
className="text-white dark:text-white-dark text-base hover:text-secondary dark:hover:text-secondary"
88+
>
89+
See the Flutterconke Code of Conduct
90+
</Link>
91+
</ul>
92+
</div>
8693
</div>
8794
</div>
8895
</div>
89-
<div className="">
90-
<h2 className="title-w lowercase text-secondary dark:text-secondary-dark">
91-
<span>Code of</span> <span className="font-medium"> Conduct</span>
92-
</h2>
93-
<br />
94-
<Link
95-
href="https://drive.google.com/file/d/16WloZF2c6y5cqj3Ea67KaRJBzsfFSbY1/view?usp=sharing"
96-
target="_blank"
97-
className="text-white dark:text-white-dark text-base hover:text-secondary dark:hover:text-secondary"
98-
>
99-
See the Flutterconke Code of Conduct
100-
</Link>
101-
</div>
10296
</div>
10397
</section>
10498
<div className="w-full items-center px-4 py-5 dark:bg-black-dark">

0 commit comments

Comments
 (0)