generated from CodeChefVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from NishantGupt786/master
pr
- Loading branch information
Showing
9 changed files
with
172 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
import Image from "next/image"; | ||
import contentstack from "@/assets/images/contentstack.svg"; | ||
import hallofcricket from "@/assets/images/hallofcricket.svg"; | ||
import quillbot from "@/assets/images/quillbot.svg"; | ||
|
||
function Sponsors() { | ||
return ( | ||
<div className="mb-4 h-full w-full overflow-auto rounded-xl bg-white md:w-[32vw] lg:h-[36vh]"> | ||
<div className="pl-6 pt-4 font-semibold text-[#45464E]">Sponsors</div> | ||
<div className="flex flex-col items-center justify-center pt-3"> | ||
<div className="flex flex-col items-center justify-center"> | ||
<Image | ||
src={contentstack as HTMLImageElement} | ||
alt="titlesponsor" | ||
width={200} | ||
/> | ||
<p className="text-lg font-semibold">Title sponsor</p> | ||
</div> | ||
|
||
<div className="flex w-full justify-between pl-12 pr-8"> | ||
<div className="flex flex-col items-center justify-center pt-3"> | ||
<Image | ||
src={hallofcricket as HTMLImageElement} | ||
alt="inkind" | ||
width={100} | ||
/> | ||
<p className="text-lg font-semibold">In Kind sponsor</p> | ||
</div> | ||
<div className="flex flex-col items-center justify-end pt-3"> | ||
<Image | ||
src={quillbot as HTMLImageElement} | ||
alt="inkind" | ||
width={150} | ||
/> | ||
<p className="text-lg font-semibold">In Kind sponsor</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
} | ||
|
||
export default Sponsors; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters