|
| 1 | +import React from "react"; |
| 2 | + |
| 3 | +function handpickedtech() { |
| 4 | + return ( |
| 5 | + <div class="bg-black p-[30px] font-sans font-semibold"> |
| 6 | + {/* <!-- Section title --> */} |
| 7 | + <div class="flex ml-[-15px] mr-[-15px] "> |
| 8 | + <div class="mb-7"> |
| 9 | + <h2 class="text-5xl text-white"> |
| 10 | + Handpicked Technologies and Resources for all Developers and |
| 11 | + Will-be-Developers |
| 12 | + </h2> |
| 13 | + <div class="text-3xl mt-2 text-white"> |
| 14 | + <p class="lead lh-180">Accesible to Everyone for Free</p> |
| 15 | + </div> |
| 16 | + </div> |
| 17 | + </div> |
| 18 | + {/* <!-- Card --> */} |
| 19 | + <div class="flex justify-between min-w-[825px] text-left "> |
| 20 | + <div class="bg-newsorange bg-cover basis-[30%] relative p-[20px] pt-[60px] flex flex-col mb-[30px] content-end cursor-pointer bg-center rounded-[20px] hover:brightness-125 hover:scale-[1.02] hover:transition-all hover:ease-in-out"> |
| 21 | + <div class="absolute w-[100%] h-[100%] inset-0 bg-black/[0.2]"></div> |
| 22 | + <h4 class="opacity-60 relative font-semibold "> |
| 23 | + Unleash your Skills |
| 24 | + </h4> |
| 25 | + <h2 class="text-white relative text-[20px] leading-[1] pt-[6px]"> |
| 26 | + Push your creativity to your absolute limits |
| 27 | + </h2> |
| 28 | + </div> |
| 29 | + <div class="bg-newsteal bg-cover basis-[30%] relative p-[20px] pt-[60px] flex flex-col mb-[30px] content-end cursor-pointer bg-center rounded-[20px] hover:brightness-125 hover:scale-[1.02] hover:transition-all hover:ease-in-out"> |
| 30 | + <div class="absolute w-[100%] h-[100%] inset-0 bg-black/[0.2] "></div> |
| 31 | + <h4 class="opacity-60 relative font-semibold"> |
| 32 | + Boost your Experience |
| 33 | + </h4> |
| 34 | + <h2 class="text-white relative text-[20px] leading-[1] pt-[6px]"> |
| 35 | + Practice makes a man Experienced, this is no exception |
| 36 | + </h2> |
| 37 | + </div> |
| 38 | + <div class="bg-newspurple bg-cover basis-[30%] relative p-[20px] pt-[60px] flex flex-col mb-[30px] content-end cursor-pointer bg-center rounded-[20px] hover:brightness-125 hover:scale-[1.02] hover:transition-all hover:ease-in-out"> |
| 39 | + <div class="absolute w-[100%] h-[100%] inset-0 bg-black/[0.2]"></div> |
| 40 | + <h4 class="opacity-60 relative font-semibold"> |
| 41 | + Create a strong Portfolio |
| 42 | + </h4> |
| 43 | + <h2 class="text-white relative text-[20px] leading-[1] pt-[6px]"> |
| 44 | + Showcase your work to the clients for better exposure |
| 45 | + </h2> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + ); |
| 50 | +} |
| 51 | + |
| 52 | +export default handpickedtech; |
0 commit comments