Skip to content

Commit

Permalink
update(homepage): learn more should move to zero skills section
Browse files Browse the repository at this point in the history
  • Loading branch information
daluclemas committed Jun 13, 2024
1 parent b3f464e commit 2a1d889
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/components/header/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Link } from "react-router-dom";
import FloraImg from "../../assets/images/floral.svg";
import { homeHeroImage } from "../../assets/images";

Expand All @@ -17,12 +16,12 @@ const Header = () => {
Clubs and workshops for secondary school girls across Africa to
explore STEM subjects in a fun and supportive environment.
</p>
<Link
to="/"
<a
href="#zero-tech-skills"
className="bg-[#B70569] w-[240px] max-sm:text-sm rounded-[30px] text-white py-[18px] mt-2 inline-block text-center"
>
Learn More{" "}
</Link>
</a>
</div>
<div className="max-md:hidden">
<img src={homeHeroImage} alt="" className="md:w-[850px] lg:w-fit" />
Expand Down
5 changes: 4 additions & 1 deletion src/pages/home/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ const HomePage = () => {
Engineering, and Mathematics (STEM)."
/>
</section>
<section className="my-3 md:my-20 bg-[#F8F8F8] pt-5 pb-2">
<section
className="my-3 md:my-20 bg-[#F8F8F8] pt-5 pb-2"
id="zero-tech-skills"
>
<div className="bg-white my-5 pt-5 md:pt-10 lg:pt-14 rounded-[32px] w-[90%] max-w-[1280px] mx-auto px-5">
<h4 className="font-medium text-2xl md:text-3xl lg:text-4xl leading-normal md:leading-normal lg:leading-normal text-center">
<span className="text-primaryPink font-bold ">
Expand Down

0 comments on commit 2a1d889

Please sign in to comment.