Code Formating

This commit is contained in:
Anthony Dumas 2021-01-03 01:31:14 +01:00
parent 8804be802c
commit d9a6166f12
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@ class MainCard extends Component {
lien="https://www.twitter.com/anthony__dumas"/>
</p>
<p id="boutonCV" class="buttons are-large">
<a class="button is-fullwidth" rel="noopener" target="_blank"
<a class="button is-fullwidth" rel="noreferrer noopener" target="_blank"
href="https://files.adm.ink/anthony-dumas-cv.pdf" >
<span class="icon">
<i class="fab icon-file-pdf-o"></i>

View File

@ -48,12 +48,12 @@ export default class MenuComponent extends Component {
<div id="langButtons" class="is-hidden-touch">
<div>
<div class="buttons">
<a class="button is-light" onClick={this.honhonhon}>
<span class="button is-light" onClick={this.honhonhon}>
En Français 🇫🇷
</a>
<a class="button is-light" onClick={this.heygovna}>
</span>
<span class="button is-light" onClick={this.heygovna}>
In English 🇮🇪
</a>
</span>
</div>
</div>
</div>