Commit d642fba MrAnyx
committed
1 parent d242bf0 commit d642fba Copy full SHA for d642fba
File tree 2 files changed +31
-22
lines changed
2 files changed +31
-22
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<!-- Hero content -->
7
7
<div class =" relative flex flex-col items-center justify-center gap-y-8 px-6" >
8
- <UBadge
9
- variant =" subtle"
10
- color =" sky"
11
- size =" lg"
12
- icon =" i-tabler-sparkles"
8
+ <ULink
9
+ to =" https://github.com/meeio-app/frontend/releases"
10
+ target =" _blank"
13
11
>
14
- Release v{{ version }}
15
- </UBadge >
12
+ <UBadge
13
+ variant =" subtle"
14
+ color =" sky"
15
+ size =" lg"
16
+ icon =" i-tabler-sparkles"
17
+ >
18
+ Release v{{ version }}
19
+ </UBadge >
20
+ </ULink >
16
21
<div class =" flex flex-col items-center gap-y-4 text-center" >
17
22
<h1 class =" text-4xl lg:text-6xl font-bold text-gray-800 dark:text-gray-200" >
18
23
Master your knowledge
Original file line number Diff line number Diff line change 5
5
class =" w-full fixed flex items-center justify-center border-b border-gray-200 dark:border-gray-800 backdrop-blur-lg bg-white/75 dark:bg-gray-900/75 z-[99]"
6
6
>
7
7
<div class =" w-full max-w-screen-lg px-6 flex items-center justify-between" >
8
- <NuxtLink
9
- class =" flex items-center gap-x-3"
10
- :to =" { name: 'landing' }"
11
- >
12
- <NuxtImg
13
- src =" logo.svg"
14
- width =" 30"
15
- height =" 30"
16
- />
17
- <span class =" font-bold text-lg text-gray-800 dark:text-gray-200" >
18
- Meeio
19
- </span >
8
+ <div class =" flex items-center gap-x-3" >
9
+ <NuxtLink
10
+ :to =" { name: 'landing' }"
11
+ class =" flex items-center gap-x-3"
12
+ >
13
+ <NuxtImg
14
+ src =" logo.svg"
15
+ width =" 30"
16
+ height =" 30"
17
+ />
18
+ <span class =" font-bold text-lg text-gray-800 dark:text-gray-200" >
19
+ Meeio
20
+ </span >
21
+ </NuxtLink >
20
22
<UBadge
21
23
variant =" subtle"
22
24
color =" sky"
25
+ class =" hidden md:inline"
23
26
>
24
27
{{ version }}
25
28
</UBadge >
26
- </NuxtLink >
29
+ </div >
27
30
<div class =" space-x-2" >
28
31
<template v-if =" token " >
29
32
<UButton
43
46
Sign in
44
47
</UButton >
45
48
<UButton
49
+ class =" hidden md:inline-flex"
46
50
variant =" soft"
47
51
color =" sky"
48
52
trailing-icon =" i-tabler-arrow-right"
146
150
</div >
147
151
</div >
148
152
<UDivider />
149
- <div class =" max-w-screen-lg mx-auto px-6 py-4 flex items-center justify-between" >
150
- <p class =" text-gray-600 dark:text-gray-400 text-sm" >
153
+ <div class =" max-w-screen-lg mx-auto px-6 py-4 flex flex-col-reverse md:flex-row items-center justify-between gap-2 " >
154
+ <p class =" text-gray-600 dark:text-gray-400 text-sm text-center " >
151
155
Copyright © ; {{ DateTime.now().year }}. All rights reserved.
152
156
</p >
153
157
<div class =" space-x-1" >
You can’t perform that action at this time.
0 commit comments