|
1 | 1 | <script lang="ts">
|
2 |
| - import { Card, Heading, HStack, Icon, Link, Stack, Text, ThemeSwitcher, VStack } from '@immich/ui'; |
| 2 | + import { Heading, HStack, Icon, Link, Stack, Text, ThemeSwitcher, VStack } from '@immich/ui'; |
3 | 3 | import { mdiCubeOutline, mdiKey, mdiOfficeBuildingOutline, mdiServerOutline, mdiShoppingOutline } from '@mdi/js';
|
4 | 4 | import { siAndroid, siApple, siDiscord, siGithub, siImmich, siReddit } from 'simple-icons';
|
5 | 5 | </script>
|
6 | 6 |
|
7 | 7 | <div class="bg-dark/10 rounded-t-3xl mt-16 p-8">
|
8 | 8 | <div class="max-w-(--breakpoint-lg) mx-auto xl:py-8">
|
9 | 9 | <Stack gap={8}>
|
10 |
| - <div class="grid grid-cols-2 gap-8 place-center lg:grid-cols-5"> |
| 10 | + <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8 place-center"> |
11 | 11 | <Stack>
|
12 | 12 | <Heading size="tiny">Social</Heading>
|
13 | 13 | <Link href="https://github.com/immich-app/immich" target="_blank" rel="noopener noreferrer">
|
|
56 | 56 | </Link>
|
57 | 57 | </Stack>
|
58 | 58 |
|
59 |
| - <Stack> |
60 |
| - <Heading size="tiny">Support</Heading> |
61 |
| - <Link href="https://buy.immich.app" target="_blank" rel="noopener noreferrer"> |
62 |
| - <HStack> |
63 |
| - <Icon icon={mdiKey} size="1.5em" /> |
64 |
| - <Text>Purchase</Text> |
65 |
| - </HStack> |
66 |
| - </Link> |
67 |
| - <Link href="https://immich.store/" target="_blank" rel="noopener noreferrer"> |
68 |
| - <HStack> |
69 |
| - <Icon icon={mdiShoppingOutline} size="1.5em" /> |
70 |
| - <Text>Merch</Text> |
71 |
| - </HStack> |
72 |
| - </Link> |
73 |
| - </Stack> |
74 |
| - |
75 | 59 | <Stack>
|
76 | 60 | <Heading size="tiny">Sites</Heading>
|
77 | 61 | <Link href="https://immich.app" target="_blank" rel="noopener noreferrer">
|
|
94 | 78 | </Link>
|
95 | 79 | </Stack>
|
96 | 80 |
|
| 81 | + <Stack> |
| 82 | + <Heading size="tiny">Support</Heading> |
| 83 | + <Link href="https://buy.immich.app" target="_blank" rel="noopener noreferrer"> |
| 84 | + <HStack> |
| 85 | + <Icon icon={mdiKey} size="1.5em" /> |
| 86 | + <Text>Purchase</Text> |
| 87 | + </HStack> |
| 88 | + </Link> |
| 89 | + <Link href="https://immich.store/" target="_blank" rel="noopener noreferrer"> |
| 90 | + <HStack> |
| 91 | + <Icon icon={mdiShoppingOutline} size="1.5em" /> |
| 92 | + <Text>Merch</Text> |
| 93 | + </HStack> |
| 94 | + </Link> |
| 95 | + </Stack> |
| 96 | + |
97 | 97 | <Stack>
|
98 | 98 | <Heading size="tiny">Company</Heading>
|
99 | 99 | <Link href="https://futo.org/" target="_blank" rel="noopener noreferrer">
|
|
104 | 104 | </Link>
|
105 | 105 | </Stack>
|
106 | 106 | </div>
|
107 |
| - <Card> |
108 |
| - <img src="/img/social-preview.webp" alt="Social Preview" /> |
109 |
| - </Card> |
110 | 107 | <VStack class="text-center">
|
111 | 108 | <Text size="large">This project is available under GNU AGPL v3 license.</Text>
|
112 | 109 | <Text color="muted" variant="italic">Privacy should not be a luxury</Text>
|
|
0 commit comments