♻️ refactor(hosting): Remplace l'hébergement Google Cloud Platform par OVHcloud (datacenters France) sur les pages légales et hébergement.
Some checks failed
Symfony CI - Install, Test, Build, Attest & Deploy / 🚀 Deploy to Production (push) Has been cancelled

- legal.twig (section 3 Hébergement du Site) : Google Cloud Platform → OVHcloud, adresse Mountain View → 2 rue Kellermann Roubaix.
- hosting.twig (section 1) : renomme Infrastructure Cloud → Hébergement du Site, badge eu-west4 → France.
- Traductions (fr/en/es/cn/ger) : hosting_infrastructure_title, hosting_cloud_provider, hosting_location_detail, legal_host_address, legal_host_data_location, hosting_compliance_desc, et nettoyage des clés orphelines hosting_section1_p1, hosting_data_location_details, hosting_contact_details.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-10 18:33:05 +02:00
parent 808c3814cb
commit 7d3824830b
7 changed files with 48 additions and 48 deletions

View File

@@ -21,7 +21,7 @@
<div class="space-y-24">
{# SECTION 1 : INFRASTRUCTURE CLOUD #}
{# SECTION 1 : HÉBERGEMENT DU SITE #}
<section class="relative">
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
@@ -35,7 +35,7 @@
<p class="text-sm italic text-gray-400 leading-relaxed">{{ 'hosting_location_detail'|trans }}</p>
</div>
<div class="flex gap-4">
<span class="text-[10px] bg-white/10 px-3 py-1 font-mono uppercase border border-white/20">Region: eu-west4</span>
<span class="text-[10px] bg-white/10 px-3 py-1 font-mono uppercase border border-white/20">France</span>
<span class="text-[10px] bg-green-500/20 text-green-400 px-3 py-1 font-mono uppercase border border-green-500/30">Tier 3+ Compliance</span>
</div>
</div>

View File

@@ -93,7 +93,7 @@
<span class="skew-x-[15deg] block uppercase text-sm">// {{'legal_section3_title'|trans}}</span>
</div>
<div class="bg-white border-2 border-gray-900 p-6 rounded-lg shadow-[6px_6px_0px_rgba(0,0,0,1)] italic text-sm">
<p class="font-black text-gray-900 uppercase mb-2">Google Cloud Platform</p>
<p class="font-black text-gray-900 uppercase mb-2">OVHcloud</p>
<p class="text-gray-600">{{'legal_host_address'|trans}}</p>
<p class="mt-4 text-[10px] font-mono bg-gray-100 p-2">{{'legal_host_data_location'|trans}}</p>
</div>