Viadeo and LinkedIn links
This commit is contained in:
parent
4cdc2192a6
commit
aaaf777765
5 changed files with 26 additions and 2 deletions
BIN
img/linkedin-icon-white-128.png
Normal file
BIN
img/linkedin-icon-white-128.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 18 KiB |
BIN
img/linkedin-icon-white-4096.png
Normal file
BIN
img/linkedin-icon-white-4096.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 114 KiB |
BIN
img/viadeo-icon-white-128.png
Normal file
BIN
img/viadeo-icon-white-128.png
Normal file
Binary file not shown.
After ![]() (image error) 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="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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue