some relooking on tisseurs page

This commit is contained in:
mose 2020-09-12 04:34:17 +08:00
parent 63abf6e1f9
commit de46274f27
2 changed files with 20 additions and 8 deletions

View file

@ -1,7 +1,18 @@
.avatar {
display: inline;
vertical-align: middle;
/* width: 50px;
height: 50px; */
border-radius: 50%;
}
display: inline;
vertical-align: middle;
/* width: 50px;
height: 50px; */
border-radius: 50%;
}
.tisseur img {
float: left;
margin-right: 1em;
}
.tisseur h3 {
margin: 0;
}
.tisseur p {
margin: 0;
margin-bottom: .5em;
}

View file

@ -3,8 +3,9 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{{ range $tisseur := .Site.Data.tisseurs }}
<div class="well">
<h3><img class="avatar" src="https://www.gravatar.com/avatar/{{ $tisseur.gravatar }}?d=robohash&r=g"/>{{ $tisseur.nom }}</h3>
<div class="well tisseur">
<img class="avatar" src="https://www.gravatar.com/avatar/{{ $tisseur.gravatar }}?d=robohash&r=g"/>
<h3>{{ $tisseur.nom }}</h3>
{{ if $tisseur.info }}
<p>{{ $tisseur.info }}</p>
{{ end }}