Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-23 00:58:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-23 00:58:42 +0300
commitfcd5890ffa1714a8abf771efcd6f24dadd6b4375 (patch)
tree33f8d271b86d09b17c0ec95171d6712dadd294c0
parenta245d672a335eaf1dee0b86313488a61491957ba (diff)
Fixed author overlay
-rw-r--r--_data/authors.yml10
-rw-r--r--_layouts/authors.html2
2 files changed, 8 insertions, 4 deletions
diff --git a/_data/authors.yml b/_data/authors.yml
index 3ca24d8..b55068b 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -5,8 +5,10 @@ Antenore Gatta:
bio: "<strong>Remmina Maintainer & Developer</strong></br>A proud and busy Hacker, Father and IBMer."
avatar: "/assets/images/Antenore_Gatta.jpg"
location: "Switzerland"
- linkedin: "antenore"
+ gitlab: "antenore"
+ github: "antenore"
twitter: "agatta"
+ linkedin: "antenore"
Giovanni Panozzo:
name: "Giovanni Panozzo"
@@ -14,9 +16,9 @@ Giovanni Panozzo:
bio: "<strong>Remmina Maintainer & Developer</strong></br>System intergrator, sometimes programmer, father and earth inhabitant"
avatar: "/assets/images/Giovanni.jpg"
location: "Vicenza, Italy"
- twitter: "giox069"
gitlab: "giox069"
github: "giox069"
+ twitter: "giox069"
linkedin: "giovanni-panozzo-b1480759"
Dario Cavedon:
@@ -26,5 +28,7 @@ Dario Cavedon:
bio: "<strong>Remmina Community Manager</strong></br>Sometimes lazy & sleepy as a cat, most of the time smart, fast & curious...as a cat. Linux evangelist,ubuntero, blogger, omnivorous reader, and.. something else"
avatar: "/assets/images/Dario.jpg"
location: "Vicenza, Italy"
- linkedin: "dario-cavedon"
+ gitlab: "ic3d"
+ github: "ic3d"
twitter: "dcavedon"
+ linkedin: "dario-cavedon"
diff --git a/_layouts/authors.html b/_layouts/authors.html
index ecae03b..384fe4c 100644
--- a/_layouts/authors.html
+++ b/_layouts/authors.html
@@ -29,7 +29,7 @@ class: wide
{% endif %}
{% endif %}
</div>
- <div class="author__content">
+ <div class="author__content" style="background-color:rgba(255,255,255,0.7);">
{% if author[1].home %}
<a href="{{ author_link }}"><h3 class="author__name" itemprop="name">{{ author[1].name }}</h3></a>
{% else %}