Ajout de noopener pour la sécurité + Modification des titres dans l'edition
This commit is contained in:
parent
b4cffb8306
commit
9a1c7ebac5
29
index.html
29
index.html
@ -33,32 +33,34 @@
|
||||
<div class="card">
|
||||
<div class="card-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>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<div class="media">
|
||||
<div class="media-content">
|
||||
<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">
|
||||
<i class="fab icon-github-alt"></i>
|
||||
</span>
|
||||
</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">
|
||||
<span class="icon">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
</span>
|
||||
</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">
|
||||
<i class="fab icon-twit"></i>
|
||||
</span>
|
||||
</a>
|
||||
</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>
|
||||
</div>
|
||||
@ -160,7 +162,7 @@
|
||||
</h2>
|
||||
<div class="columns">
|
||||
<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">
|
||||
<i class="fab icon-envelope-open"></i>
|
||||
</span>
|
||||
@ -168,7 +170,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<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">
|
||||
<span class="icon">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
@ -177,7 +179,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<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">
|
||||
<i class="fab icon-teleg"></i>
|
||||
</span>
|
||||
@ -185,7 +187,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<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">
|
||||
<span class="icon">
|
||||
<i class="fab icon-github-alt"></i>
|
||||
@ -204,7 +206,7 @@
|
||||
<div class="column is-8-desktop is-offset-2-desktop">
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
<p>
|
||||
@ -214,14 +216,15 @@
|
||||
</p>
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
<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">
|
||||
</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">
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user