ajout bouton artstation
All checks were successful
All checks were successful
This commit is contained in:
parent
d51f0627cc
commit
7688d1d8d9
@ -64,9 +64,13 @@
|
|||||||
<img class="icone icone-son" aria-hidden="true" src="vector/sound-off.svg">
|
<img class="icone icone-son" aria-hidden="true" src="vector/sound-off.svg">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a id="youtube-link" class="master_button" href="https://vimeo.com/user59930690">
|
<a id="vimeo-link" class="master_button" href="https://vimeo.com/user59930690">
|
||||||
<i class="fa fa-vimeo fa-2x" aria-hidden="true"></i>
|
<i class="fa fa-vimeo fa-2x" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a id="artstation-link" class="master_button" href="https://www.artstation.com/maxspiegel">
|
||||||
|
<i class="fa fa-artstation fa-2x" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="bg-primary" id="about">
|
<section class="bg-primary" id="about">
|
||||||
|
@ -22,9 +22,12 @@ header.masthead {
|
|||||||
#video-sound {
|
#video-sound {
|
||||||
right: 2rem;
|
right: 2rem;
|
||||||
}
|
}
|
||||||
#youtube-link {
|
#vimeo-link {
|
||||||
left: 2rem;
|
left: 2rem;
|
||||||
}
|
}
|
||||||
|
#artstation-link {
|
||||||
|
left: 4rem;
|
||||||
|
}
|
||||||
.icone {
|
.icone {
|
||||||
width: 1.1rem;
|
width: 1.1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
@ -63,9 +66,12 @@ header.masthead {
|
|||||||
#video-sound {
|
#video-sound {
|
||||||
right: 4rem;
|
right: 4rem;
|
||||||
}
|
}
|
||||||
#youtube-link {
|
#vimeo-link {
|
||||||
left: 4rem;
|
left: 4rem;
|
||||||
}
|
}
|
||||||
|
#artstation-link {
|
||||||
|
left: 6rem;
|
||||||
|
}
|
||||||
.icone {
|
.icone {
|
||||||
width: 2.2rem;
|
width: 2.2rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user