-
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.
- Loading branch information
1 parent
6e57049
commit 499db0a
Showing
6 changed files
with
33 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
const AboutCard = () => { | ||
return <div className="w-100 bg-slate-600 AboutCard">AboutCard</div>; | ||
return ( | ||
<div className="w-[40%] h-[50%] AboutCard flex justify-center items-center p-10"> | ||
<p className="text-lg"> | ||
Pragyan, the international techno-managerial organisation of NIT Trichy, | ||
which came into being in 2005, achieves just that by providing a | ||
platform for a multitude of students to showcase their technical | ||
ingenuity and prowess. Pragyan has come a long way since its inception, | ||
propelling the fields of science and technology toward greater heights.{' '} | ||
</p> | ||
</div> | ||
); | ||
}; | ||
|
||
export default AboutCard; |
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