Ajout du contact Telegram + target blank sur les liens sortants

This commit is contained in:
Anthony Dumas 2019-03-15 00:44:34 +01:00
parent b9484bdc94
commit 581ae2b75a

View File

@ -40,13 +40,14 @@
<div class="media-content"> <div class="media-content">
<p class="title is-4">Anthony Dumas</p> <p class="title is-4">Anthony Dumas</p>
<p class="buttons are-small"> <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"> <span class="icon is-small">
<i class="fab icon-github-alt"></i> <i class="fab icon-github-alt"></i>
</span> </span>
<span>GitHub</span> <span>GitHub</span>
</a> </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"> <span class="icon is-small">
<i class="fab icon-linke-square"></i> <i class="fab icon-linke-square"></i>
</span> </span>
@ -159,7 +160,7 @@
</a> </a>
</div> </div>
<div class="column is-3 hasContent"> <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"> <span class="icon">
<i class="fab icon-linke-square"></i> <i class="fab icon-linke-square"></i>
</span> </span>
@ -167,7 +168,7 @@
</a> </a>
</div> </div>
<div class="column is-3 hasContent"> <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"> <span class="icon">
<i class="fab icon-teleg"></i> <i class="fab icon-teleg"></i>
</span> </span>
@ -196,14 +197,14 @@
</p> </p>
<p> <p>
<small> <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> </small>
</p> </p>
<p style="margin-top: 1rem;"> <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"> <img src="images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
</a> </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"> <img src="images/poweredByInfomaniak.bmp" alt="Powered By Infomaniak.com" width="70">
</a> </a>
</p> </p>