File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ export default function Events() {
5959 return (
6060 < section
6161 id = "events"
62- className = "relative flex flex-col items-center justify-center w-full pt-16 bg-[#09AFC6] md:py-20 gap-y-2 md:gap-y-5"
62+ className = "relative flex flex-col items-center justify-center w-full pt-16 bg-[#023e8a] -z-10 md:py-20 gap-y-2 md:gap-y-5"
6363 >
6464
65- < h2 className = "pb-2 text-3xl font-bold md:pb-10" > Community Events</ h2 >
66- < div className = "grid grid-cols-1 gap-y-4 md:gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8 md:grid-cols-2 bg-[#09AFC6] px-4 md:px-10 lg:px-16 py-8 md:py-14 xl:py-16" >
65+ < h2 className = "pb-2 text-3xl text-white font-bold md:pb-10" > Community Events</ h2 >
66+ < div className = "grid grid-cols-1 gap-y-4 md:gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8 md:grid-cols-2 px-4 md:px-10 lg:px-16 py-8 md:py-14 xl:py-16" >
6767 { events . map ( ( event ) => (
6868 < DisplayRC
6969 key = { event . id }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function HeroHeader() {
1616 < Navbar />
1717 </ div >
1818 < div className = "w-full flex flex-col items-center justify-center z-10 bg-black bg-opacity-30" >
19- < h1 className = "font-montserrat font-bold text-center text-white text-[40px] leading-10 w-[388px] mx-auto mt-20 " >
19+ < h1 className = "font-montserrat font-bold text-center text-white text-[40px] leading-10 w-[388px] mx-auto mt-24 " >
2020 React Developer Community Kenya
2121 </ h1 >
2222 < p className = "font-montserrat text-white w-[570px] mx-auto text-center mt-5 mb-[45px]" >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function MissionPillars() {
2020 ] ;
2121
2222 return (
23- < section className = "flex flex-col w-full items-center bg-[#90e0ef ] py-8 md:py-12 space-y-8 md:space-y-12" >
23+ < section className = "flex flex-col w-full items-center bg-[#0077b6 ] py-8 md:py-12 space-y-8 md:space-y-12" >
2424 < h2 className = "uppercase font-bold text-2xl sm:text-3xl md:text-5xl tracking-wide text-center mb-6 md:mb-8 text-[#20232a]" >
2525 Our Mission Pillars
2626 </ h2 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import LinkButton from '../LinkButton/LinkButton';
88export default function Navbar ( ) {
99 return (
1010 < >
11- < header className = "lg:pl-[49px] w-full bg-transparent " >
11+ < header className = "lg:pl-[49px] w-full fixed top-0 bg-black bg-opacity-50 " >
1212 < nav className = "nav py-4 pl-5 flex flex-col md:flex-row justify-around items-center" >
1313 < div >
1414 < Link href = { HOME } >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function Home() {
2323 </ Head >
2424 < main className = "" >
2525 < HeroHeader />
26- < div className = "flex flex-col py-12 bg-[#caf0f8 ]" >
26+ < div className = "flex flex-col py-12 bg-[#0096c7 ]" >
2727 < AboutUs />
2828 </ div >
2929 < MissionPillars />
You can’t perform that action at this time.
0 commit comments