Add colors to slogan
This commit is contained in:
parent
fbadd7f922
commit
9e76f199db
4 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
- id: slogan
|
- id: slogan
|
||||||
translation: "Manage all your domain names in one place."
|
translation: |
|
||||||
|
<span class="font-weight-bolder" style="color: var(--secondary-subtle)">All</span> your domain names<br><span class="font-weight-bolder" style="color: var(--secondary-subtle)">in one</span> place.
|
||||||
|
|
||||||
- id: lead
|
- id: lead
|
||||||
translation: "is a free web application that centralizes the management of your domain names from different registrars and hosts."
|
translation: "is a free web application that centralizes the management of your domain names from different registrars and hosts."
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
- id: slogan
|
- id: slogan
|
||||||
translation: "Gérez tous vos noms de domaine en un seul endroit."
|
translation: |
|
||||||
|
<span class="font-weight-bolder" style="color: var(--secondary-subtle)">Tous</span> vos noms de domaine<br>en <span class="font-weight-bolder" style="color: var(--secondary-subtle)">un seul</span> endroit.
|
||||||
|
|
||||||
- id: lead
|
- id: lead
|
||||||
translation: "est une application web libre qui centralise la gestion de vos noms de domaine provenant de différents bureaux d'enregistrement et hébergeurs."
|
translation: "est une application web libre qui centralise la gestion de vos noms de domaine provenant de différents bureaux d'enregistrement et hébergeurs."
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h2 class="display-4 text-center text-dark font-weight-bold">
|
<h2 class="display-4 text-center text-dark font-weight-bold">
|
||||||
{{ i18n "slogan" }}
|
{{ i18n "slogan" | safeHTML }}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="mt-5 lead text-center text-muted">
|
<p class="mt-5 lead text-center text-muted">
|
||||||
happy<strong>Domain</strong>
|
happy<strong>Domain</strong>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
--primary-ultralight: #e7f7f2;
|
--primary-ultralight: #e7f7f2;
|
||||||
--secondary: #360b48;
|
--secondary: #360b48;
|
||||||
--secondary-dark: #29083a;
|
--secondary-dark: #29083a;
|
||||||
|
--secondary-subtle: #871cb4;
|
||||||
--secondary-light: #4e1566;
|
--secondary-light: #4e1566;
|
||||||
--secondary-ultralight: #f0e6f3;
|
--secondary-ultralight: #f0e6f3;
|
||||||
--dark: #2c3e50;
|
--dark: #2c3e50;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue