Add icons and links to home page
This commit is contained in:
parent
b74cdb15bc
commit
cf678c636b
BIN
public/icons/exercism.webp
Normal file
BIN
public/icons/exercism.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 988 B |
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB |
BIN
public/icons/github.webp
Normal file
BIN
public/icons/github.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/icons/linkedin.webp
Normal file
BIN
public/icons/linkedin.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 950 B |
BIN
public/icons/stackoverflow.webp
Normal file
BIN
public/icons/stackoverflow.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 984 B |
@ -22,9 +22,20 @@ const Home = () => {
|
|||||||
</ul>
|
</ul>
|
||||||
<p>I am based in Helmond, the Netherlands.</p>
|
<p>I am based in Helmond, the Netherlands.</p>
|
||||||
<p>
|
<p>
|
||||||
<i>Github page:</i>
|
|
||||||
<a href="https://github.com/PA4KEV" target="_blank" rel="noopener noreferrer">
|
<a href="https://github.com/PA4KEV" target="_blank" rel="noopener noreferrer">
|
||||||
<img src={`${process.env.PUBLIC_URL}/icons/github.png`} alt="github icon"/>
|
<img src={`${process.env.PUBLIC_URL}/icons/github.webp`} alt="github icon"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://www.linkedin.com/in/kevin-van-der-vleuten-b190b032/" target="_blank" rel="noopener noreferrer">
|
||||||
|
<img src={`${process.env.PUBLIC_URL}/icons/linkedin.webp`} alt="linkedin icon"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://exercism.io/profiles/PA4KEV" target="_blank" rel="noopener noreferrer">
|
||||||
|
<img src={`${process.env.PUBLIC_URL}/icons/exercism.webp`} alt="exercism icon"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://stackoverflow.com/users/6340687/pa4kev" target="_blank" rel="noopener noreferrer">
|
||||||
|
<img src={`${process.env.PUBLIC_URL}/icons/stackoverflow.webp`} alt="stackoverflow icon"/>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user