Cédric Krier pushed to branch branch/default at Tryton / Website
Commits:
3e1b049b by Dimitrios Moustos at 2023-06-23T06:22:11+00:00
Add Lampero Service provider
- - - - -
3 changed files:
- app.py
- + static/images/service-providers/lampero.webp
- + templates/service_providers/lampero.html
Changes:
=====================================
app.py
=====================================
@@ -938,6 +938,9 @@
positions=[(41.5995983, 0.5799085)],
services=Service.CONSULTING | Service.DEVELOPMENT | Service.HOSTING
| Service.TRAINING),
+ Provider(name="Lampero",
+ positions=[(44.4758631, 25.8231538)],
+ services=Service.CONSULTING),
Provider(name="Lava Lab Software",
positions=[(-27.978905, 153.389466)],
services=Service.CONSULTING | Service.DEVELOPMENT),
=====================================
static/images/service-providers/lampero.webp
=====================================
=====================================
templates/service_providers/lampero.html
=====================================
@@ -0,0 +1,11 @@
+{% set img = url_for('static',
filename='images/service-providers/lampero.webp') %}
+{% set website = 'https://lampero.ro/infotec/' %}
+{% set email = '[email protected]' %}
+{% set phone = '+40730556557' %}
+{% set stories = [] %}
+{% extends "service_providers/layout.html" %}
+{% block description %}
+Localization, adaptation and implementation consulting for Tryton in Romania.
+Call or e-mail for a demo free of charge.
+{% endblock description %}
+{% block location %}Bucharest, Romania{% endblock %}
View it on Heptapod:
https://foss.heptapod.net/tryton/website/-/commit/3e1b049bfb33d09f11199bfb2698c23ee37b6924
--
View it on Heptapod:
https://foss.heptapod.net/tryton/website/-/commit/3e1b049bfb33d09f11199bfb2698c23ee37b6924
You're receiving this email because of your account on foss.heptapod.net.