add some social icons for toads

This commit is contained in:
mose 2017-08-29 04:49:04 +08:00
parent 56d9cad53e
commit ed3c834d07
3 changed files with 8 additions and 0 deletions

View file

@ -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>

View file

@ -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 quelle est plutôt « un tsunami ». Quimporte ! Des surnoms, elle en a depuis sa plus tendre enfance.

View file

@ -54,3 +54,7 @@
.social-icons {
float: right;
}
.crap-social {
float: right;
margin-left: 10px;
}