-
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.
tbh this is still quite out of date and could use a lot more updates, but this is fine for now
- Loading branch information
Showing
10 changed files
with
7,554 additions
and
7,590 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
1 change: 0 additions & 1 deletion
1
src/assets/icons/alternate_email_FILL0_wght400_GRAD0_opsz48.svg
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,33 +1,37 @@ | ||
import ghLogo from "../assets/icons/github64.png"; | ||
import liLogo from "../assets/icons/linkedin.png"; | ||
import emailLogo from "../assets/icons/alternate_email_FILL0_wght400_GRAD0_opsz48.svg"; | ||
import scLogo from "../assets/icons/soundcloud.png"; | ||
import Section from "./subcomponents/Section"; | ||
|
||
export default function Contact() { | ||
return ( | ||
<Section name="where you can find me"> | ||
<Section name="contact me"> | ||
<div className="contacts-container"> | ||
<a | ||
href="https://www.linkedin.com/in/rafael-gil-diaz/" | ||
rel="noreferrer" | ||
target="_blank" | ||
> | ||
<img src={liLogo} alt="linkedin" /> | ||
</a> | ||
<a href="https://github.com/rgildiaz" rel="noreferrer" target="_blank"> | ||
<img src={ghLogo} alt="github" /> | ||
</a> | ||
<a href="mailto:[email protected]" rel="noreferrer" target="_blank"> | ||
<img src={emailLogo} alt="email" /> | ||
</a> | ||
<a | ||
href="https://soundcloud.com/rafigildiaz" | ||
rel="noreferrer" | ||
target="_blank" | ||
> | ||
<img src={scLogo} alt="soundcloud" /> | ||
</a> | ||
<div> | ||
<a | ||
href="https://www.linkedin.com/in/rafael-gil-diaz/" | ||
rel="noreferrer" | ||
target="_blank" | ||
> | ||
</a> | ||
</div> | ||
<div> | ||
<a href="https://github.com/rgildiaz" rel="noreferrer" target="_blank"> | ||
github | ||
</a> | ||
</div> | ||
<div> | ||
<a href="mailto:[email protected]" rel="noreferrer" target="_blank"> | ||
</a> | ||
</div> | ||
<div> | ||
<a | ||
href="https://soundcloud.com/rafigildiaz" | ||
rel="noreferrer" | ||
target="_blank" | ||
> | ||
soundcloud | ||
</a> | ||
</div> | ||
</div> | ||
</Section> | ||
); | ||
|
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.