|
| 1 | +<template> |
| 2 | + <div |
| 3 | + class="flex flex-col divide-neutral-700 max-lg:divide-y lg:flex-row lg:divide-x" |
| 4 | + > |
| 5 | + <div |
| 6 | + class="grid grid-cols-1 gap-6 p-6 max-lg:w-full sm:grid-cols-2 lg:w-[500px] lg:grid-cols-1 lg:grid-rows-2" |
| 7 | + > |
| 8 | + <NuxtLink |
| 9 | + to="/guides/admin/install" |
| 10 | + class="group relative block h-full cursor-pointer overflow-hidden rounded-2xl border border-neutral-700 outline-0 transition-colors hover:border-neutral-500 focus:border-neutral-500" |
| 11 | + @mousedown.prevent |
| 12 | + > |
| 13 | + <NuxtImg |
| 14 | + src="/img/bluething.jpeg" |
| 15 | + :width="200" |
| 16 | + :height="50" |
| 17 | + class="h-full w-full object-cover transition-all group-hover:scale-105 group-hover:opacity-75 group-focus:scale-105 group-focus:opacity-75" |
| 18 | + /> |
| 19 | + <div |
| 20 | + class="absolute left-1/2 top-1/2 w-full -translate-x-1/2 -translate-y-1/2 transform" |
| 21 | + > |
| 22 | + <div class="flex flex-col items-center"> |
| 23 | + <div class="flex items-center gap-1"> |
| 24 | + <span |
| 25 | + class="group-hover:text-brand-50 group-focus:text-brand-50 text-xl font-bold transition-colors" |
| 26 | + >Install Blueprint</span |
| 27 | + > |
| 28 | + <Icon |
| 29 | + name="memory:chevron-right" |
| 30 | + class="group-hover:text-brand-50 group-focus:text-brand-50 transition-colors" |
| 31 | + :size="24" |
| 32 | + /> |
| 33 | + </div> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + </NuxtLink> |
| 37 | + |
| 38 | + <NuxtLink |
| 39 | + to="/releases" |
| 40 | + class="group relative block h-full w-full cursor-pointer overflow-hidden rounded-2xl border border-neutral-700 outline-0 transition-colors hover:border-neutral-500 focus:border-neutral-500" |
| 41 | + @mousedown.prevent |
| 42 | + > |
| 43 | + <NuxtImg |
| 44 | + src="/img/releases/latest.png" |
| 45 | + :width="200" |
| 46 | + :height="50" |
| 47 | + class="h-full w-full object-cover transition-all group-hover:scale-105 group-hover:opacity-75 group-focus:scale-105 group-focus:opacity-75" |
| 48 | + /> |
| 49 | + <div |
| 50 | + class="absolute left-1/2 top-1/2 w-full -translate-x-1/2 -translate-y-1/2 transform" |
| 51 | + > |
| 52 | + <div class="flex flex-col items-center"> |
| 53 | + <div class="flex items-center gap-1"> |
| 54 | + <span |
| 55 | + class="group-hover:text-brand-50 group-focus:text-brand-50 text-xl font-bold transition-colors" |
| 56 | + >Release notes</span |
| 57 | + > |
| 58 | + <Icon |
| 59 | + name="memory:chevron-right" |
| 60 | + class="group-hover:text-brand-50 group-focus:text-brand-50 transition-colors" |
| 61 | + :size="24" |
| 62 | + /> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + </NuxtLink> |
| 67 | + </div> |
| 68 | + <div |
| 69 | + class="grid w-full grid-cols-1 gap-4 p-6 sm:grid-cols-2 md:grid-cols-4" |
| 70 | + > |
| 71 | + <div class="flex flex-col gap-1 text-neutral-400 decoration-transparent"> |
| 72 | + <p class="text-default-font mb-2 text-xl font-bold">Blueprint</p> |
| 73 | + <NuxtLink to="/browse" class="text-link"> Extensions </NuxtLink> |
| 74 | + <NuxtLink to="/guides" class="text-link"> Guides </NuxtLink> |
| 75 | + <NuxtLink to="/guides" class="text-link"> Documentation </NuxtLink> |
| 76 | + <NuxtLink to="/releases" class="text-link"> Releases </NuxtLink> |
| 77 | + <NuxtLink to="/api" :external="true" class="text-link"> |
| 78 | + API docs |
| 79 | + </NuxtLink> |
| 80 | + </div> |
| 81 | + |
| 82 | + <div class="flex flex-col gap-1 text-neutral-400 decoration-transparent"> |
| 83 | + <p class="text-default-font mb-2 text-xl font-bold">Donate</p> |
| 84 | + <NuxtLink |
| 85 | + to="https://hcb.hackclub.com/donations/start/blueprint" |
| 86 | + class="text-link" |
| 87 | + > |
| 88 | + Donate via HCB |
| 89 | + </NuxtLink> |
| 90 | + <NuxtLink to="https://github.com/sponsors/blueprint" class="text-link"> |
| 91 | + Donate via GitHub Sponsors |
| 92 | + </NuxtLink> |
| 93 | + <NuxtLink to="https://hcb.hackclub.com/blueprint" class="text-link"> |
| 94 | + Transparent finances |
| 95 | + </NuxtLink> |
| 96 | + </div> |
| 97 | + |
| 98 | + <div class="flex flex-col gap-1 text-neutral-400 decoration-transparent"> |
| 99 | + <p class="text-default-font mb-2 text-xl font-bold">Agreements</p> |
| 100 | + <NuxtLink to="/legal/terms" class="text-link"> |
| 101 | + Terms of Service |
| 102 | + </NuxtLink> |
| 103 | + <NuxtLink to="/legal/privacy" class="text-link"> |
| 104 | + Privacy Policy |
| 105 | + </NuxtLink> |
| 106 | + <NuxtLink to="/legal/conduct" class="text-link"> |
| 107 | + Code of Conduct |
| 108 | + </NuxtLink> |
| 109 | + </div> |
| 110 | + |
| 111 | + <div class="flex flex-col gap-1 text-neutral-400 decoration-transparent"> |
| 112 | + <p class="text-default-font mb-2 text-xl font-bold">Social</p> |
| 113 | + <NuxtLink |
| 114 | + to="https://discord.com/servers/blueprint-1063548024825057451" |
| 115 | + class="text-link" |
| 116 | + > |
| 117 | + Discord community |
| 118 | + </NuxtLink> |
| 119 | + <NuxtLink to="https://bsky.app/profile/blueprint.zip" class="text-link"> |
| 120 | + Bluesky profile |
| 121 | + </NuxtLink> |
| 122 | + <NuxtLink to="https://github.com/blueprintframework" class="text-link"> |
| 123 | + GitHub organization |
| 124 | + </NuxtLink> |
| 125 | + </div> |
| 126 | + </div> |
| 127 | + </div> |
| 128 | +</template> |
| 129 | + |
| 130 | +<script setup lang="ts"> |
| 131 | +const props = defineProps({ |
| 132 | + class: { |
| 133 | + type: String, |
| 134 | + required: false, |
| 135 | + }, |
| 136 | +}) |
| 137 | +</script> |
0 commit comments