You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

310 lines
13 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<div class="mx-auto max-w-md sm:max-w-3xl">
<div>
<div class="text-center">
<svg
viewBox="0 0 48 48"
fill="none"
stroke="currentColor"
aria-hidden="true"
class="mx-auto size-12 text-gray-400"
>
<path
d="M34 40h10v-4a6 6 0 00-10.712-3.714M34 40H14m20 0v-4a9.971 9.971 0 00-.712-3.714M14 40H4v-4a6 6 0 0110.713-3.714M14 40v-4c0-1.313.253-2.566.713-3.714m0 0A10.003 10.003 0 0124 26c4.21 0 7.813 2.602 9.288 6.286M30 14a6 6 0 11-12 0 6 6 0 0112 0zm12 6a4 4 0 11-8 0 4 4 0 018 0zm-28 0a4 4 0 11-8 0 4 4 0 018 0z"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
<h2 class="mt-2 text-base font-semibold text-gray-900">
Add team members
</h2>
<p class="mt-1 text-sm text-gray-500">
You havent added any team members to your project yet.
</p>
</div>
<form action="#" class="mt-6 sm:flex sm:items-center">
<div
class="flex grow items-center rounded-md bg-white pl-3 outline-1 -outline-offset-1 outline-gray-300 has-[input:focus-within]:outline-2 has-[input:focus-within]:-outline-offset-2 has-[input:focus-within]:outline-indigo-600"
>
<input
type="text"
name="emails"
placeholder="Enter an email"
aria-label="Email addresses"
class="block min-w-0 grow py-1.5 pr-3 text-base text-gray-900 placeholder:text-gray-400 focus:outline-none sm:text-sm/6"
/>
<div class="grid shrink-0 grid-cols-1 focus-within:relative">
<select
name="role"
aria-label="Role"
class="col-start-1 row-start-1 w-full appearance-none rounded-md py-1.5 pr-7 pl-3 text-base text-gray-500 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
>
<option>Can edit</option>
<option>Can view</option>
</select>
<svg
viewBox="0 0 16 16"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="pointer-events-none col-start-1 row-start-1 mr-2 size-5 self-center justify-self-end text-gray-500 sm:size-4"
>
<path
d="M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z"
clip-rule="evenodd"
fill-rule="evenodd"
/>
</svg>
</div>
</div>
<div class="mt-3 sm:mt-0 sm:ml-4 sm:shrink-0">
<button
type="submit"
class="block w-full rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-xs hover:bg-indigo-500 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
>
Send invite
</button>
</div>
</form>
</div>
<div class="mt-10">
<h3 class="text-sm font-medium text-gray-500">Recommended team members</h3>
<ul role="list" class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2">
<li>
<button
type="button"
class="group flex w-full items-center justify-between space-x-3 rounded-full border border-gray-300 p-2 text-left shadow-xs hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
>
<span class="flex min-w-0 flex-1 items-center space-x-3">
<span class="block shrink-0">
<img
src="https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
</span>
<span class="block min-w-0 flex-1">
<span class="block truncate text-sm font-medium text-gray-900"
>Lindsay Walton</span
>
<span class="block truncate text-sm font-medium text-gray-500"
>Front-end Developer</span
>
</span>
</span>
<span
class="inline-flex size-10 shrink-0 items-center justify-center"
>
<svg
viewBox="0 0 20 20"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="size-5 text-gray-400 group-hover:text-gray-500"
>
<path
d="M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z"
/>
</svg>
</span>
</button>
</li>
<li>
<button
type="button"
class="group flex w-full items-center justify-between space-x-3 rounded-full border border-gray-300 p-2 text-left shadow-xs hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
>
<span class="flex min-w-0 flex-1 items-center space-x-3">
<span class="block shrink-0">
<img
src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
</span>
<span class="block min-w-0 flex-1">
<span class="block truncate text-sm font-medium text-gray-900"
>Courtney Henry</span
>
<span class="block truncate text-sm font-medium text-gray-500"
>Designer</span
>
</span>
</span>
<span
class="inline-flex size-10 shrink-0 items-center justify-center"
>
<svg
viewBox="0 0 20 20"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="size-5 text-gray-400 group-hover:text-gray-500"
>
<path
d="M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z"
/>
</svg>
</span>
</button>
</li>
<li>
<button
type="button"
class="group flex w-full items-center justify-between space-x-3 rounded-full border border-gray-300 p-2 text-left shadow-xs hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
>
<span class="flex min-w-0 flex-1 items-center space-x-3">
<span class="block shrink-0">
<img
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
</span>
<span class="block min-w-0 flex-1">
<span class="block truncate text-sm font-medium text-gray-900"
>Tom Cook</span
>
<span class="block truncate text-sm font-medium text-gray-500"
>Director of Product</span
>
</span>
</span>
<span
class="inline-flex size-10 shrink-0 items-center justify-center"
>
<svg
viewBox="0 0 20 20"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="size-5 text-gray-400 group-hover:text-gray-500"
>
<path
d="M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z"
/>
</svg>
</span>
</button>
</li>
<li>
<button
type="button"
class="group flex w-full items-center justify-between space-x-3 rounded-full border border-gray-300 p-2 text-left shadow-xs hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
>
<span class="flex min-w-0 flex-1 items-center space-x-3">
<span class="block shrink-0">
<img
src="https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
</span>
<span class="block min-w-0 flex-1">
<span class="block truncate text-sm font-medium text-gray-900"
>Whitney Francis</span
>
<span class="block truncate text-sm font-medium text-gray-500"
>Copywriter</span
>
</span>
</span>
<span
class="inline-flex size-10 shrink-0 items-center justify-center"
>
<svg
viewBox="0 0 20 20"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="size-5 text-gray-400 group-hover:text-gray-500"
>
<path
d="M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z"
/>
</svg>
</span>
</button>
</li>
<li>
<button
type="button"
class="group flex w-full items-center justify-between space-x-3 rounded-full border border-gray-300 p-2 text-left shadow-xs hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
>
<span class="flex min-w-0 flex-1 items-center space-x-3">
<span class="block shrink-0">
<img
src="https://images.unsplash.com/photo-1519345182560-3f2917c472ef?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
</span>
<span class="block min-w-0 flex-1">
<span class="block truncate text-sm font-medium text-gray-900"
>Leonard Krasner</span
>
<span class="block truncate text-sm font-medium text-gray-500"
>Senior Designer</span
>
</span>
</span>
<span
class="inline-flex size-10 shrink-0 items-center justify-center"
>
<svg
viewBox="0 0 20 20"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="size-5 text-gray-400 group-hover:text-gray-500"
>
<path
d="M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z"
/>
</svg>
</span>
</button>
</li>
<li>
<button
type="button"
class="group flex w-full items-center justify-between space-x-3 rounded-full border border-gray-300 p-2 text-left shadow-xs hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 focus:outline-hidden"
>
<span class="flex min-w-0 flex-1 items-center space-x-3">
<span class="block shrink-0">
<img
src="https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
alt=""
class="size-10 rounded-full"
/>
</span>
<span class="block min-w-0 flex-1">
<span class="block truncate text-sm font-medium text-gray-900"
>Floyd Miles</span
>
<span class="block truncate text-sm font-medium text-gray-500"
>Principal Designer</span
>
</span>
</span>
<span
class="inline-flex size-10 shrink-0 items-center justify-center"
>
<svg
viewBox="0 0 20 20"
fill="currentColor"
data-slot="icon"
aria-hidden="true"
class="size-5 text-gray-400 group-hover:text-gray-500"
>
<path
d="M10.75 4.75a.75.75 0 0 0-1.5 0v4.5h-4.5a.75.75 0 0 0 0 1.5h4.5v4.5a.75.75 0 0 0 1.5 0v-4.5h4.5a.75.75 0 0 0 0-1.5h-4.5v-4.5Z"
/>
</svg>
</span>
</button>
</li>
</ul>
</div>
</div>