- You're offline
+
+
+ {{ $t('home.sectionOne.topic') }}
+
+
+
+
+
+ {{ $t('home.sectionTwo.title') }}
+
+
+
+
+
+ {{ $t('home.sectionThird.title') }}
+
+
+ {{ $t('home.sectionThird.topic') }}
+
+
+ {{ $t('home.sectionThird.description') }}
+
+
+
+ {{ $t('home.sectionThird.entry') }}
+
+
+
+
+
+ {{ $t('home.sectionFour.topic') }}
+
+
+ {{
+ $t('home.sectionFour.description')
+ }}
+
+
+ {{ $t('home.sectionFour.entry') }}
+
+
+
+
+
+ {{ $t('home.sectionFive.title') }}
+
+
+ {{ $t('home.sectionFive.topic') }}
+
+
+ {{ $t('home.sectionFive.description') }}
+
+
+
+
+
+
+ {{ $t('home.sectionSix.topic') }}
+
+
+ {{ $t('home.sectionSix.description') }}
+
+
+
+
+
+
-
-
-
- Loading...
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.topic }}
+
+
+ {{ item.description }}
+
+
+
+
+ {{ item.link.name }}
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+ {{ $t('home.sectionSeven.title') }}
+
+
+ {{ $t('home.sectionSeven.topic') }}
+
+
+
+
+
+
+
+
+
+
+
+ I am agreed to terms and conditions
+
+
+
+
+
+
+
+
+ {{ $t('home.sectionFive.title') }}
+
+
+ {{ $t('home.sectionFive.topic') }}
+
+
+ {{ $t('home.sectionFive.description') }}
+
+
+
diff --git a/public/imgs/1 (1).jpg b/public/imgs/1 (1).jpg
new file mode 100644
index 0000000..379c576
Binary files /dev/null and b/public/imgs/1 (1).jpg differ
diff --git a/public/imgs/1 (1).png b/public/imgs/1 (1).png
new file mode 100644
index 0000000..1672326
Binary files /dev/null and b/public/imgs/1 (1).png differ
diff --git a/public/imgs/1 (10).jpg b/public/imgs/1 (10).jpg
new file mode 100644
index 0000000..527cfc1
Binary files /dev/null and b/public/imgs/1 (10).jpg differ
diff --git a/public/imgs/1 (11).jpg b/public/imgs/1 (11).jpg
new file mode 100644
index 0000000..8c5a2a1
Binary files /dev/null and b/public/imgs/1 (11).jpg differ
diff --git a/public/imgs/1 (12).jpg b/public/imgs/1 (12).jpg
new file mode 100644
index 0000000..f742d54
Binary files /dev/null and b/public/imgs/1 (12).jpg differ
diff --git a/public/imgs/1 (13).jpg b/public/imgs/1 (13).jpg
new file mode 100644
index 0000000..f92f705
Binary files /dev/null and b/public/imgs/1 (13).jpg differ
diff --git a/public/imgs/1 (14).jpg b/public/imgs/1 (14).jpg
new file mode 100644
index 0000000..b3b914d
Binary files /dev/null and b/public/imgs/1 (14).jpg differ
diff --git a/public/imgs/1 (15).jpg b/public/imgs/1 (15).jpg
new file mode 100644
index 0000000..a8801ec
Binary files /dev/null and b/public/imgs/1 (15).jpg differ
diff --git a/public/imgs/1 (2).jpg b/public/imgs/1 (2).jpg
new file mode 100644
index 0000000..d0939d1
Binary files /dev/null and b/public/imgs/1 (2).jpg differ
diff --git a/public/imgs/1 (2).png b/public/imgs/1 (2).png
new file mode 100644
index 0000000..5af2546
Binary files /dev/null and b/public/imgs/1 (2).png differ
diff --git a/public/imgs/1 (3).jpg b/public/imgs/1 (3).jpg
new file mode 100644
index 0000000..cddb277
Binary files /dev/null and b/public/imgs/1 (3).jpg differ
diff --git a/public/imgs/1 (4).jpg b/public/imgs/1 (4).jpg
new file mode 100644
index 0000000..af684e8
Binary files /dev/null and b/public/imgs/1 (4).jpg differ
diff --git a/public/imgs/1 (5).jpg b/public/imgs/1 (5).jpg
new file mode 100644
index 0000000..22da018
Binary files /dev/null and b/public/imgs/1 (5).jpg differ
diff --git a/public/imgs/1 (6).jpg b/public/imgs/1 (6).jpg
new file mode 100644
index 0000000..f458d92
Binary files /dev/null and b/public/imgs/1 (6).jpg differ
diff --git a/public/imgs/1 (7).jpg b/public/imgs/1 (7).jpg
new file mode 100644
index 0000000..3c56c30
Binary files /dev/null and b/public/imgs/1 (7).jpg differ
diff --git a/public/imgs/1 (8).jpg b/public/imgs/1 (8).jpg
new file mode 100644
index 0000000..89e3b14
Binary files /dev/null and b/public/imgs/1 (8).jpg differ
diff --git a/public/imgs/1 (9).jpg b/public/imgs/1 (9).jpg
new file mode 100644
index 0000000..276b8ea
Binary files /dev/null and b/public/imgs/1 (9).jpg differ
diff --git a/uno.config.ts b/uno.config.ts
index 08b8936..2b7e86a 100644
--- a/uno.config.ts
+++ b/uno.config.ts
@@ -18,8 +18,17 @@ import { presetThemeDefault } from '@anu-vue/preset-theme-default'
export default defineConfig({
include: [/.*\/anu-vue\.js(.*)?$/, './**/*.vue', './**/*.md'],
- shortcuts: [
- ],
+ shortcuts: {
+ 'text-title': 'text font-bold opacity-90 text-center uppercase',
+ 'text-body': 'text-base text-center tracking-normal',
+ 'text-description': 'text-md text-stone text-center',
+ 'text-h2': 'text-5xl text-center leading-20 font-bold',
+ 'text-h3': 'text-4xl text-center leading-18',
+ 'text-h4': 'text-2xl text-center leading-14',
+ 'text-h5': 'text-xl text-center leading-10',
+ 'text-h6': 'text-lg text-center leading-6',
+ 'text-h7': 'text text-center',
+ },
presets: [
presetAnu(),
// default theme preset