Skip to content

Commit 8a68d6d

Browse files
committed
updated home header kicker
1 parent d573785 commit 8a68d6d

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

i18n/de.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,10 @@
303303
translation: "Community beitreten"
304304

305305
# Home
306-
- id: home_header_kicker
307-
translation: "150.000+ Nutzer vertrauen auf unseren Schutz"
306+
- id: home_header_kicker_1
307+
translation: "3.000.000+ Downloads"
308+
- id: home_header_kicker_2
309+
translation: "150.000+ Nutzer"
308310
- id: home_header_title
309311
translation: "Cloud verschlüsseln, Privatsphäre schützen"
310312
- id: home_header_description

i18n/en.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,10 @@
303303
translation: "Join Community"
304304

305305
# Home
306-
- id: home_header_kicker
307-
translation: "150,000+ users trust us to protect their privacy"
306+
- id: home_header_kicker_1
307+
translation: "3,000,000+ Downloads"
308+
- id: home_header_kicker_2
309+
translation: "150,000+ Users"
308310
- id: home_header_title
309311
translation: "Encrypt your cloud, protect your privacy"
310312
- id: home_header_description

layouts/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@
1717
<img data-src="/img/home/woman-cloud.png" class="lazyload aspect-714/622 w-full object-scale-down mx-auto lg:w-3/4 animate-hover" alt="{{ i18n "home_header_woman_cloud_alt" . }}"/>
1818
</div>
1919
<div class="w-full md:w-2/3 lg:w-3/5">
20-
<p class="uppercase tracking-widest text-gray-300 font-medium mb-4">{{ i18n "home_header_kicker" }}</p>
20+
<div class="flex gap-2 mb-4">
21+
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
22+
<i class="fas fa-cloud-download"></i>
23+
{{ i18n "home_header_kicker_1" }}
24+
</div>
25+
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
26+
<i class="fas fa-users"></i>
27+
{{ i18n "home_header_kicker_2" }}
28+
</div>
29+
</div>
2130
<h1 class="font-h1 mb-6">{{ i18n "home_header_title" . | safeHTML }}</h1>
2231
<p class="text-lg md:text-xl leading-relaxed text-gray-300 mb-6">{{ i18n "home_header_description" . | safeHTML }}</p>
2332
<div class="flex flex-col md:flex-row gap-6">

0 commit comments

Comments
 (0)