feat: ajout des profils Malt, StackOverflow et Github
This commit is contained in:
parent
5a5c1a7027
commit
b2c14f264f
4 changed files with 10 additions and 1 deletions
BIN
img/Malt_Logo_White_RVB.png
Normal file
BIN
img/Malt_Logo_White_RVB.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 28 KiB |
BIN
img/github.png
Normal file
BIN
img/github.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 17 KiB |
BIN
img/stackoverflow.png
Normal file
BIN
img/stackoverflow.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.7 KiB |
11
index.html
11
index.html
|
@ -83,9 +83,18 @@
|
|||
<p class="Centered" id="contact"><a href="mailto:jalil@arfaoui.net">Contactons-nous</a> !</p>
|
||||
|
||||
<div id="links" class="Centered">
|
||||
<a href="http://www.linkedin.com/in/jalil" target="_blank">
|
||||
<a href="https://www.linkedin.com/in/jalil" target="_blank">
|
||||
<img src="img/linkedin-icon-white-128.png" alt="Profil LinkedIn"/>
|
||||
</a>
|
||||
<a href="https://www.malt.fr/profile/jalilarfaoui" target="_blank">
|
||||
<img src="img/Malt_Logo_White_RVB.png" alt="Profil Malt"/>
|
||||
</a>
|
||||
<a href="https://stackoverflow.com/users/162038/jalil" target="_blank">
|
||||
<img src="img/stackoverflow.png" alt="Profil StackOverflow"/>
|
||||
</a>
|
||||
<a href="https://github.com/JalilArfaoui" target="_blank">
|
||||
<img src="img/github.png" alt="Profil Github"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Reference in a new issue