Viadeo and LinkedIn links
parent
4cdc2192a6
commit
aaaf777765
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
11
index.html
11
index.html
|
@ -25,6 +25,17 @@
|
||||||
<p class="Centered" id="domain">Artisanat logiciel : Création - Conseil - Formation</p>
|
<p class="Centered" id="domain">Artisanat logiciel : Création - Conseil - Formation</p>
|
||||||
|
|
||||||
<p class="Centered" id="moreInfo">Plus d'informations bientôt. </p>
|
<p class="Centered" id="moreInfo">Plus d'informations bientôt. </p>
|
||||||
|
|
||||||
|
<p class="Centered" id="contact">En attendant, <a href="mailto:bonjour@tiqa.fr">contactons-nous</a> !</p>
|
||||||
|
|
||||||
|
<div id="links" class="Centered">
|
||||||
|
<a href="http://www.linkedin.com/in/jalil" target="_blank">
|
||||||
|
<img src="img/linkedin-icon-white-128.png"/>
|
||||||
|
</a>
|
||||||
|
<a href="http://fr.viadeo.com/fr/profile/jalil.arfaoui" target="_blank">
|
||||||
|
<img src="img/viadeo-icon-white-128.png"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p class="Centered">
|
<p class="Centered">
|
||||||
|
|
|
@ -20,14 +20,27 @@ body {
|
||||||
}
|
}
|
||||||
img#logo{
|
img#logo{
|
||||||
width: 500px;
|
width: 500px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
p#domain {
|
p#domain {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
font-size: 1.5em;
|
font-size: 1.7em;
|
||||||
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
p#moreInfo {
|
p#moreInfo {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
p#contact{
|
||||||
|
font-size: 1.3em;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
p#contact a{
|
||||||
|
font-weight: 600;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
div#links img {
|
||||||
|
height: 64px;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue