Skip to content

Commit 3b5bca4

Browse files
committed
chore: update section 2 and change some styles for h2
1 parent 5d92585 commit 3b5bca4

File tree

4 files changed

+58
-45
lines changed

4 files changed

+58
-45
lines changed

app/pages/cookie-policy.vue

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ defineOgImageComponent('Default', {
4141
</p>
4242

4343
<section class="mt-8">
44-
<h2 class="text-xl font-medium text-fg mb-4">
44+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
4545
{{ $t('cookie_policy.section_1.title') }}
4646
</h2>
4747
<p>{{ $t('cookie_policy.section_1.p1') }}</p>
4848
</section>
4949

5050
<section class="mt-8">
51-
<h2 class="text-xl font-medium text-fg mb-4">
51+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
5252
{{ $t('cookie_policy.section_2.title') }}
5353
</h2>
5454
<p class="mb-4">
@@ -60,17 +60,24 @@ defineOgImageComponent('Default', {
6060
</p>
6161
<ul class="list-disc ps-5 space-y-2">
6262
<li>
63-
<i18n-t keypath="cookie_policy.section_2.li1" tag="span" scope="global">
64-
<template #bold>
65-
<strong class="text-fg">{{ $t('cookie_policy.section_2.li1_bold') }}</strong>
66-
</template>
67-
</i18n-t>
63+
<strong class="text-fg font-mono text-sm">{{
64+
$t('cookie_policy.section_2.cookie_vdpl')
65+
}}</strong
66+
>:
67+
{{ $t('cookie_policy.section_2.cookie_vdpl_desc') }}
68+
</li>
69+
<li>
70+
<strong class="text-fg font-mono text-sm">{{
71+
$t('cookie_policy.section_2.cookie_h3')
72+
}}</strong
73+
>:
74+
{{ $t('cookie_policy.section_2.cookie_h3_desc') }}
6875
</li>
6976
</ul>
7077
</section>
7178

7279
<section class="mt-8">
73-
<h2 class="text-xl font-medium text-fg mb-4">
80+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
7481
{{ $t('cookie_policy.section_3.title') }}
7582
</h2>
7683
<p class="mb-4">
@@ -98,7 +105,7 @@ defineOgImageComponent('Default', {
98105
</section>
99106

100107
<section class="mt-8">
101-
<h2 class="text-xl font-medium text-fg mb-4">
108+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
102109
{{ $t('cookie_policy.section_4.title') }}
103110
</h2>
104111
<p>
@@ -114,7 +121,7 @@ defineOgImageComponent('Default', {
114121
</section>
115122

116123
<section class="mt-8">
117-
<h2 class="text-xl font-medium text-fg mb-4">
124+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
118125
{{ $t('cookie_policy.section_5.title') }}
119126
</h2>
120127
<p class="mb-4">
@@ -134,7 +141,7 @@ defineOgImageComponent('Default', {
134141
class="flex justify-between items-center gap-1 p-3"
135142
>
136143
{{ $t('cookie_policy.section_5.chrome') }}
137-
<span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true"></span>
144+
<span class="i-carbon:launch rtl-flip w-5 h-5" aria-hidden="true"></span>
138145
</a>
139146
</li>
140147
<li>
@@ -145,7 +152,7 @@ defineOgImageComponent('Default', {
145152
class="flex justify-between items-center gap-1 p-3"
146153
>
147154
{{ $t('cookie_policy.section_5.firefox') }}
148-
<span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true"></span>
155+
<span class="i-carbon:launch rtl-flip w-5 h-5" aria-hidden="true"></span>
149156
</a>
150157
</li>
151158
<li>
@@ -156,14 +163,14 @@ defineOgImageComponent('Default', {
156163
class="flex justify-between items-center gap-1 p-3"
157164
>
158165
{{ $t('cookie_policy.section_5.edge') }}
159-
<span class="i-carbon:launch rtl-flip w-3 h-3" aria-hidden="true"></span>
166+
<span class="i-carbon:launch rtl-flip w-5 h-5" aria-hidden="true"></span>
160167
</a>
161168
</li>
162169
</ul>
163170
</section>
164171

165172
<section class="mt-8">
166-
<h2 class="text-xl font-medium text-fg mb-4">
173+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
167174
{{ $t('cookie_policy.section_6.title') }}
168175
</h2>
169176
<p>
@@ -184,7 +191,7 @@ defineOgImageComponent('Default', {
184191
</section>
185192

186193
<section class="mt-8">
187-
<h2 class="text-xl font-medium text-fg mb-4">
194+
<h2 class="text-xl font-medium text-fg mb-4 lowercase">
188195
{{ $t('cookie_policy.section_7.title') }}
189196
</h2>
190197
<p>{{ $t('cookie_policy.section_7.p1') }}</p>

i18n/locales/en.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -942,32 +942,34 @@
942942
"last_updated": "Last updated: {date}",
943943
"welcome": "Welcome to {app}. In this policy, we explain what cookies are, how we use them, and how you can manage them.",
944944
"section_1": {
945-
"title": "1. What are cookies?",
945+
"title": "What are cookies?",
946946
"p1": "Cookies are small text files stored on your device when you visit a website. Their purpose is to enhance your browsing experience by remembering certain preferences and settings."
947947
},
948948
"section_2": {
949-
"title": "2. What types of cookies do we use?",
949+
"title": "What types of cookies do we use?",
950950
"p1": "On our website, we only use {bold} for purposes strictly necessary for the site's functionality. We do not use third-party or advertising cookies.",
951-
"bold": "first-party cookies",
952-
"li1": "They allow us to keep your session active once you have logged in. Technically, this cookie has no expiration date and is deleted by your browser upon closing. However, for your security, the session on our servers {bold}, at which point you will be asked to log in again.",
953-
"li1_bold": "will automatically terminate after a period of inactivity"
951+
"bold": "essential technical cookies",
952+
"cookie_vdpl": "__vdpl",
953+
"cookie_vdpl_desc": "This cookie is used by our hosting provider (Vercel) for skew protection. It ensures you fetch assets from the correct deployment version if a new update is released while you are browsing. It does not track you.",
954+
"cookie_h3": "h3",
955+
"cookie_h3_desc": "This is our secure session cookie. It stores the OAuth access token when you connect your Atmosphere account. It is essential for maintaining your authenticated session."
954956
},
955957
"section_3": {
956-
"title": "3. Other Storage Technologies",
958+
"title": "Other Storage Technologies",
957959
"p1": "In addition to session cookies, we use your browser's {bold} to save your display preferences. This allows us to remember the theme (light/dark) and some other {settings} you have selected, so you don't have to reconfigure them on each visit.",
958960
"bold": "Local Storage",
959961
"p2": "This information is purely functional, stored only on your device, and {bold}. We use it exclusively to improve your experience on our website.",
960962
"bold2": "contains no personal data nor is it used to track you",
961963
"settings": "settings"
962964
},
963965
"section_4": {
964-
"title": "4. Cookie Acceptance and Application Access",
966+
"title": "Cookie Acceptance and Application Access",
965967
"p1": "The use of cookies on our website is {bold}. Therefore, {bold2}. By continuing to browse or log in, you expressly accept our cookie policy.",
966968
"bold": "essential for its proper functioning",
967969
"bold2": "if you do not accept the use of cookies, you will not be able to access the application"
968970
},
969971
"section_5": {
970-
"title": "5. Cookie Management",
972+
"title": "Cookie Management",
971973
"p1": "You can configure your browser to accept, reject, or delete cookies according to your preferences. However, please note that {bold}.",
972974
"bold": "rejecting cookies will prevent access to and use of the application",
973975
"p2": "Below are links with instructions for cookie management in the most commonly used browsers:",
@@ -976,12 +978,12 @@
976978
"edge": "Microsoft Edge (opens in a new window)"
977979
},
978980
"section_6": {
979-
"title": "6. Data Controller",
981+
"title": "Data Controller",
980982
"p1": "While our only cookie does not collect personal information, we guarantee compliance with the principles of transparency and security in data management. For any questions or requests regarding the use of cookies, you can contact us by opening an issue on our {link}.",
981983
"link": "GitHub repository"
982984
},
983985
"section_7": {
984-
"title": "7. Changes to the Cookie Policy",
986+
"title": "Changes to the Cookie Policy",
985987
"p1": "We reserve the right to modify this policy at any time. Any changes will be published on this page."
986988
}
987989
}

lunaria/files/en-GB.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -942,32 +942,34 @@
942942
"last_updated": "Last updated: {date}",
943943
"welcome": "Welcome to {app}. In this policy, we explain what cookies are, how we use them, and how you can manage them.",
944944
"section_1": {
945-
"title": "1. What are cookies?",
945+
"title": "What are cookies?",
946946
"p1": "Cookies are small text files stored on your device when you visit a website. Their purpose is to enhance your browsing experience by remembering certain preferences and settings."
947947
},
948948
"section_2": {
949-
"title": "2. What types of cookies do we use?",
949+
"title": "What types of cookies do we use?",
950950
"p1": "On our website, we only use {bold} for purposes strictly necessary for the site's functionality. We do not use third-party or advertising cookies.",
951-
"bold": "first-party cookies",
952-
"li1": "They allow us to keep your session active once you have logged in. Technically, this cookie has no expiration date and is deleted by your browser upon closing. However, for your security, the session on our servers {bold}, at which point you will be asked to log in again.",
953-
"li1_bold": "will automatically terminate after a period of inactivity"
951+
"bold": "essential technical cookies",
952+
"cookie_vdpl": "__vdpl",
953+
"cookie_vdpl_desc": "This cookie is used by our hosting provider (Vercel) for skew protection. It ensures you fetch assets from the correct deployment version if a new update is released while you are browsing. It does not track you.",
954+
"cookie_h3": "h3",
955+
"cookie_h3_desc": "This is our secure session cookie. It stores the OAuth access token when you connect your Atmosphere account. It is essential for maintaining your authenticated session."
954956
},
955957
"section_3": {
956-
"title": "3. Other Storage Technologies",
958+
"title": "Other Storage Technologies",
957959
"p1": "In addition to session cookies, we use your browser's {bold} to save your display preferences. This allows us to remember the theme (light/dark) and some other {settings} you have selected, so you don't have to reconfigure them on each visit.",
958960
"bold": "Local Storage",
959961
"p2": "This information is purely functional, stored only on your device, and {bold}. We use it exclusively to improve your experience on our website.",
960962
"bold2": "contains no personal data nor is it used to track you",
961963
"settings": "settings"
962964
},
963965
"section_4": {
964-
"title": "4. Cookie Acceptance and Application Access",
966+
"title": "Cookie Acceptance and Application Access",
965967
"p1": "The use of cookies on our website is {bold}. Therefore, {bold2}. By continuing to browse or log in, you expressly accept our cookie policy.",
966968
"bold": "essential for its proper functioning",
967969
"bold2": "if you do not accept the use of cookies, you will not be able to access the application"
968970
},
969971
"section_5": {
970-
"title": "5. Cookie Management",
972+
"title": "Cookie Management",
971973
"p1": "You can configure your browser to accept, reject, or delete cookies according to your preferences. However, please note that {bold}.",
972974
"bold": "rejecting cookies will prevent access to and use of the application",
973975
"p2": "Below are links with instructions for cookie management in the most commonly used browsers:",
@@ -976,12 +978,12 @@
976978
"edge": "Microsoft Edge (opens in a new window)"
977979
},
978980
"section_6": {
979-
"title": "6. Data Controller",
981+
"title": "Data Controller",
980982
"p1": "While our only cookie does not collect personal information, we guarantee compliance with the principles of transparency and security in data management. For any questions or requests regarding the use of cookies, you can contact us by opening an issue on our {link}.",
981983
"link": "GitHub repository"
982984
},
983985
"section_7": {
984-
"title": "7. Changes to the Cookie Policy",
986+
"title": "Changes to the Cookie Policy",
985987
"p1": "We reserve the right to modify this policy at any time. Any changes will be published on this page."
986988
}
987989
}

lunaria/files/en-US.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -942,32 +942,34 @@
942942
"last_updated": "Last updated: {date}",
943943
"welcome": "Welcome to {app}. In this policy, we explain what cookies are, how we use them, and how you can manage them.",
944944
"section_1": {
945-
"title": "1. What are cookies?",
945+
"title": "What are cookies?",
946946
"p1": "Cookies are small text files stored on your device when you visit a website. Their purpose is to enhance your browsing experience by remembering certain preferences and settings."
947947
},
948948
"section_2": {
949-
"title": "2. What types of cookies do we use?",
949+
"title": "What types of cookies do we use?",
950950
"p1": "On our website, we only use {bold} for purposes strictly necessary for the site's functionality. We do not use third-party or advertising cookies.",
951-
"bold": "first-party cookies",
952-
"li1": "They allow us to keep your session active once you have logged in. Technically, this cookie has no expiration date and is deleted by your browser upon closing. However, for your security, the session on our servers {bold}, at which point you will be asked to log in again.",
953-
"li1_bold": "will automatically terminate after a period of inactivity"
951+
"bold": "essential technical cookies",
952+
"cookie_vdpl": "__vdpl",
953+
"cookie_vdpl_desc": "This cookie is used by our hosting provider (Vercel) for skew protection. It ensures you fetch assets from the correct deployment version if a new update is released while you are browsing. It does not track you.",
954+
"cookie_h3": "h3",
955+
"cookie_h3_desc": "This is our secure session cookie. It stores the OAuth access token when you connect your Atmosphere account. It is essential for maintaining your authenticated session."
954956
},
955957
"section_3": {
956-
"title": "3. Other Storage Technologies",
958+
"title": "Other Storage Technologies",
957959
"p1": "In addition to session cookies, we use your browser's {bold} to save your display preferences. This allows us to remember the theme (light/dark) and some other {settings} you have selected, so you don't have to reconfigure them on each visit.",
958960
"bold": "Local Storage",
959961
"p2": "This information is purely functional, stored only on your device, and {bold}. We use it exclusively to improve your experience on our website.",
960962
"bold2": "contains no personal data nor is it used to track you",
961963
"settings": "settings"
962964
},
963965
"section_4": {
964-
"title": "4. Cookie Acceptance and Application Access",
966+
"title": "Cookie Acceptance and Application Access",
965967
"p1": "The use of cookies on our website is {bold}. Therefore, {bold2}. By continuing to browse or log in, you expressly accept our cookie policy.",
966968
"bold": "essential for its proper functioning",
967969
"bold2": "if you do not accept the use of cookies, you will not be able to access the application"
968970
},
969971
"section_5": {
970-
"title": "5. Cookie Management",
972+
"title": "Cookie Management",
971973
"p1": "You can configure your browser to accept, reject, or delete cookies according to your preferences. However, please note that {bold}.",
972974
"bold": "rejecting cookies will prevent access to and use of the application",
973975
"p2": "Below are links with instructions for cookie management in the most commonly used browsers:",
@@ -976,12 +978,12 @@
976978
"edge": "Microsoft Edge (opens in a new window)"
977979
},
978980
"section_6": {
979-
"title": "6. Data Controller",
981+
"title": "Data Controller",
980982
"p1": "While our only cookie does not collect personal information, we guarantee compliance with the principles of transparency and security in data management. For any questions or requests regarding the use of cookies, you can contact us by opening an issue on our {link}.",
981983
"link": "GitHub repository"
982984
},
983985
"section_7": {
984-
"title": "7. Changes to the Cookie Policy",
986+
"title": "Changes to the Cookie Policy",
985987
"p1": "We reserve the right to modify this policy at any time. Any changes will be published on this page."
986988
}
987989
}

0 commit comments

Comments
 (0)