-
Notifications
You must be signed in to change notification settings - Fork 3
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 #103 from IEEEUCSC/main
Change navbar and chanage footer
- Loading branch information
Showing
20 changed files
with
199 additions
and
152 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -5,25 +5,25 @@ import image3 from "../../Assets/Contact Us/Dilanga Harshani.png"; | |
|
||
const ContactUs = () => { | ||
return ( | ||
<div className="contactUsDiv"> | ||
<div className="contactUsDiv bg-secondary"> | ||
<div className="contactUsHead"> | ||
<div className="shape"> | ||
<h1> | ||
<h1 className="font-sfont font-semibold tracking-wider"> | ||
<span>Contact Us</span> | ||
</h1> | ||
</div> | ||
</div> | ||
<div className="contactUsDivRow"> | ||
<div className="contactUsColumn"> | ||
<div className="contactUsDivRow text-neutral-100 font-pfont"> | ||
<div className="contactUsColumn "> | ||
<div className="ocPeopleImageDiv1"> | ||
<img src={image1} alt="Avatar" className="ocPeopleImage" /> | ||
</div> | ||
<div className="nameDivContactUs"> | ||
<div className="nameDivContactUs text-neutral-50 font-pfont tracking-wide text-xl"> | ||
<p> | ||
<b>Ms. Uthpalani Jayasinghe</b> | ||
Ms. Uthpalani Jayasinghe | ||
</p> | ||
</div> | ||
<div className="roleDivContactUs"> | ||
<div className="roleDivContactU"> | ||
<p>Chairperson</p> | ||
</div> | ||
<div className="phoneNumberDiv"> | ||
|
@@ -32,7 +32,7 @@ const ContactUs = () => { | |
</p> | ||
</div> | ||
<div className="emailDiv"> | ||
<p> | ||
<p className="tracking-widest font-pfont"> | ||
<b className="fas fa-envelope">[email protected]</b> | ||
</p> | ||
</div> | ||
|
@@ -41,9 +41,9 @@ const ContactUs = () => { | |
<div className="ocPeopleImageDiv2"> | ||
<img src={image2} alt="Avatar" className="ocPeopleImage" /> | ||
</div> | ||
<div className="nameDivContactUs"> | ||
<div className="nameDivContactUs text-neutral-50 font-pfont tracking-wide text-lg"> | ||
<p> | ||
<b>Ms. Oshani Wickramasinghe</b> | ||
Ms. Oshani Wickramasinghe | ||
</p> | ||
</div> | ||
<div className="roleDivContactUs"> | ||
|
@@ -55,47 +55,41 @@ const ContactUs = () => { | |
</p> | ||
</div> | ||
<div className="emailDiv"> | ||
<p> | ||
<p className="tracking-widest font-pfont"> | ||
<b className="fas fa-envelope">[email protected]</b> | ||
</p> | ||
</div> | ||
</div> | ||
<div className="contactUsColumn"> | ||
<div className="ocPeopleImageDiv3"> | ||
<div className="ocPeopleImageDiv2"> | ||
<img src={image3} alt="Avatar" className="ocPeopleImage" /> | ||
</div> | ||
<div className="nameDivContactUs"> | ||
<div className="nameDivContactUs text-neutral-50 font-pfont tracking-wide text-lg"> | ||
<p> | ||
<b>Ms. Dilanga Harshani</b> | ||
Ms. Dilanga Harshani | ||
</p> | ||
</div> | ||
<div className="roleDivContactUs"> | ||
<p>Secretary</p> | ||
</div> | ||
<div className="phoneNumberDiv"> | ||
<p> | ||
<i className="fas fa-phone-alt"></i> +94 70 1 665 087 | ||
<i className="fas fa-phone-alt"></i> +94 70 166 5087 | ||
</p> | ||
</div> | ||
<div className="emailDiv"> | ||
<p> | ||
<b className="fas fa-envelope"> | ||
Email: [email protected] | ||
</b> | ||
<p className="tracking-widest font-pfont"> | ||
<b className="fas fa-envelope">[email protected]</b> | ||
</p> | ||
</div> | ||
</div> | ||
<div className="contactUsColumn"> | ||
<div className="ocPeopleImageDiv4"> | ||
<img | ||
src="https://www.w3schools.com/howto/img_avatar.png" | ||
alt="Avatar" | ||
className="ocPeopleImage" | ||
/> | ||
</div> | ||
<div className="nameDivContactUs"> | ||
<div className="ocPeopleImageDiv2"> | ||
<img src={image2} alt="Avatar" className="ocPeopleImage" /> | ||
</div> | ||
<div className="nameDivContactUs text-neutral-50 font-pfont tracking-wide text-lg"> | ||
<p> | ||
<b>Ms. Buddhi Yapa</b> | ||
Ms. Buddhi Yapa | ||
</p> | ||
</div> | ||
<div className="roleDivContactUs"> | ||
|
@@ -107,8 +101,8 @@ const ContactUs = () => { | |
</p> | ||
</div> | ||
<div className="emailDiv"> | ||
<p> | ||
<b className="fas fa-envelope">[email protected]</b> | ||
<p className="tracking-widest font-pfont"> | ||
<b className="fas fa-envelope">[email protected]</b> | ||
</p> | ||
</div> | ||
</div> | ||
|
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,4 +1,4 @@ | ||
* { | ||
/* * { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
@@ -32,4 +32,4 @@ | |
.contactUsColumn { | ||
width: 50%; | ||
} | ||
} | ||
} */ |
Oops, something went wrong.