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-22 17:39:03 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-22 17:39:03 +0300
commitf9750f73a17f005ad921770c81cb1f62133a7afa (patch)
treef4353cf799844c92dd9baf679d383d73a7fc5e7f
parent99cf4831890035bf9bd11f6424191ce3e2ae1e67 (diff)
Huge UI improvements
-rw-r--r--_data/authors.yml6
-rw-r--r--_data/navigation.yml14
-rw-r--r--_layouts/authors.html (renamed from _pages/authors.html)14
-rw-r--r--_layouts/blog.html18
-rw-r--r--_pages/authors.md9
-rw-r--r--_pages/blog.md7
-rw-r--r--_pages/testimonial.md13
-rw-r--r--assets/css/main.scss53
-rw-r--r--favicon.icobin0 -> 1406 bytes
-rw-r--r--index.md1
10 files changed, 101 insertions, 34 deletions
diff --git a/_data/authors.yml b/_data/authors.yml
index f4521e8..3ca24d8 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -1,7 +1,7 @@
Antenore Gatta:
name: "Antenore Gatta"
uri: "https://antenore.simbiosi.org"
- #email: "billy@rick.com"
+ #email: "antenore@simbiosi.org"
bio: "<strong>Remmina Maintainer & Developer</strong></br>A proud and busy Hacker, Father and IBMer."
avatar: "/assets/images/Antenore_Gatta.jpg"
location: "Switzerland"
@@ -11,7 +11,7 @@ Antenore Gatta:
Giovanni Panozzo:
name: "Giovanni Panozzo"
#email: "giovanni@panozzo.it"
- bio: "<strong>Remmina Maintainer & Developer</strong>"
+ 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"
@@ -22,7 +22,7 @@ Giovanni Panozzo:
Dario Cavedon:
name: "Dario Cavedon"
uri: "https://dariocavedon.blogspot.it"
- #email: "billy@rick.com"
+ #email: "dcavedon@gmail.com"
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"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index e7abc13..bfb226e 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -2,20 +2,22 @@
main:
- title: "Blog"
url: /blog/
+ - title: "Support"
+ url: /support/
- title: "Screenshots"
url: /screenshots/
- - title: "Donations"
- url: /donations/
+ - title: "About Us"
+ url: /authors/
- title: "Testimonials"
url: /testimonials/
- - title: "Meet Us"
- url: /authors/
- title: "Contributing"
url: /contributing-to-remmina
- - title: "Support"
- url: /support/
+ - title: "Donations"
+ url: /donations/
- title: "FAQ"
url: /faq/
+ - title: "Remmina Stats"
+ url: "http://www.remmina.org/stats/stats.html"
# - title: "Contributing to Remmina"
# url: /contributing-to-remmina
# - title: "Screenshots"
diff --git a/_pages/authors.html b/_layouts/authors.html
index d5f83c2..ecae03b 100644
--- a/_pages/authors.html
+++ b/_layouts/authors.html
@@ -1,13 +1,13 @@
---
-title: Authors
-author_profile: false
-permalink: /authors/
-layout: splash
-#classes: wide
+layout: single
+class: wide
---
+{{ content }}
+
{% for author in site.data.authors %}
-<div style="display:inline-block;">
+<div style="display:block;">
{% if author[1].avatar %}
+ <div style="display:flex;">
<div class="author__avatar">
{% if author[1].avatar contains "://" %}
{% assign author_src = author[1].avatar %}
@@ -260,5 +260,7 @@ layout: splash
{% endif %}
</ul>
</div>
+ </div>
+ <hr>
</div>
{% endfor %}
diff --git a/_layouts/blog.html b/_layouts/blog.html
new file mode 100644
index 0000000..0659c74
--- /dev/null
+++ b/_layouts/blog.html
@@ -0,0 +1,18 @@
+---
+layout: archive
+---
+
+{{ content }}
+
+{% assign postsByYear = site.posts | group_by_exp: 'post', 'post.date | date: "%Y"' %}
+{% for year in postsByYear %}
+ <section id="{{ year.name }}" class="taxonomy__section">
+ <h2 class="archive__subtitle">{{ year.name }}</h2>
+ <div class="entries-{{ page.entries_layout | default: 'list' }}">
+ {% for post in year.items %}
+ {% include archive-single.html type=page.entries_layout %}
+ {% endfor %}
+ </div>
+ <a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
+ </section>
+{% endfor %}
diff --git a/_pages/authors.md b/_pages/authors.md
new file mode 100644
index 0000000..8df587a
--- /dev/null
+++ b/_pages/authors.md
@@ -0,0 +1,9 @@
+---
+title: Who we are?
+excerpt: Meet our main daddies stack
+author_profile: false
+permalink: /authors/
+layout: authors
+---
+Meet our main daddies stack
+
diff --git a/_pages/blog.md b/_pages/blog.md
index f3ccc7a..e6d6466 100644
--- a/_pages/blog.md
+++ b/_pages/blog.md
@@ -1,10 +1,7 @@
---
-title: Blog
+title: Latest news
permalink: /blog/
date: 2018-06-19T18:45:26+00:00
author: Antenore Gatta
-layout: posts
-toc: true
-toc_label: "Table of Contents"
-toc_icon: "cog"
+layout: blog
---
diff --git a/_pages/testimonial.md b/_pages/testimonial.md
index b1f5b85..477d173 100644
--- a/_pages/testimonial.md
+++ b/_pages/testimonial.md
@@ -19,14 +19,15 @@ gallery:
Sometimes Remmina makes the difference, and when it happens are the Remminers, our beloved users, that send us a message to say thank you.
Here we keep track of them (when they agree), and if you want to show us some love, feel free to drop a us a message.
-* [Tim Richardson - GrowthPath founder](https://www.growthpath.com.au/people/growthpath-team-2)
- Remmina gives me a stable, advanced, easy-to-use and easy-to-update RDP client. It’s an essential component of using a Linux desktop in my consulting business, where I often need to access Windows servers. So I love using Remmina twice: the first time because it’s a great app, the second time because it makes the Linux desktop viable for me, and I love using Linux. This is why it’s one of the applications I support with a small monthly donation. Tim Richardson, GrowthPath (www.growthpath.com.au)
+<blockquote>Remmina gives me a stable, advanced, easy-to-use and easy-to-update RDP client. It’s an essential component of using a Linux desktop in my consulting business, where I often need to access Windows servers. So I love using Remmina twice: the first time because it’s a great app, the second time because it makes the Linux desktop viable for me, and I love using Linux. This is why it’s one of the applications I support with a small monthly donation. Tim Richardson, GrowthPath (www.growthpath.com.au)</blockquote>
-* Massimo Montelatici - Volunteer IT Consultant @[North Kinangop Catholic Hospital](http://www.northkinangop.com/index.php/en/)
+([Tim Richardson - GrowthPath founder](https://www.growthpath.com.au/people/growthpath-team-2))
- For a Remote Desktop application at North Kinangop Catholic Hospital in Kenya we were looking for a RDP client to be installed on 10 Raspberry PI 2 computers, equipped with Xubuntu. Remmina was the best solution for efficiency, reliability, look-and-feel. Kenyan people are very happy about Remmina, and they prefer it to the classic RDP connection for Windows, that is used on about 35 clients.
+<blockquote>For a Remote Desktop application at North Kinangop Catholic Hospital in Kenya we were looking for a RDP client to be installed on 10 Raspberry PI 2 computers, equipped with Xubuntu. Remmina was the best solution for efficiency, reliability, look-and-feel. Kenyan people are very happy about Remmina, and they prefer it to the classic RDP connection for Windows, that is used on about 35 clients.</blockquote>
-* Richard Lees - DevOps Engineer
+(Massimo Montelatici - Volunteer IT Consultant @[North Kinangop Catholic Hospital](http://www.northkinangop.com/index.php/en/))
- I use Remmina literally every day at work to manage 400+ SSH connections and a handful of RDP connections. Without it running Linux simply would not be possible as I’d have to use mRemote / Windows instead (or somehow, remember 400 hostnames off the top of my head!) As more and more people at our company switch over to Linux, I will ask about a company donation to the project also. Again many thanks for the good work!
+<blockquote>I use Remmina literally every day at work to manage 400+ SSH connections and a handful of RDP connections. Without it running Linux simply would not be possible as I’d have to use mRemote / Windows instead (or somehow, remember 400 hostnames off the top of my head!) As more and more people at our company switch over to Linux, I will ask about a company donation to the project also. Again many thanks for the good work!</blockquote>
+
+(Richard Lees - DevOps Engineer)
diff --git a/assets/css/main.scss b/assets/css/main.scss
index cfacdbe..b54536c 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -13,11 +13,11 @@
/* a:hover { color: #06e } /* user hovers */
/* a:active { color: #ccc } /* active links */
-a,
-a:link,
-a:active,
-a:visited,
-a:hover {
+a:not(.btn):not(#goog-wm-sb):not(.page__share),
+a:not(.btn):not(#goog-wm-sb):not(.page__share):link,
+a:not(.btn):not(#goog-wm-sb):not(.page__share):active,
+a:not(.btn):not(#goog-wm-sb):not(.page__share):visited,
+a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
color: #4a93dd;
text-decoration: none;
}
@@ -30,7 +30,7 @@ a:link {
text-decoration: none;
}
*/
-a:hover {
+a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
color: #4a93dd;
text-decoration:none;
text-shadow: 0 0 2px #999;
@@ -47,7 +47,7 @@ a:hover {
background-color: #20aa73;
}
-.page__content a:not(.btn):not(#goog-wm-sb):hover {
+.page__content a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
text-decoration-color: #20aa73;
text-shadow: 0 0 2px #999;
}
@@ -66,4 +66,43 @@ a:active {
text-decoration: none;
}
*/
+blockquote {
+ display:block;
+ background: #fff;
+ padding: 15px 20px 15px 45px;
+ margin: 0 0 20px;
+ position: relative;
+
+ /*Font*/
+ font-family: Georgia, serif;
+ font-size: 16px;
+ line-height: 1.2;
+ color: #666;
+ text-align: justify;
+ /*Borders - (Optional)*/
+ border-left: 5px solid #20aa73;
+ border-right: 2px solid #20aa73;
+
+ /*Box Shadow - (Optional)*/
+ -moz-box-shadow: 2px 2px 15px #ccc;
+ -webkit-box-shadow: 2px 2px 15px #ccc;
+ box-shadow: 2px 2px 15px #ccc;
+}
+blockquote::before {
+ content: "\201C";
+ /*Font*/
+ font-family: "Georgia", "serif";
+ font-size: 60px;
+ font-weight: bold;
+ color: #4a93dd;
+
+ /*Positioning*/
+ position: absolute;
+ left: 10px;
+ top:5px;
+}
+blockquote::after{
+ /*Reset to make sure*/
+ content: "";
+}
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..76ef6a0
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/index.md b/index.md
index 18553c0..c71f2f4 100644
--- a/index.md
+++ b/index.md
@@ -50,4 +50,3 @@ If you are not listed and you have contributed, feel free to update that file.
Licensed under the [GPLv2](http://www.opensource.org/licenses/GPL-2.0) license
Initially developed by [Vic Lee](https://github.com/llyzs)
-:qa