Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tryton/communication/website
1 result
Show changes
Commits on Source (3)
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
("eCommerce from Tryton", (12, 00), (12, 30,), "", ("eCommerce from Tryton", (12, 00), (12, 30,), "",
[("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', "KOPEN", 'https://www.kopen.es/')]), [("Sergi Almacellas Abellana", '5efa3ab997adc9ee037d06034a58161c', "KOPEN", 'https://www.kopen.es/')]),
("Tryton and the GNU Health federation", (12,30), (13,00), "", ("Tryton and the GNU Health federation", (12,30), (13,00), "",
[("Luis Falcon", '8195b77c77637a67c1155e0876481f75', "GNUHealth", 'https://gnuhealth.org/')]), [("Luis Falcon", '8195b77c77637a67c1155e0876481f75', "GNUHealth", 'https://www.gnuhealth.org/')]),
("4agro and the agrolimentari sector", (13, 00), (13, 30), "", ("4agro and the agrolimentari sector", (13, 00), (13, 30), "",
[("Ricardo Laborda", '7def80bf949923280eeee51329876f97', "Datalife", 'https://datalifeit.es/')]), [("Ricardo Laborda", '7def80bf949923280eeee51329876f97', "Datalife", 'https://datalifeit.es/')]),
("Lunch Break", (14, 00), (16, 00), ""), ("Lunch Break", (14, 00), (16, 00), ""),
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<p>As the event is hold on the center of Alicante there are a lot of hotels near the location.</p> <p>As the event is hold on the center of Alicante there are a lot of hotels near the location.</p>
<p>Yet we have some suggestions of hotels:</p> <p>Yet we have some suggestions of hotels:</p>
<ul> <ul>
<li><a href="https://www.melia.com/es/hoteles/espana/alicante/tryp-ciudad-de-alicante-hotel/index.htm">Tryp Ciudad de Alicante</a></li> <li>Tryp Ciudad de Alicante</li>
<li><a href="https://www.melia.com/es/hoteles/espana/alicante/melia-alicante/index.htm">Melià Alicante</a></li> <li><a href="https://www.melia.com/es/hoteles/espana/alicante/melia-alicante/index.htm">Melià Alicante</a></li>
<li>Eurostars Centrum Alicante</li> <li>Eurostars Centrum Alicante</li>
</ul> </ul>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block customer %} {% block customer %}
{{ super() }} {{ super() }}
<img src="{{ url_for('static', filename='images/success-stories/advocate-consulting-legal-group/advocate-consulting.webp') }}" class="mx-4 float-start" alt="Advocate Consulting" loading="lazy" width="260" height="100"> <img src="{{ url_for('static', filename='images/success-stories/advocate-consulting-legal-group/advocate-consulting.webp') }}" class="mx-4 float-start" alt="Advocate Consulting" loading="lazy" width="260" height="100">
<p class="lead"><a href="https://www.advocatetax.com/">Advocate Consulting Legal Group, PLLC</a>is a US-based law and accounting firm that services the general aviation industry. <p class="lead"><a href="https://advocatetax.com/">Advocate Consulting Legal Group, PLLC</a>is a US-based law and accounting firm that services the general aviation industry.
Advocate’s product goes by the slogan, "Aviation TLC," standing for "tax, legal, and compliance," which are areas of service that map onto the needs of customers in this unique industry.</p> Advocate’s product goes by the slogan, "Aviation TLC," standing for "tax, legal, and compliance," which are areas of service that map onto the needs of customers in this unique industry.</p>
{% endblock customer %} {% endblock customer %}
{% block challenge %} {% block challenge %}
......