Skip to content

Commit

Permalink
GDSC-Jadavpur-University#15 Added Info button for the landing page ju…
Browse files Browse the repository at this point in the history
…st below the description
  • Loading branch information
abhishekbauri committed Oct 1, 2023
1 parent 905a10e commit 605904f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions components/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Player } from "@lottiefiles/react-lottie-player";
function Landing() {
return (
<div className="px-20 h-[90vh] flex justify-center items-center">

{/* Landing text */}
<div className="flex justify-center items-center">
<div className="w-4/5 flex justify-center flex-col">
Expand All @@ -26,8 +26,15 @@ function Landing() {
more. The aim of the club is to help students to bridge the gap
between theory and practice, along with this - the students can
build their professional and personal networks and get access to
google developer resources. Atanu Nayak.
google developer resources. Atanu Nayak.
</p>
<a
className="w-24 mt-5 bg-transparent text-center hover:bg-blue-500 text-blue-700 font-semibold hover:text-white py-2 px-4 border border-blue-500 hover:border-transparent rounded-full"
href="https://developers.google.com/community/gdsc"
target="_blank"
>
Info
</a>
</div>

{/* Landing Image/Animation */}
Expand Down

0 comments on commit 605904f

Please sign in to comment.