|
1 | 1 | <template>
|
2 | 2 | <div
|
3 | 3 | :class="props?.class"
|
4 |
| - class="grid grid-cols-2 rounded-3xl border border-neutral-700 bg-neutral-950" |
| 4 | + class="grid grid-cols-2 overflow-hidden rounded-3xl border border-neutral-700 bg-neutral-950" |
5 | 5 | >
|
6 |
| - <div class="space-y-3 self-center p-16"> |
7 |
| - <Icon name="memory:anvil" mode="svg" :size="48" /> |
8 |
| - <h1>A solid platform for Pterodactyl® mods</h1> |
9 |
| - <span class="opacity-75"> |
10 |
| - Pterodactyl modifications, addons and themes have suffered for ages. |
11 |
| - Blueprint brings change, allowing Pterodactyl and it's modding industry |
12 |
| - to reach new heights. |
13 |
| - </span> |
| 6 | + <div class="grid grid-rows-2"> |
| 7 | + <div class="space-y-3 self-center border-b border-neutral-700 p-16"> |
| 8 | + <Icon name="memory:anvil" mode="svg" :size="48" /> |
| 9 | + <h1>A solid platform for Pterodactyl® mods</h1> |
| 10 | + <span class="opacity-75"> |
| 11 | + Pterodactyl modifications, addons and themes have suffered for ages. |
| 12 | + Blueprint brings change, allowing Pterodactyl and it's modding |
| 13 | + industry to reach new heights. |
| 14 | + </span> |
| 15 | + </div> |
| 16 | + <div class="space-y-3 self-center p-16"> |
| 17 | + <Icon name="memory:heart" mode="svg" :size="48" /> |
| 18 | + <h1>Engineered for people, not profit</h1> |
| 19 | + <span class="opacity-75"> |
| 20 | + Blueprint is fisically sponsored by a 501(c)(3) nonprofit foundation. |
| 21 | + We're funded by donations, corporate sponsors and affiliate revenue. |
| 22 | + </span> |
| 23 | + </div> |
14 | 24 | </div>
|
15 | 25 | <div class="border-s border-neutral-700">
|
16 |
| - <video |
17 |
| - width="1280" |
18 |
| - height="720" |
19 |
| - class="rounded-e-3xl" |
20 |
| - autoplay |
21 |
| - muted |
22 |
| - loop |
23 |
| - > |
24 |
| - <source src="/img/pterodactyl.mp4" type="video/mp4" /> |
25 |
| - </video> |
| 26 | + <NuxtImg |
| 27 | + src="/img/pterodactyl.jpeg" |
| 28 | + :width="1280" |
| 29 | + :height="1024" |
| 30 | + class="aspect-video h-full w-full object-cover" |
| 31 | + /> |
26 | 32 | </div>
|
27 | 33 | </div>
|
28 | 34 | </template>
|
|
0 commit comments