Ajout de noopener pour la sécurité + Modification des titres dans l'edition

This commit is contained in:
Anthony Dumas 2019-03-24 00:17:57 +01:00
parent b4cffb8306
commit 9a1c7ebac5

View File

@ -33,32 +33,34 @@
<div class="card"> <div class="card">
<div class="card-image"> <div class="card-image">
<figure id="photoProfil" class="image"> <figure id="photoProfil" class="image">
<img src="images/profile_opt.jpg" alt="Placeholder image"> <img src="images/profile_opt.jpg" alt="Une Photo de moi">
</figure> </figure>
</div> </div>
<div class="card-content"> <div class="card-content">
<div class="media"> <div class="media">
<div class="media-content"> <div class="media-content">
<p class="buttons are-large "> <p class="buttons are-large ">
<a class="button" href="https://github.com/AdamasFR" target="_blank"> <a class="button" rel="noopener" href="https://github.com/AdamasFR" target="_blank">
<span class="icon is-large"> <span class="icon is-large">
<i class="fab icon-github-alt"></i> <i class="fab icon-github-alt"></i>
</span> </span>
</a> </a>
<a class="button" href="https://www.linkedin.com/in/anthonyyvondumas/" <a class="button" rel="noopener" href="https://www.linkedin.com/in/anthonyyvondumas/"
target="_blank"> target="_blank">
<span class="icon"> <span class="icon">
<i class="fab icon-linke-square"></i> <i class="fab icon-linke-square"></i>
</span> </span>
</a> </a>
<a class="button" href="https://www.twitter.com/anthony__dumas" target="_blank"> <a class="button" rel="noopener" href="https://www.twitter.com/anthony__dumas"
target="_blank">
<span class="icon"> <span class="icon">
<i class="fab icon-twit"></i> <i class="fab icon-twit"></i>
</span> </span>
</a> </a>
</p> </p>
<p> <p>
<h1 class="displayOnlyOnPrint">Anthony Dumas</h1> <p class="displayOnlyOnPrint">Anthony Dumas</p>
<p class="displayOnlyOnPrint">anthony[arobase]dumas.cc</p>
<p class="dontPrint"><noscript>anthony[arobase]dumas.cc</noscript></p> <p class="dontPrint"><noscript>anthony[arobase]dumas.cc</noscript></p>
</p> </p>
</div> </div>
@ -160,7 +162,7 @@
</h2> </h2>
<div class="columns"> <div class="columns">
<div class="column is-3 is-offset-2-desktop"> <div class="column is-3 is-offset-2-desktop">
<a id="btn-mail" disabled class="button is-large is-fullw-mobile"> <a id="btn-mail" disabled class="button is-large is-fullw-mobile" alt="Contactez moi par mail a anthony arobase dumas point cc !">
<span class="icon"> <span class="icon">
<i class="fab icon-envelope-open"></i> <i class="fab icon-envelope-open"></i>
</span> </span>
@ -168,7 +170,7 @@
</a> </a>
</div> </div>
<div class="column is-3"> <div class="column is-3">
<a class="button is-large is-fullw-mobile" href="https://www.linkedin.com/in/anthonyyvondumas/" <a class="button is-large is-fullw-mobile" rel="noopener" href="https://www.linkedin.com/in/anthonyyvondumas/"
target="_blank"> target="_blank">
<span class="icon"> <span class="icon">
<i class="fab icon-linke-square"></i> <i class="fab icon-linke-square"></i>
@ -177,7 +179,7 @@
</a> </a>
</div> </div>
<div class="column is-3"> <div class="column is-3">
<a class="button is-large is-fullw-mobile" href="https://t.me/adamas_FR" target="_blank"> <a class="button is-large is-fullw-mobile" rel="noopener" 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>
@ -185,7 +187,7 @@
</a> </a>
</div> </div>
<div class="column is-3"> <div class="column is-3">
<a class="button is-large is-fullw-mobile is-hidden-tablet" href="https://github.com/AdamasFR" <a class="button is-large is-fullw-mobile is-hidden-tablet" rel="noopener" href="https://github.com/AdamasFR"
target="_blank"> target="_blank">
<span class="icon"> <span class="icon">
<i class="fab icon-github-alt"></i> <i class="fab icon-github-alt"></i>
@ -204,7 +206,7 @@
<div class="column is-8-desktop is-offset-2-desktop"> <div class="column is-8-desktop is-offset-2-desktop">
<p> <p>
<strong class="has-text-weight-semibold"> <strong class="has-text-weight-semibold">
<a href="https://anthony-dumas.fr">anthony-dumas.fr</a> <a rel="noopener" href="https://anthony-dumas.fr">anthony-dumas.fr</a>
</strong> </strong>
</p> </p>
<p> <p>
@ -214,14 +216,15 @@
</p> </p>
<p> <p>
<small> <small>
Source code licensed <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a> Source code licensed <a rel="noopener" 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" target="_blank"> <a rel="noopener" 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" target="_blank"> <a rel="noopener" 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>