Code Formating
This commit is contained in:
parent
8804be802c
commit
d9a6166f12
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@ class MainCard extends Component {
|
|||||||
lien="https://www.twitter.com/anthony__dumas"/>
|
lien="https://www.twitter.com/anthony__dumas"/>
|
||||||
</p>
|
</p>
|
||||||
<p id="boutonCV" class="buttons are-large">
|
<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" >
|
href="https://files.adm.ink/anthony-dumas-cv.pdf" >
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<i class="fab icon-file-pdf-o"></i>
|
<i class="fab icon-file-pdf-o"></i>
|
||||||
|
@ -48,12 +48,12 @@ export default class MenuComponent extends Component {
|
|||||||
<div id="langButtons" class="is-hidden-touch">
|
<div id="langButtons" class="is-hidden-touch">
|
||||||
<div>
|
<div>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a class="button is-light" onClick={this.honhonhon}>
|
<span class="button is-light" onClick={this.honhonhon}>
|
||||||
En Français 🇫🇷
|
En Français 🇫🇷
|
||||||
</a>
|
</span>
|
||||||
<a class="button is-light" onClick={this.heygovna}>
|
<span class="button is-light" onClick={this.heygovna}>
|
||||||
In English 🇮🇪
|
In English 🇮🇪
|
||||||
</a>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user