Skip to content

Commit

Permalink
Merge pull request Clueless-Community#560 from Clueless-Community/mon…
Browse files Browse the repository at this point in the history
…ishka

Lacking Skills Section issues fixed
  • Loading branch information
Debajyoti14 authored Apr 5, 2023
2 parents de2fb87 + a730be8 commit 896429c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
18 changes: 15 additions & 3 deletions components/home/Open-Source Programs/mainOpenSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,25 @@ function OpenSourcePrograms() {
<a>Explore</a>
</button>
</div>
<div className="md:w-4/5 lg:w-3/5 relative md:p-10">
<div className="flex justify-center lg:w-4/5 relative md:p-10">
<img
className="relative z-10"
className="relative z-10 hidden lg:block"
src="/LandingPage/OpenSource/program.png"
alt=""
/>
<div className="green-gradient absolute z-0 lg:bottom-52 sm:bottom-24 bottom-16 lg:right-96"></div>
<img
className="relative z-10 w-screen lg:hidden"
src="/LandingPage/OpenSource/program2.png"
alt=""
/>
<div className="hidden lg:block green-gradient absolute z-0 lg:bottom-52 sm:bottom-24 bottom-16 lg:right-96"></div>
</div>
</div>
<div className="flex md:flex-row-reverse md:mr-[3.3rem] md:-mb-24 md:-mt-10">
<div className="flex flex-col items-center w-fit px-8 py-12">
<div className="w-6 h-6 rounded-full border-4 border-[#7ee787]" />
<div className="border-l-4 border-[#7EE787] h-24" />
<div className="w-6 h-6 rounded-full border-4 border-[#7ee787]" />
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions components/home/lackingskills/lackingskills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ const LackingSkills = () => {
<main>
<div className="">
<div className="md:w-3/5 xl:w-1/2 space-y-2">
<h1 className="text-[3rem] text-[#72cf7b] whitespace-nowrap">
<h1 className="text-[36px] text-[#72cf7b] whitespace-nowrap">
Lacking skills?
</h1>
<h1 className=" text-3xl text-white whitespace-nowrap">
<h1 className="text-3xl text-white whitespace-nowrap">
We got you covered.
</h1>
<h4 className="pb-6 text-lg text-gray-300">
<h4 className="pb-2 text-lg text-gray-300">
built with the vision to encourage open-source enthusiasts built
with the vision to encourage open-source enthusiasts
</h4>
<button className="btn-green">Explore resource hub</button>
</div>
<div className="flex justify-center">
<div className="flex justify-center pt-8 mb-[-8rem] md:mb-5">
<img
className="-mt-28 xl:-mt-36 w-full hidden md:block"
src="/path.png"
Expand Down
Binary file added public/LandingPage/OpenSource/program2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 896429c

Please sign in to comment.