|
| 1 | +<script setup lang="ts"> |
| 2 | +
|
| 3 | +</script> |
| 4 | + |
| 5 | +<template> |
| 6 | + <div class="bg-white"> |
| 7 | + <div class="mx-auto max-w-7xl px-6 lg:px-8"> |
| 8 | + <ul role="list" class="mx-auto mt-20 grid max-w-2xl grid-cols-2 gap-x-8 gap-y-16 text-center sm:grid-cols-3 md:grid-cols-4 lg:mx-0 lg:max-w-none lg:grid-cols-5 xl:grid-cols-6"> |
| 9 | + <li> |
| 10 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 11 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 12 | + Chris |
| 13 | + </h3> |
| 14 | + <p class="text-sm leading-6 text-gray-600"> |
| 15 | + chris@stacksjs.org |
| 16 | + </p> |
| 17 | + </li> |
| 18 | + |
| 19 | + <li> |
| 20 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 21 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 22 | + Blake |
| 23 | + </h3> |
| 24 | + <p class="text-sm leading-6 text-gray-600"> |
| 25 | + blake@stacksjs.org |
| 26 | + </p> |
| 27 | + </li> |
| 28 | + |
| 29 | + <li> |
| 30 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 31 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 32 | + Zoltan |
| 33 | + </h3> |
| 34 | + <p class="text-sm leading-6 text-gray-600"> |
| 35 | + zoltan@stacksjs.org |
| 36 | + </p> |
| 37 | + </li> |
| 38 | + |
| 39 | + <li> |
| 40 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 41 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 42 | + Freddy |
| 43 | + </h3> |
| 44 | + <p class="text-sm leading-6 text-gray-600"> |
| 45 | + freddy@stacksjs.org |
| 46 | + </p> |
| 47 | + </li> |
| 48 | + |
| 49 | + <li> |
| 50 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 51 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 52 | + Glenn |
| 53 | + </h3> |
| 54 | + <p class="text-sm leading-6 text-gray-600"> |
| 55 | + glenn@stacksjs.org |
| 56 | + </p> |
| 57 | + </li> |
| 58 | + |
| 59 | + <li> |
| 60 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 61 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 62 | + Dorell |
| 63 | + </h3> |
| 64 | + <p class="text-sm leading-6 text-gray-600"> |
| 65 | + dorell@stacksjs.org |
| 66 | + </p> |
| 67 | + </li> |
| 68 | + |
| 69 | + <li> |
| 70 | + <img class="mx-auto h-24 w-24 rounded-full" src="https://pbs.twimg.com/profile_images/1707883193054228480/n98q6t1L_400x400.jpg" alt=""> |
| 71 | + <h3 class="mt-6 text-base font-semibold leading-7 tracking-tight text-gray-900"> |
| 72 | + Avery |
| 73 | + </h3> |
| 74 | + <p class="text-sm leading-6 text-gray-600"> |
| 75 | + avery@stacksjs.org |
| 76 | + </p> |
| 77 | + </li> |
| 78 | + </ul> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | +</template> |
| 82 | + |
| 83 | +<style scoped> |
| 84 | +
|
| 85 | +</style> |
0 commit comments