Skip to content

Commit

Permalink
Update Contact.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanwoga authored Jun 3, 2024
1 parent 69aeeb2 commit f1b40a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/contact/Contact.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
iimport React from 'react'
import './contact.css'
import {IoLogoLinkedin, IoMail} from 'react-icons/io5'
import {GoMarkGithub} from 'react-icons/go'
Expand All @@ -9,15 +9,15 @@ function Contact() {
<h1 className='section-header'>Let's Connect</h1>
<div className='contact-content'>
<div className='contact-list'>
{//<a href='https://www.linkedin.com/in/chimsara/' target="_blank" rel="noopener noreferrer"><IoLogoLinkedin className='linkedin-icon'/> </a>
//<a href="https://github.com/chimsara" target="_blank" rel="noopener noreferrer"><GoMarkGithub className='github-icon'/> </a>
//<a href="mailto: chimsarae@gmail.com" target="_blank" rel="noopener noreferrer"><IoMail className='email-icon'/> </a>
{//<a href='https://www.linkedin.com/in/ericanwoga/' target="_blank" rel="noopener noreferrer"><IoLogoLinkedin className='linkedin-icon'/> </a>
//<a href="https://github.com/ericanwoga" target="_blank" rel="noopener noreferrer"><GoMarkGithub className='github-icon'/> </a>
//<a href="mailto: nwoga.erica@gmail.com" target="_blank" rel="noopener noreferrer"><IoMail className='email-icon'/> </a>
}
<a href='https://www.linkedin.com/in/chimsara/' target="_blank" rel="noopener noreferrer" className='linkedin-icon'>
<a href='https://www.linkedin.com/in/ericanwoga/' target="_blank" rel="noopener noreferrer" className='linkedin-icon'>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linkedin/linkedin-original.svg" alt="linkedin" title="LinkedIn"/>
</a>
<a href="mailto: chimsarae@gmail.com" target="_blank" rel="noopener noreferrer"><IoMail className='email-icon'/></a>
<a href="https://github.com/chimsara" target="_blank" rel="noopener noreferrer"><GoMarkGithub className='github-icon'/> </a>
<a href="mailto: nwoga.erica@gmail.com" target="_blank" rel="noopener noreferrer"><IoMail className='email-icon'/></a>
<a href="https://github.com/ericanwoga" target="_blank" rel="noopener noreferrer"><GoMarkGithub className='github-icon'/> </a>

</div>

Expand All @@ -26,4 +26,4 @@ function Contact() {
)
}

export default Contact
export default Contact

0 comments on commit f1b40a8

Please sign in to comment.