add some social icons for toads
This commit is contained in:
parent
56d9cad53e
commit
ed3c834d07
3 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,8 @@ layout: default
|
|||
---
|
||||
|
||||
<div class="page crapaud">
|
||||
{% if page.twitter %}<a href="https://twitter.com/{{ page.twitter }}" class="crap-social"><i class="iconside iconm-twitter"> </i></a>{% endif %}
|
||||
{% if page.linkedin %}<a href="{{ page.twitter }}" class="crap-social"><i class="iconside iconm-linkedin2"> </i></a>{% endif %}
|
||||
<h1 class="page-title">{{ page.title }}</h1>
|
||||
{% if page.description %}
|
||||
<div class="description">{{ page.description}}</div>
|
||||
|
|
|
@ -6,6 +6,8 @@ title: Yamina Saheb
|
|||
description: Fondatrice et dirigeante du réseau OpenExp
|
||||
photo: yamina_saheb.jpg
|
||||
published: true
|
||||
twitter: "@ysaheb"
|
||||
linkedin: "https://www.linkedin.com/in/yamina-saheb-9b805a6?ppe=1"
|
||||
---
|
||||
|
||||
Ses admirateurs la décrivent comme “une force de la nature”, alors que ses détracteurs disent qu’elle est plutôt « un tsunami ». Qu’importe ! Des surnoms, elle en a depuis sa plus tendre enfance.
|
||||
|
|
|
@ -54,3 +54,7 @@
|
|||
.social-icons {
|
||||
float: right;
|
||||
}
|
||||
.crap-social {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue