-
Notifications
You must be signed in to change notification settings - Fork 0
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 #105 from lamn18/master
RC1 Release
- Loading branch information
Showing
12 changed files
with
14,301 additions
and
61 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
File renamed without changes.
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
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 |
---|---|---|
|
@@ -12,18 +12,25 @@ class ContactUs extends Component { | |
|
||
render() { | ||
return ( | ||
<div id="contactUs"> | ||
|
||
<h1>Contact Us</h1> | ||
<p> | ||
If you have any issues, contact us at <h6>[email protected] </h6> | ||
and we will respond as soon as possible | ||
</p> | ||
<div class = "links"> | ||
<li><a href="https://github.com/SCCapstone/WebEvents">Our Github</a></li> | ||
<li><a href="https://capstone.cse.sc.edu/">USC Capstone Website</a></li> | ||
</div> | ||
|
||
<div> | ||
<div class="intro-banner img-cont"> | ||
<img | ||
class="object-fit_cover" | ||
src="homepageBanner.jpg" | ||
alt="home-major-image-1" | ||
/> | ||
</div> | ||
<div class="MainBody-inner center"> | ||
<h1>Contact Us</h1> | ||
<p> | ||
If you have any issues, contact us at <h6>[email protected] </h6> | ||
and we will respond as soon as possible | ||
</p> | ||
<div class = "links"> | ||
<li><a href="https://github.com/SCCapstone/WebEvents">Our Github</a></li> | ||
<li><a href="https://capstone.cse.sc.edu/">USC Capstone Website</a></li> | ||
</div> | ||
</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
Oops, something went wrong.