-
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.
- Loading branch information
1 parent
f0243e3
commit 5625b5b
Showing
11 changed files
with
144 additions
and
44 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,20 +3,20 @@ import github from '../../assets/icons/github.png'; | |
|
||
const Contact = () => { | ||
return ( | ||
<div className='contact-section'> | ||
<div className='contact'> | ||
<h2>Contact</h2> | ||
<div className='email-container'> | ||
<div className='contact__email-container'> | ||
<p>Email me at</p> | ||
<a href='mailto:[email protected]'> | ||
<p className='email'> [email protected]</p> | ||
<p className='contact__email'> [email protected]</p> | ||
</a> | ||
</div> | ||
<div className='social-icons-container'> | ||
<div className='contact__socials-container'> | ||
<a href='https://www.linkedin.com/in/rachel-soae-prather'> | ||
<img className='social-icon' src={linkedin} alt='LinkedIn' /> | ||
<img className='contact__social' src={linkedin} alt='LinkedIn' /> | ||
</a> | ||
<a href='https://github.com/rachelsoae'> | ||
<img className='social-icon' src={github} alt='GitHub' /> | ||
<img className='contact__social' src={github} alt='GitHub' /> | ||
</a> | ||
</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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.