Viadeo and LinkedIn links

pull/1/head
Jalil Arfaoui 2015-11-25 15:37:50 +01:00
parent 4cdc2192a6
commit aaaf777765
5 changed files with 26 additions and 2 deletions

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

View File

@ -25,6 +25,17 @@
<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="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>
<p class="Centered">

View File

@ -20,14 +20,27 @@ body {
}
img#logo{
width: 500px;
margin-bottom: 50px;
margin-bottom: 20px;
}
p#domain {
margin-bottom: 40px;
font-size: 1.5em;
font-size: 1.7em;
font-weight: 200;
}
p#moreInfo {
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 {
bottom: 0;