Change OKI name and icons

This commit is contained in:
2023-03-20 20:12:20 +04:00
parent cb049886bb
commit 121eab6ba2
40 changed files with 41 additions and 44 deletions
+4 -7
View File
@@ -65,29 +65,26 @@ const bodyTemplate = template(`
<body>
<div>
<img src="https://oki.re/oki-logo-72x72.png" alt="Logo #OKi">
<img src="https://oki.re/logo-72x72.png" alt="Logo OKI">
</div>
<div class="title">
<h2 style="margin:0; mso-line-height-rule:exactly;">Merci !</h2><br>
<h3 style="margin:0; mso-line-height-rule:exactly;">Votre soutien à #OKi est important et nous vous en sommes très reconnaissant ❤️</h3>
<h3 style="margin:0; mso-line-height-rule:exactly;">Votre soutien à OKI est important et nous vous en sommes très reconnaissant ❤️</h3>
</div>
<div class="container">
<section>
<h4>Une aide indispensable</h4>
<p>
En effet, ce sont les dons qui nous permettent de maintenir tous les services liés à #OKi.
En effet, ce sont les dons qui nous permettent de maintenir tous les services liés à OKI.
</p>
<p>
Toute contribution, aussi modeste soit-elle, nous permet daugmenter nos capacités.<br />
</p>
<p>Pour rappel, voici la liste des services que nous hébergeons&nbsp;:</p>
<ul>
<li><span class="forceWhiteLink"><button><a href="https://pale.o-k-i.net/timeline/local" target="blank">Palé</a></button></span> 🗣️</li>
<li><span class="forceWhiteLink"><button><a href="https://gade.o-k-i.net" target="blank">Gadé</a></button></span> 📺</li>
<li><span class="forceWhiteLink"><button><a href="https://mobilize.o-k-i.net" target="blank">Mobilizé</a></button></span> 🤝</li>
<li><span class="forceWhiteLink"><button><a href="https://mizik.o-k-i.net" target="blank">Mizik</a></button></span> 🎶</li>
<li><span class="forceWhiteLink"><button><a href="https://nouvel.o-k-i.net" target="blank">Nouvèl</a></button></span> 📰</li>
</ul>
</section>
</div>
@@ -97,7 +94,7 @@ const bodyTemplate = template(`
<p>Pour toute question, nhésitez pas à nous contacter en répondant à ce courriel.</p>
<p>Merci infiniment pour votre soutien.</p>
<span><i><span class="forceWhiteLink"><button><a href="https://oki.re" target="blank">#OKi - Organisation KA Internationale</a></button></span></i></span>
<span><i><span class="forceWhiteLink"><button><a href="https://oki.re" target="blank">OKI - Organisation KA Internationale</a></button></span></i></span>
</footer>
</html>
`)