Ajout du contact Telegram + target blank sur les liens sortants
This commit is contained in:
parent
b9484bdc94
commit
581ae2b75a
15
index.html
15
index.html
@ -40,13 +40,14 @@
|
||||
<div class="media-content">
|
||||
<p class="title is-4">Anthony Dumas</p>
|
||||
<p class="buttons are-small">
|
||||
<a class="button" href="https://github.com/AdamasFR">
|
||||
<a class="button" href="https://github.com/AdamasFR" target="_blank">
|
||||
<span class="icon is-small">
|
||||
<i class="fab icon-github-alt"></i>
|
||||
</span>
|
||||
<span>GitHub</span>
|
||||
</a>
|
||||
<a class="button" href="https://www.linkedin.com/in/anthonyyvondumas/">
|
||||
<a class="button" href="https://www.linkedin.com/in/anthonyyvondumas/"
|
||||
target="_blank">
|
||||
<span class="icon is-small">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
</span>
|
||||
@ -159,7 +160,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="column is-3 hasContent">
|
||||
<a class="button is-large" href="https://www.linkedin.com/in/anthonyyvondumas/">
|
||||
<a class="button is-large" href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
</span>
|
||||
@ -167,7 +168,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="column is-3 hasContent">
|
||||
<a class="button is-large " disabled href="#">
|
||||
<a class="button is-large" href="https://t.me/adamas_FR" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab icon-teleg"></i>
|
||||
</span>
|
||||
@ -196,14 +197,14 @@
|
||||
</p>
|
||||
<p>
|
||||
<small>
|
||||
Source code licensed <a href="http://opensource.org/licenses/mit-license.php">MIT</a>
|
||||
Source code licensed <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>
|
||||
</small>
|
||||
</p>
|
||||
<p style="margin-top: 1rem;">
|
||||
<a href="http://bulma.io">
|
||||
<a href="http://bulma.io" target="_blank">
|
||||
<img src="images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
|
||||
</a>
|
||||
<a href="https://www.infomaniak.com/fr">
|
||||
<a href="https://www.infomaniak.com/fr" target="_blank">
|
||||
<img src="images/poweredByInfomaniak.bmp" alt="Powered By Infomaniak.com" width="70">
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user