changeset 232c55d51566 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=232c55d51566
description:
Add to provider links to success stories
issue10034
review345411002
diffstat:
static/fonts/MaterialIcons-Regular.eot | Bin
static/fonts/MaterialIcons-Regular.ttf | Bin
static/fonts/MaterialIcons-Regular.woff | Bin
static/fonts/MaterialIcons-Regular.woff2 | Bin
templates/service_providers/b2ck.html | 1 +
templates/service_providers/datalife.html | 1 +
templates/service_providers/first-telecom.html | 1 +
templates/service_providers/gcoop.html | 1 +
templates/service_providers/inrowga.html | 1 +
templates/service_providers/integraper.html | 1 +
templates/service_providers/kopen-software.html | 1 +
templates/service_providers/layout.html | 3 +++
templates/service_providers/power-solutions.html | 1 +
templates/service_providers/sisalp.html | 1 +
14 files changed, 12 insertions(+), 0 deletions(-)
diffs (120 lines):
diff -r 9356e2123da7 -r 232c55d51566 static/fonts/MaterialIcons-Regular.eot
Binary file static/fonts/MaterialIcons-Regular.eot has changed
diff -r 9356e2123da7 -r 232c55d51566 static/fonts/MaterialIcons-Regular.ttf
Binary file static/fonts/MaterialIcons-Regular.ttf has changed
diff -r 9356e2123da7 -r 232c55d51566 static/fonts/MaterialIcons-Regular.woff
Binary file static/fonts/MaterialIcons-Regular.woff has changed
diff -r 9356e2123da7 -r 232c55d51566 static/fonts/MaterialIcons-Regular.woff2
Binary file static/fonts/MaterialIcons-Regular.woff2 has changed
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/b2ck.html
--- a/templates/service_providers/b2ck.html Wed Dec 30 18:25:25 2020 +0100
+++ b/templates/service_providers/b2ck.html Sat Jan 30 10:13:06 2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'https://www.b2ck.com/' %}
{% set email = '[email protected]' %}
{% set phone = '+32472544659' %}
+{% set stories = ['expertise-vision'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
The main driving force behind Tryton.
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/datalife.html
--- a/templates/service_providers/datalife.html Wed Dec 30 18:25:25 2020 +0100
+++ b/templates/service_providers/datalife.html Sat Jan 30 10:13:06 2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'https://datalifeit.es/' %}
{% set email = '[email protected]' %}
{% set phone = '+34868057451' %}
+{% set stories = ['grufesa'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A Spanish company with an experienced team of software engineers that provides
diff -r 9356e2123da7 -r 232c55d51566
templates/service_providers/first-telecom.html
--- a/templates/service_providers/first-telecom.html Wed Dec 30 18:25:25
2020 +0100
+++ b/templates/service_providers/first-telecom.html Sat Jan 30 10:13:06
2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'http://www.first.gr/' %}
{% set email = '[email protected]' %}
{% set phone = '+302106441354' %}
+{% set stories = ['revelle'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
One of the few real ICT companies and thus is almost equally active in
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/gcoop.html
--- a/templates/service_providers/gcoop.html Wed Dec 30 18:25:25 2020 +0100
+++ b/templates/service_providers/gcoop.html Sat Jan 30 10:13:06 2021 +0100
@@ -1,6 +1,7 @@
{% set website = 'https://www.gcoop.coop/' %}
{% set email = '[email protected]' %}
{% set phone = '+541152547755' %}
+{% set stories = ['ammeba', 'gotsho-lims'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A group of professionals with extensive experience in the world of free
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/inrowga.html
--- a/templates/service_providers/inrowga.html Wed Dec 30 18:25:25 2020 +0100
+++ b/templates/service_providers/inrowga.html Sat Jan 30 10:13:06 2021 +0100
@@ -1,6 +1,7 @@
{% set img = url_for('static',
filename='images/service-providers/inrowga.jpg') %}
{% set website = 'http://inrowga.com/' %}
{% set email = '[email protected]' %}
+{% set stories = ['legna'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A company providing consulting and information technology services with
experience implementing products and computer tools.
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/integraper.html
--- a/templates/service_providers/integraper.html Wed Dec 30 18:25:25
2020 +0100
+++ b/templates/service_providers/integraper.html Sat Jan 30 10:13:06
2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'https://integraper.com/' %}
{% set email = '[email protected]' %}
{% set phone = '+51999444236' %}
+{% set stories = ['camir'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
Implementation of ERP systems with free licensing; Tryton ERP and GNU Health.
diff -r 9356e2123da7 -r 232c55d51566
templates/service_providers/kopen-software.html
--- a/templates/service_providers/kopen-software.html Wed Dec 30 18:25:25
2020 +0100
+++ b/templates/service_providers/kopen-software.html Sat Jan 30 10:13:06
2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'https://www.kopen.es/' %}
{% set email = '[email protected]' %}
{% set phone = '+34651569834' %}
+{% set stories = ['jorda', 'koolvet'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A company focused on delivering Tryton to our customers.
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/layout.html
--- a/templates/service_providers/layout.html Wed Dec 30 18:25:25 2020 +0100
+++ b/templates/service_providers/layout.html Sat Jan 30 10:13:06 2021 +0100
@@ -21,6 +21,9 @@
{% if phone %}
<a href="tel:{{ phone }}"><span
class="material-icons">phone</span></a>
{% endif %}
+ {% for story in stories %}
+ <a href="{{ url_for('success_story', story=story) }}"><span
class="material-icons">history_edu</span></a>
+ {% endfor %}
</div>
<div class="card-footer text-truncate">
{% block location %}{% endblock %}
diff -r 9356e2123da7 -r 232c55d51566
templates/service_providers/power-solutions.html
--- a/templates/service_providers/power-solutions.html Wed Dec 30 18:25:25
2020 +0100
+++ b/templates/service_providers/power-solutions.html Sat Jan 30 10:13:06
2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'https://www.powersolutions.ch/' %}
{% set email = '[email protected]' %}
{% set phone = '+41412111222' %}
+{% set stories = ['als-swiss', 'blue-box-distribution', 'felber'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
Since 2012 we have offered Tryton cloud servers that you can easily rent
(SAAS).
diff -r 9356e2123da7 -r 232c55d51566 templates/service_providers/sisalp.html
--- a/templates/service_providers/sisalp.html Wed Dec 30 18:25:25 2020 +0100
+++ b/templates/service_providers/sisalp.html Sat Jan 30 10:13:06 2021 +0100
@@ -2,6 +2,7 @@
{% set website = 'https://sisalp.fr/' %}
{% set email = '[email protected]' %}
{% set phone = '+33950274960' %}
+{% set stories = ['expertise-vision'] %}
{% extends "service_providers/layout.html" %}
{% block description %}
A consulting company focussed on free software for the enterprise.