Cédric Krier pushed to branch branch/default at Tryton / Website
Commits:
20c5991a by Hodei Navarro at 2023-06-23T08:41:55+02:00
Add ACK service provider
- - - - -
3 changed files:
- app.py
- + static/images/service-providers/ack.webp
- + templates/service_providers/ack.html
Changes:
=====================================
app.py
=====================================
@@ -910,6 +910,9 @@
PROVIDERS = [
+ Provider(name="ACK",
+ positions=[(43.29464884900557, -3.001523942912372)],
+ services=Service.CONSULTING | Service.DEVELOPMENT | Service.TRAINING),
Provider(name="Adiczion",
positions=[(43.52153, 5.43150)],
services=Service.CONSULTING | Service.DEVELOPMENT),
=====================================
static/images/service-providers/ack.webp
=====================================
=====================================
templates/service_providers/ack.html
=====================================
@@ -0,0 +1,12 @@
+{% set img = url_for('static', filename='images/service-providers/ack.webp') %}
+{% set website = 'https://www.ack.eus/' %}
+{% set email = '[email protected]' %}
+{% set phone = '+34946755148' %}
+{% set stories = [] %}
+{% extends "service_providers/layout.html" %}
+{% block description %}
+Located in Bizkaia (Spain) ACK advises and accompanies the digital
transformation of the company through Tryton ERP.
+Specialized in the food processing and distribution sector and in full
expansion to other sectors.
+ACK has a versatile team, trained and involved in providing customer solutions.
+{% endblock description %}
+{% block location %}Barakaldo, Spain{% endblock %}
View it on Heptapod:
https://foss.heptapod.net/tryton/website/-/commit/20c5991acd3d9f6e145e336239a4ef2f98f8e3b3
--
View it on Heptapod:
https://foss.heptapod.net/tryton/website/-/commit/20c5991acd3d9f6e145e336239a4ef2f98f8e3b3
You're receiving this email because of your account on foss.heptapod.net.