Remove green text on header

This commit is contained in:
Kevin Bataille
2025-10-11 17:20:21 +02:00
parent adc5839907
commit 9d9f08ab7b
16 changed files with 1094 additions and 1413 deletions

View File

@@ -1,244 +1,146 @@
<!DOCTYPE html>
<html lang="fr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maore Mobile - Categories</title>
<meta name="description" content="Services mobiles à Mayotte">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1314&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Maore Mobile - Opérateur mobile à Mayotte - Categories</title>
<meta name="description" content="Opérateur mobile à Mayotte - Transfert de crédit, recharge, 4G">
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
}
<link rel="stylesheet" type="text/css" href="http://localhost:1314/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:1314/css/maore.css">
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
header {
background: linear-gradient(135deg, #007bff, #0056b3);
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
display: flex;
list-style: none;
gap: 2rem;
}
nav a {
color: white;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
nav a:hover {
background-color: rgba(255,255,255,0.1);
}
.language-switcher {
display: flex;
gap: 0.5rem;
}
.language-switcher a {
padding: 0.3rem 0.8rem;
font-size: 0.9rem;
border: 1px solid rgba(255,255,255,0.3);
border-radius: 3px;
}
.language-switcher a.active {
background-color: rgba(255,255,255,0.2);
border-color: white;
}
main {
min-height: calc(100vh - 200px);
padding: 2rem 0;
}
.hero {
background: white;
padding: 3rem 0;
margin-bottom: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: #007bff;
}
.hero p {
font-size: 1.2rem;
color: #666;
}
.services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.service-card {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.service-card h3 {
color: #007bff;
margin-bottom: 1rem;
font-size: 1.3rem;
}
.service-card ul {
list-style: none;
padding-left: 0;
}
.service-card li {
padding: 0.3rem 0;
border-bottom: 1px solid #eee;
}
.service-card li:before {
content: "✓ ";
color: #28a745;
font-weight: bold;
}
.contact-section {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
margin-top: 2rem;
}
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 1rem;
}
.contact-item h4 {
color: #007bff;
margin-bottom: 0.5rem;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 1rem 0;
margin-top: 2rem;
}
@media (max-width: 768px) {
.header-content {
flex-direction: column;
gap: 1rem;
}
nav ul {
flex-direction: column;
gap: 0.5rem;
text-align: center;
}
.hero h1 {
font-size: 2rem;
}
.services {
grid-template-columns: 1fr;
}
}
</style>
<link rel="stylesheet" type="text/css" href="http://localhost:1314/fonts/varela-round.css">
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<div class="logo">Maore Mobile</div>
<nav>
<ul>
<li><a href="http://localhost:1313/fr/">Accueil</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="language-switcher">
<nav class="navbar navbar-expand-xl navbar-light">
<div class="container">
<a class="navbar-brand" href="http://localhost:1314/fr/">
<img src="http://localhost:1314/img/logo.svg" height="75" class="d-inline-block align-top" alt="Maore Mobile - Opérateur mobile à Mayotte">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation" style="margin-left:auto;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarHeader">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/commande-sim"><span class="green_txt">Acheter une SIM</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/acheter-credit"><span class="green_txt">Acheter du crédit</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/tarifs">Tarifs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/nos-offres">Offres et Forfaits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/resellers">Doukas Revendeurs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/4g">4G</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/aide">Aide</a>
</li>
<li class="nav-item">
<a class="btn btn-primary" href="http://localhost:1314/fr/register-sim" type="button">
Enregistrer ma SIM
</a>
</li>
<li class="nav-item">
<a class="btn btn-light" href="http://localhost:1314/fr/account" type="button">
Mon espace
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/en/categories/">English</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="content">
<div id="bloc1" class="container-fluid">
<div class="row" align="center" width="100%">
<div class="col-md-12 col-sm-12">
<h1 class="text-center">Categories</h1>
<a href="http://localhost:1313/en/categories/">English</a>
<a href="http://localhost:1313/fr/categories/" class="active">Français</a>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="container">
<div class="hero">
<h1>Categories</h1>
<p>Services mobiles à Mayotte</p>
</div>
<div class="container-fluid" style="padding: 3rem 0;">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-12">
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<p>&copy; 2025 Maore Mobile. Tous droits réservés</p>
</div>
</footer>
<footer class="container-fluid">
<nav class="row">
<div class="col-xl-2 offset-xl-1 col-lg-6 col-md-12">
<a class="navbar-brand" href="http://localhost:1314/fr/">
<img src="http://localhost:1314/img/logo.svg" height="50" class="d-inline-block align-top" alt="Maore Mobile - Opérateur mobile à Mayotte">
</a>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
Nous contacter
<br>
<img alt="tel" src="http://localhost:1314/img/phone.svg"> 06 39 900 900
<br>
<span class="grey_text">Du Lun au Ven 9h à 18h</span>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
<a class="nav-link p-0" href="http://localhost:1314/fr/commande-sim">Acheter une SIM</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/acheter-credit">Acheter du crédit</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/tarifs">Tarifs</a>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
<a class="nav-link p-0" href="http://localhost:1314/fr/resellers">Doukas Revendeurs</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/aide">Aide</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/register-sim">Enregistrer ma SIM</a>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
<a class="nav-link p-0" href="http://localhost:1314/fr/transfert-credit">Transférer du crédit</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/rappelle-moi">Rappelle-moi</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/cgv">CGV</a>
</div>
</nav>
<hr style="margin-top: 40px;">
<p class="text-center grey_text">
© MaoréMobile 2019 - Maore Mobile SAS - 751 314 717 RCS MAMOUDZOU<br/>
Téléphone : +262 (0) 6 39 900 900
</p>
</footer>
<script src="http://localhost:1314/js/jquery-3.3.1.slim.min.js"></script>
<script src="http://localhost:1314/js/bootstrap.bundle.min.js"></script>
<script src="http://localhost:1314/js/utils.js"></script>
<script src="http://localhost:1314/js/maore.js"></script>
</body>
</html>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Maore Mobile</title>
<link>http://localhost:1313/fr/categories/</link>
<description>Recent content in Categories on Maore Mobile</description>
<title>Categories on Maore Mobile - Opérateur mobile à Mayotte</title>
<link>http://localhost:1314/fr/categories/</link>
<description>Recent content in Categories on Maore Mobile - Opérateur mobile à Mayotte</description>
<generator>Hugo</generator>
<language>fr</language>
<atom:link href="http://localhost:1313/fr/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1314/fr/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@@ -1,245 +1,9 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="generator" content="Hugo 0.151.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maore Mobile - Maore Mobile</title>
<meta name="description" content="Services mobiles à Mayotte">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
header {
background: linear-gradient(135deg, #007bff, #0056b3);
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
display: flex;
list-style: none;
gap: 2rem;
}
nav a {
color: white;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
nav a:hover {
background-color: rgba(255,255,255,0.1);
}
.language-switcher {
display: flex;
gap: 0.5rem;
}
.language-switcher a {
padding: 0.3rem 0.8rem;
font-size: 0.9rem;
border: 1px solid rgba(255,255,255,0.3);
border-radius: 3px;
}
.language-switcher a.active {
background-color: rgba(255,255,255,0.2);
border-color: white;
}
main {
min-height: calc(100vh - 200px);
padding: 2rem 0;
}
.hero {
background: white;
padding: 3rem 0;
margin-bottom: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: #007bff;
}
.hero p {
font-size: 1.2rem;
color: #666;
}
.services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.service-card {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.service-card h3 {
color: #007bff;
margin-bottom: 1rem;
font-size: 1.3rem;
}
.service-card ul {
list-style: none;
padding-left: 0;
}
.service-card li {
padding: 0.3rem 0;
border-bottom: 1px solid #eee;
}
.service-card li:before {
content: "✓ ";
color: #28a745;
font-weight: bold;
}
.contact-section {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
margin-top: 2rem;
}
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 1rem;
}
.contact-item h4 {
color: #007bff;
margin-bottom: 0.5rem;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 1rem 0;
margin-top: 2rem;
}
@media (max-width: 768px) {
.header-content {
flex-direction: column;
gap: 1rem;
}
nav ul {
flex-direction: column;
gap: 0.5rem;
text-align: center;
}
.hero h1 {
font-size: 2rem;
}
.services {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<div class="logo">Maore Mobile</div>
<nav>
<ul>
<li><a href="http://localhost:1313/fr/">Accueil</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="language-switcher">
<a href="http://localhost:1313/en/">English</a>
<a href="http://localhost:1313/fr/" class="active">Français</a>
</div>
</div>
</div>
</header>
<main>
<div class="container">
<div class="hero">
<h1>Maore Mobile</h1>
<p>Services mobiles à Mayotte</p>
</div>
</div>
</main>
<footer>
<div class="container">
<p>&copy; 2025 Maore Mobile. Tous droits réservés</p>
</div>
</footer>
</body>
</html>
<head>
<title>http://localhost:1313/</title>
<link rel="canonical" href="http://localhost:1313/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
</head>
</html>

View File

@@ -1,12 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Maore Mobile</title>
<title>Maore Mobile - Opérateur mobile à Mayotte</title>
<link>http://localhost:1313/fr/</link>
<description>Recent content on Maore Mobile</description>
<description>Recent content on Maore Mobile - Opérateur mobile à Mayotte</description>
<generator>Hugo</generator>
<language>fr</language>
<lastBuildDate></lastBuildDate>
<lastBuildDate>Fri, 11 Oct 2024 15:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/fr/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Tarifs</title>
<link>http://localhost:1313/fr/tarifs/</link>
<pubDate>Fri, 11 Oct 2024 15:00:00 +0000</pubDate>
<guid>http://localhost:1313/fr/tarifs/</guid>
<description></description>
</item>
<item>
<title>Acheter du crédit</title>
<link>http://localhost:1313/fr/acheter-credit-simple/</link>
<pubDate>Fri, 11 Oct 2024 14:20:00 +0000</pubDate>
<guid>http://localhost:1313/fr/acheter-credit-simple/</guid>
<description>{{ partial &#34;main-content-section&#34; (dict &#xA; &#34;title&#34; &#34;Rechargez votre crédit facilement&#34; &#xA; &#34;description&#34; &#34;Maoré Mobile s&#39;adapte à vos besoins et vous permet de recharger votre crédit à partir de 1€ !&#34; &#xA; &#34;benefits&#34; (slice &#xA; (dict &#34;title&#34; &#34;À partir de 1€&#34; &#34;description&#34; &#34;Recharges à partir de 1€&#34;) &#xA; (dict &#34;title&#34; &#34;Illimité&#34; &#34;description&#34; &#34;Crédit sans limite de validité&#34;) &#xA; (dict &#34;title&#34; &#34;Sans engagement&#34; &#34;description&#34; &#34;Pas d&#39;engagement de durée&#34;)&#xA; )&#xA; &#34;steps&#34; (slice &#xA; (dict &#34;title&#34; &#34;Acheter du crédit&#34; &#34;description&#34; &#34;Choisissez le montant que vous souhaitez ajouter&#34;) &#xA; (dict &#34;title&#34; &#34;Valider le paiement&#34; &#34;description&#34; &#34;Effectuez le paiement en toute sécurité&#34;) &#xA; (dict &#34;title&#34; &#34;Crédit immédiat&#34; &#34;description&#34; &#34;Votre crédit est immédiatement disponible&#34;)&#xA; )&#xA; &#34;stepsTitle&#34; &#34;Comment recharger votre crédit ?&#34;&#xA; &#34;resellerSection&#34; true&#xA; &#34;resellerText&#34; &#34;Où acheter du crédit ?&#34;&#xA; &#34;resellerDescription&#34; &#34;Vous pouvez recharger votre crédit Maore Mobile dans l&#39;un de nos points de vente situés à Mayotte. Rendez-vous sur la page des Doukas Revendeurs pour trouver le point de vente le plus proche de chez vous.&#34;&#xA; &#34;actionText&#34; &#34;Trouver un revendeur&#34;&#xA; &#34;actionLink&#34; &#34;/fr/resellers&#34;&#xA; &#34;contactInfo&#34; (slice &#xA; (dict &#34;title&#34; &#34;Service client&#34; &#34;icon&#34; &#34;/img/phone.svg&#34; &#34;alt&#34; &#34;Téléphone&#34; &#34;content&#34; &#34;06 39 900 900&#34; &#34;hours&#34; &#34;Du Lun au Ven 9h à 18h&#34;) &#xA; (dict &#34;title&#34; &#34;Autres contacts&#34; &#34;content&#34; &#34;Email: contact@maoremobile.yt&lt;br&gt;Site web: www.maoremobile.yt&#34;)&#xA; )&#xA; &#34;contactTitle&#34; &#34;Informations de contact&#34;&#xA;)}}&#xA;&#xA;&lt;style&gt;&#xA;.step-number {&#xA; width: 60px;&#xA; height: 60px;&#xA; background-color: #34af4f;&#xA; color: white;&#xA; border-radius: 50%;&#xA; display: flex;&#xA; align-items: center;&#xA; justify-content: center;&#xA; font-size: 24px;&#xA; font-weight: bold;&#xA; margin: 0 auto 20px;&#xA;}&#xA;&#xA;.card {&#xA; border: none;&#xA; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);&#xA; border-radius: 10px;&#xA;}&#xA;&#xA;.card-body {&#xA; padding: 30px;&#xA;}&#xA;&#xA;.card.h-100 {&#xA; height: 100%;&#xA;}&#xA;&#xA;.btn-primary {&#xA; background-color: #34af4f;&#xA; border-color: #34af4f;&#xA;}&#xA;&#xA;.btn-primary:hover {&#xA; background-color: #2a8e3f;&#xA; border-color: #2a8e3f;&#xA;}&#xA;&#xA;.text-center {&#xA; text-align: center;&#xA;}&#xA;&#xA;.hero {&#xA; text-align: center;&#xA;}&#xA;&lt;/style&gt;</description>
</item>
<item>
<title>Acheter du crédit</title>
<link>http://localhost:1313/fr/acheter-credit/</link>
<pubDate>Fri, 11 Oct 2024 14:20:00 +0000</pubDate>
<guid>http://localhost:1313/fr/acheter-credit/</guid>
<description>&lt;div class=&#34;container&#34;&gt;&#xA; &lt;div class=&#34;row&#34;&gt;&#xA;&#xA; &lt;div class=&#34;col-12 text-center&#34;&gt;&#xA; &lt;h1 class=&#34;mb-4&#34;&gt;Acheter du crédit pour votre forfait Maore Mobile&lt;/h1&gt;&#xA; &lt;/div&gt;&#xA;&#xA; &lt;div class=&#34;col-12&#34;&gt;&#xA; &lt;div class=&#34;card mb-4&#34;&gt;&#xA; &lt;div class=&#34;card-body&#34;&gt;&#xA; &lt;h2 class=&#34;card-title&#34;&gt;Rechargez votre crédit facilement&lt;/h2&gt;&#xA; &lt;p&gt;Maoré Mobile s&#39;adapte à vos besoins et vous permet de recharger votre crédit à partir de 1€ !&lt;/p&gt;&#xA;&#x9;&#x9; &#xA; &lt;div class=&#34;row mt-4&#34;&gt;&#xA; &lt;div class=&#34;col-md-4&#34;&gt;&#xA; &lt;div class=&#34;card h-100&#34;&gt;&#xA; &lt;div class=&#34;card-body text-center&#34;&gt;&#xA; &lt;h4&gt;À partir de 1€&lt;/h4&gt;&#xA; &lt;p&gt;Recharges à partir de 1€&lt;/p&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;col-md-4&#34;&gt;&#xA; &lt;div class=&#34;card h-100&#34;&gt;&#xA; &lt;div class=&#34;card-body text-center&#34;&gt;&#xA; &lt;h4&gt;Illimité&lt;/h4&gt;&#xA; &lt;p&gt;Crédit sans limite de validité&lt;/p&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;col-md-4&#34;&gt;&#xA; &lt;div class=&#34;card h-100&#34;&gt;&#xA; &lt;div class=&#34;card-body text-center&#34;&gt;&#xA; &lt;h4&gt;Sans engagement&lt;/h4&gt;&#xA; &lt;p&gt;Pas d&#39;engagement de durée&lt;/p&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA;&#xA; &lt;div class=&#34;card mb-4&#34;&gt;&#xA; &lt;div class=&#34;card-body&#34;&gt;&#xA; &lt;h2 class=&#34;card-title&#34;&gt;Comment recharger votre crédit ?&lt;/h2&gt;&#xA; &lt;div class=&#34;row&#34;&gt;&#xA; &lt;div class=&#34;col-md-4 text-center mb-3&#34;&gt;&#xA; &lt;div class=&#34;step-number&#34;&gt;1&lt;/div&gt;&#xA; &lt;h5&gt;Acheter du crédit&lt;/h5&gt;&#xA; &lt;p&gt;Choisissez le montant que vous souhaitez ajouter&lt;/p&gt;</description>
</item>
<item>
<title>Commander une SIM</title>
<link>http://localhost:1313/fr/commande-sim-simple/</link>
<pubDate>Fri, 11 Oct 2024 14:20:00 +0000</pubDate>
<guid>http://localhost:1313/fr/commande-sim-simple/</guid>
<description>&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA; &lt;h4 class=&#34;alert-heading&#34;&gt;Commande de SIM indisponible&lt;/h4&gt;&#xA; &lt;p&gt;La commande de nouvelles cartes SIM n&#39;est plus disponible actuellement. Nous vous invitons à vous rendre dans l&#39;un de nos points de vente pour obtenir une carte SIM Maore Mobile.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&#xA;{{ partial &#34;main-content-section&#34; (dict &#xA; &#34;title&#34; &#34;Pourquoi choisir Maore Mobile ?&#34; &#xA; &#34;benefits&#34; (slice &#xA; (dict &#34;title&#34; &#34;Crédit inclus&#34; &#34;description&#34; &#34;5€ de crédit inclus&#34;) &#xA; (dict &#34;title&#34; &#34;Sans engagement&#34; &#34;description&#34; &#34;Sans engagement&#34;) &#xA; (dict &#34;title&#34; &#34;Validité illimitée&#34; &#34;description&#34; &#34;Crédit sans limite de validité&#34;)&#xA; (dict &#34;title&#34; &#34;Transfert simplifié&#34; &#34;description&#34; &#34;Envoyez et recevez du crédit facilement&#34;)&#xA; (dict &#34;title&#34; &#34;Tarif unique&#34; &#34;description&#34; &#34;Tarif unique vers Mayotte et plus de 50 destinations&#34;)&#xA; (dict &#34;title&#34; &#34;Support local&#34; &#34;description&#34; &#34;Service client basé à Mayotte&#34;)&#xA; )&#xA; &#34;resellerSection&#34; true&#xA; &#34;resellerText&#34; &#34;Où trouver nos cartes SIM ?&#34;&#xA; &#34;resellerDescription&#34; &#34;Vous pouvez obtenir votre carte SIM Maore Mobile dans l&#39;un de nos points de vente situés à Mayotte. Rendez-vous sur la page des Doukas Revendeurs pour trouver le point de vente le plus proche de chez vous.&#34;&#xA; &#34;actionText&#34; &#34;Trouver un revendeur&#34;&#xA; &#34;actionLink&#34; &#34;/fr/resellers&#34;&#xA; &#34;contactInfo&#34; (slice &#xA; (dict &#34;title&#34; &#34;Service client&#34; &#34;icon&#34; &#34;/img/phone.svg&#34; &#34;alt&#34; &#34;Téléphone&#34; &#34;content&#34; &#34;06 39 900 900&#34; &#34;hours&#34; &#34;Du Lun au Ven 9h à 18h&#34;) &#xA; (dict &#34;title&#34; &#34;Autres contacts&#34; &#34;content&#34; &#34;Email: contact@maoremobile.yt&lt;br&gt;Site web: www.maoremobile.yt&#34;)&#xA; )&#xA; &#34;contactTitle&#34; &#34;Informations de contact&#34;&#xA;)}}&#xA;&#xA;&lt;style&gt;&#xA;.step-number {&#xA; width: 60px;&#xA; height: 60px;&#xA; background-color: #34af4f;&#xA; color: white;&#xA; border-radius: 50%;&#xA; display: flex;&#xA; align-items: center;&#xA; justify-content: center;&#xA; font-size: 24px;&#xA; font-weight: bold;&#xA; margin: 0 auto 20px;&#xA;}&#xA;&#xA;.card {&#xA; border: none;&#xA; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);&#xA; border-radius: 10px;&#xA;}&#xA;&#xA;.card-body {&#xA; padding: 30px;&#xA;}&#xA;&#xA;.card.h-100 {&#xA; height: 100%;&#xA;}&#xA;&#xA;.btn-primary {&#xA; background-color: #34af4f;&#xA; border-color: #34af4f;&#xA;}&#xA;&#xA;.btn-primary:hover {&#xA; background-color: #2a8e3f;&#xA; border-color: #2a8e3f;&#xA;}&#xA;&#xA;.text-center {&#xA; text-align: center;&#xA;}&#xA;&#xA;.hero {&#xA; text-align: center;&#xA;}&#xA;&#xA;.alert {&#xA; border: none;&#xA; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);&#xA; border-radius: 10px;&#xA; padding: 20px;&#xA;}&#xA;&lt;/style&gt;</description>
</item>
<item>
<title>Commander une SIM</title>
<link>http://localhost:1313/fr/commande-sim/</link>
<pubDate>Fri, 11 Oct 2024 14:20:00 +0000</pubDate>
<guid>http://localhost:1313/fr/commande-sim/</guid>
<description>&lt;div class=&#34;container&#34;&gt;&#xA; &lt;div class=&#34;row&#34;&gt;&#xA; &lt;div class=&#34;col-12 text-center&#34;&gt;&#xA; &lt;h1 class=&#34;mb-4&#34;&gt;Commander votre SIM Maore Mobile&lt;/h1&gt;&#xA;&#xA; &lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA; &lt;h4 class=&#34;alert-heading&#34;&gt;Commande de SIM indisponible&lt;/h4&gt;&#xA; &lt;p&gt;La commande de nouvelles cartes SIM n&#39;est plus disponible actuellement. Nous vous invitons à vous rendre dans l&#39;un de nos points de vente pour obtenir une carte SIM Maore Mobile.&lt;/p&gt;&#xA; &lt;/div&gt;&#xA;&#xA; &lt;div class=&#34;card mb-4&#34;&gt;&#xA; &lt;div class=&#34;card-body&#34;&gt;&#xA; &lt;h2 class=&#34;card-title&#34;&gt;Pourquoi choisir Maore Mobile ?&lt;/h2&gt;&#xA; &lt;div class=&#34;row&#34;&gt;&#xA; &lt;div class=&#34;col-md-6&#34;&gt;&#xA; &lt;ul class=&#34;list-unstyled&#34;&gt;&#xA; &lt;li class=&#34;mb-2&#34;&gt;&#xA; &lt;img src=&#34;http://localhost:1313/img/icon-credit.svg&#34; alt=&#34;Crédit inclus&#34; class=&#34;mr-2&#34; style=&#34;width: 24px;&#34;&gt;&#xA; &lt;strong&gt;Crédit inclus:&lt;/strong&gt; 5€ de crédit inclus&#xA; &lt;/li&gt;&#xA; &lt;li class=&#34;mb-2&#34;&gt;&#xA; &lt;img src=&#34;http://localhost:1313/img/icon-no-engage.svg&#34; alt=&#34;Sans engagement&#34; class=&#34;mr-2&#34; style=&#34;width: 24px;&#34;&gt;&#xA; &lt;strong&gt;Sans engagement:&lt;/strong&gt; Sans engagement&#xA; &lt;/li&gt;&#xA; &lt;li class=&#34;mb-2&#34;&gt;&#xA; &lt;img src=&#34;http://localhost:1313/img/icon-no-limit.svg&#34; alt=&#34;Validité illimitée&#34; class=&#34;mr-2&#34; style=&#34;width: 24px;&#34;&gt;&#xA; &lt;strong&gt;Validité illimitée:&lt;/strong&gt; Crédit sans limite de validité&#xA; &lt;/li&gt;&#xA; &lt;/ul&gt;&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;col-md-6&#34;&gt;&#xA; &lt;ul class=&#34;list-unstyled&#34;&gt;&#xA; &lt;li class=&#34;mb-2&#34;&gt;&#xA; &lt;img src=&#34;http://localhost:1313/img/icon-transfert.svg&#34; alt=&#34;Transfert&#34; class=&#34;mr-2&#34; style=&#34;width: 24px;&#34;&gt;&#xA; &lt;strong&gt;Transfert de crédit simplifié:&lt;/strong&gt; Envoyez et recevez du crédit facilement&#xA; &lt;/li&gt;&#xA; &lt;li class=&#34;mb-2&#34;&gt;&#xA; &lt;img src=&#34;http://localhost:1313/img/icon-tarif-mayotte.svg&#34; alt=&#34;Tarifs&#34; class=&#34;mr-2&#34; style=&#34;width: 24px;&#34;&gt;&#xA; &lt;strong&gt;Tarif unique:&lt;/strong&gt; Tarif unique vers Mayotte et plus de 50 destinations&#xA; &lt;/li&gt;&#xA; &lt;li class=&#34;mb-2&#34;&gt;&#xA; &lt;img src=&#34;http://localhost:1313/img/phone.svg&#34; alt=&#34;Support local&#34; class=&#34;mr-2&#34; style=&#34;width: 24px;&#34;&gt;&#xA; &lt;strong&gt;Support local:&lt;/strong&gt; Service client basé à Mayotte&#xA; &lt;/li&gt;&#xA; &lt;/ul&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA;&#xA; &lt;div class=&#34;card&#34;&gt;&#xA; &lt;div class=&#34;card-body&#34;&gt;&#xA; &lt;h2 class=&#34;card-title&#34;&gt;Où trouver nos cartes SIM ?&lt;/h2&gt;&#xA; &lt;p&gt;Vous pouvez obtenir votre carte SIM Maore Mobile dans l&#39;un de nos points de vente situés à Mayotte. Rendez-vous sur la page des Doukas Revendeurs pour trouver le point de vente le plus proche de chez vous.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -2,8 +2,35 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/fr/</loc>
<loc>http://localhost:1313/en/</loc>
<lastmod>2025-10-11T13:32:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/en/tarifs/</loc>
<lastmod>2024-10-11T15:00:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/fr/tarifs/</loc>
<lastmod>2024-10-11T15:00:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/fr/acheter-credit-simple/</loc>
<lastmod>2024-10-11T14:20:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/fr/acheter-credit/</loc>
<lastmod>2024-10-11T14:20:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/en/buy-credit/</loc>
<lastmod>2024-10-11T14:20:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/fr/commande-sim-simple/</loc>
<lastmod>2024-10-11T14:20:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/fr/commande-sim/</loc>
<lastmod>2024-10-11T14:20:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/en/commande-sim/</loc>
<lastmod>2024-10-11T14:20:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/</loc>
<lastmod>2024-10-11T13:32:00+00:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@@ -12,10 +39,13 @@
<xhtml:link
rel="alternate"
hreflang="fr"
href="http://localhost:1313/fr/"
href="http://localhost:1313/"
/>
</url><url>
<loc>http://localhost:1313/fr/categories/</loc>
<loc>http://localhost:1313/fr/</loc>
<lastmod>2024-10-11T13:32:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/categories/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
@@ -24,10 +54,10 @@
<xhtml:link
rel="alternate"
hreflang="fr"
href="http://localhost:1313/fr/categories/"
href="http://localhost:1313/categories/"
/>
</url><url>
<loc>http://localhost:1313/fr/tags/</loc>
<loc>http://localhost:1313/tags/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
@@ -36,7 +66,7 @@
<xhtml:link
rel="alternate"
hreflang="fr"
href="http://localhost:1313/fr/tags/"
href="http://localhost:1313/tags/"
/>
</url>
</urlset>

View File

@@ -1,244 +1,146 @@
<!DOCTYPE html>
<html lang="fr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maore Mobile - Tags</title>
<meta name="description" content="Services mobiles à Mayotte">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1314&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Maore Mobile - Opérateur mobile à Mayotte - Tags</title>
<meta name="description" content="Opérateur mobile à Mayotte - Transfert de crédit, recharge, 4G">
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
}
<link rel="stylesheet" type="text/css" href="http://localhost:1314/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="http://localhost:1314/css/maore.css">
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
header {
background: linear-gradient(135deg, #007bff, #0056b3);
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.8rem;
font-weight: bold;
}
nav ul {
display: flex;
list-style: none;
gap: 2rem;
}
nav a {
color: white;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
nav a:hover {
background-color: rgba(255,255,255,0.1);
}
.language-switcher {
display: flex;
gap: 0.5rem;
}
.language-switcher a {
padding: 0.3rem 0.8rem;
font-size: 0.9rem;
border: 1px solid rgba(255,255,255,0.3);
border-radius: 3px;
}
.language-switcher a.active {
background-color: rgba(255,255,255,0.2);
border-color: white;
}
main {
min-height: calc(100vh - 200px);
padding: 2rem 0;
}
.hero {
background: white;
padding: 3rem 0;
margin-bottom: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: #007bff;
}
.hero p {
font-size: 1.2rem;
color: #666;
}
.services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.service-card {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.service-card h3 {
color: #007bff;
margin-bottom: 1rem;
font-size: 1.3rem;
}
.service-card ul {
list-style: none;
padding-left: 0;
}
.service-card li {
padding: 0.3rem 0;
border-bottom: 1px solid #eee;
}
.service-card li:before {
content: "✓ ";
color: #28a745;
font-weight: bold;
}
.contact-section {
background: white;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
margin-top: 2rem;
}
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 1rem;
}
.contact-item h4 {
color: #007bff;
margin-bottom: 0.5rem;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 1rem 0;
margin-top: 2rem;
}
@media (max-width: 768px) {
.header-content {
flex-direction: column;
gap: 1rem;
}
nav ul {
flex-direction: column;
gap: 0.5rem;
text-align: center;
}
.hero h1 {
font-size: 2rem;
}
.services {
grid-template-columns: 1fr;
}
}
</style>
<link rel="stylesheet" type="text/css" href="http://localhost:1314/fonts/varela-round.css">
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<div class="logo">Maore Mobile</div>
<nav>
<ul>
<li><a href="http://localhost:1313/fr/">Accueil</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="language-switcher">
<nav class="navbar navbar-expand-xl navbar-light">
<div class="container">
<a class="navbar-brand" href="http://localhost:1314/fr/">
<img src="http://localhost:1314/img/logo.svg" height="75" class="d-inline-block align-top" alt="Maore Mobile - Opérateur mobile à Mayotte">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation" style="margin-left:auto;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarHeader">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/commande-sim"><span class="green_txt">Acheter une SIM</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/acheter-credit"><span class="green_txt">Acheter du crédit</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/tarifs">Tarifs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/nos-offres">Offres et Forfaits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/resellers">Doukas Revendeurs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/4g">4G</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/fr/aide">Aide</a>
</li>
<li class="nav-item">
<a class="btn btn-primary" href="http://localhost:1314/fr/register-sim" type="button">
Enregistrer ma SIM
</a>
</li>
<li class="nav-item">
<a class="btn btn-light" href="http://localhost:1314/fr/account" type="button">
Mon espace
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost:1314/en/tags/">English</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="content">
<div id="bloc1" class="container-fluid">
<div class="row" align="center" width="100%">
<div class="col-md-12 col-sm-12">
<h1 class="text-center">Tags</h1>
<a href="http://localhost:1313/en/tags/">English</a>
<a href="http://localhost:1313/fr/tags/" class="active">Français</a>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="container">
<div class="hero">
<h1>Tags</h1>
<p>Services mobiles à Mayotte</p>
</div>
<div class="container-fluid" style="padding: 3rem 0;">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-12">
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<p>&copy; 2025 Maore Mobile. Tous droits réservés</p>
</div>
</footer>
<footer class="container-fluid">
<nav class="row">
<div class="col-xl-2 offset-xl-1 col-lg-6 col-md-12">
<a class="navbar-brand" href="http://localhost:1314/fr/">
<img src="http://localhost:1314/img/logo.svg" height="50" class="d-inline-block align-top" alt="Maore Mobile - Opérateur mobile à Mayotte">
</a>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
Nous contacter
<br>
<img alt="tel" src="http://localhost:1314/img/phone.svg"> 06 39 900 900
<br>
<span class="grey_text">Du Lun au Ven 9h à 18h</span>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
<a class="nav-link p-0" href="http://localhost:1314/fr/commande-sim">Acheter une SIM</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/acheter-credit">Acheter du crédit</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/tarifs">Tarifs</a>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
<a class="nav-link p-0" href="http://localhost:1314/fr/resellers">Doukas Revendeurs</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/aide">Aide</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/register-sim">Enregistrer ma SIM</a>
</div>
<div class="col-xl-2 col-lg-6 col-md-12">
<a class="nav-link p-0" href="http://localhost:1314/fr/transfert-credit">Transférer du crédit</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/rappelle-moi">Rappelle-moi</a>
<a class="nav-link p-0" href="http://localhost:1314/fr/cgv">CGV</a>
</div>
</nav>
<hr style="margin-top: 40px;">
<p class="text-center grey_text">
© MaoréMobile 2019 - Maore Mobile SAS - 751 314 717 RCS MAMOUDZOU<br/>
Téléphone : +262 (0) 6 39 900 900
</p>
</footer>
<script src="http://localhost:1314/js/jquery-3.3.1.slim.min.js"></script>
<script src="http://localhost:1314/js/bootstrap.bundle.min.js"></script>
<script src="http://localhost:1314/js/utils.js"></script>
<script src="http://localhost:1314/js/maore.js"></script>
</body>
</html>

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Maore Mobile</title>
<link>http://localhost:1313/fr/tags/</link>
<description>Recent content in Tags on Maore Mobile</description>
<title>Tags on Maore Mobile - Opérateur mobile à Mayotte</title>
<link>http://localhost:1314/fr/tags/</link>
<description>Recent content in Tags on Maore Mobile - Opérateur mobile à Mayotte</description>
<generator>Hugo</generator>
<language>fr</language>
<atom:link href="http://localhost:1313/fr/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="http://localhost:1314/fr/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>