-
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.
* Attendees * Resume * Fix resume links, layout --------- Co-authored-by: Jiong Yan Yap <[email protected]>
- Loading branch information
1 parent
40ba1ec
commit 45fb111
Showing
9 changed files
with
255 additions
and
726 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ const SideNav = ({ options }: Props) => { | |
return ( | ||
<div | ||
style={{ | ||
height: '100vh', | ||
backgroundColor: 'white', | ||
width: '250px', | ||
display: 'flex', | ||
|
@@ -55,9 +54,9 @@ const SideNav = ({ options }: Props) => { | |
))} | ||
</div> | ||
|
||
<div style={{width: '100%'}}> | ||
<div style={{ width: '100%' }}> | ||
<div style={{ fontSize: 11, margin: 25 }}> | ||
<div style={{marginBottom: 5}}>Contact HackSC Support</div> | ||
<div style={{ marginBottom: 5 }}>Contact HackSC Support</div> | ||
<div>(213)-513-1234</div> | ||
<div>[email protected]</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.