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:
authorAllan Nordhøy <epost@anotheragency.no>2019-11-27 08:53:37 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-27 08:53:37 +0300
commitc6742c70a1531adcdb73707d2221483ac28410c0 (patch)
treee56e786d829e7c7d60b1ebd439befcdbc2fd64cb /_includes
parentb34f8ef3aeafbf7d38d1d4f1cce08d631f1b30bd (diff)
All links in footer
Diffstat (limited to '_includes')
-rw-r--r--_includes/social-share.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_includes/social-share.html b/_includes/social-share.html
index de1d991..23318a5 100644
--- a/_includes/social-share.html
+++ b/_includes/social-share.html
@@ -10,4 +10,14 @@
<a href="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
+
+ <a href="https://gitlab.com/Remmina/Remmina/wikis/home={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Our Wiki"><i class="fa fa-fw fa-wikipedia-w" aria-hidden="true"></i><span> Our Wiki</span></a>
+
+ <a href="https://matrix.to/#/+remmina:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Matrix"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Matrix</span></a>
+
+ <a href="https://matrix.to/#/+remmina-room:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Room</span></a>
+
+ <a href="https://lists.remmina.org/listinfo/users={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Mailing list"><i class="fa fa-fw fa-envelope-open" aria-hidden="true"></i><span> Mailing list</span></a>
+
+ <a href="https://kiwiirc.com/client/irc.freenode.net/?nick=remminer|?#remmina/={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} IRC #remmina @ freenode"><i class="fa fa-fw fa-commenting" aria-hidden="true"></i><span> IRC #remmina @ freenode</span></a>
</section>