diff --git a/public/fonts/museoslab-500.otf b/public/fonts/museoslab-500.otf new file mode 100644 index 0000000..84ceaca Binary files /dev/null and b/public/fonts/museoslab-500.otf differ diff --git a/src/app/favicon.ico b/src/app/favicon.ico new file mode 100644 index 0000000..3e9e8c6 Binary files /dev/null and b/src/app/favicon.ico differ diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 6f14c9e..0927b65 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -27,50 +27,91 @@ export default async function FeaturesPage() {
-

Hyku 5.0

+

Easy Transcoding

- Hyku 5.0 was released in February 2023, offering the ability - to use Solr graph queries to skip having to do nested - indexing. Features include Groups with Roles and the ability - to implement Google or Motomo analytics. + Avalon takes the guesswork out of processing media for the + web.

-

Hyku 4.0

+

Powerful Access Control

- Hyku 4.0 was released in May 2022, offering several major new - features including cross-tenant search, three new UI theming - templates that can be implemented from the Admin appearance - dashboard, the ability to make tenants private, to feature - collections, and to support multiple domains per tenant. + Avalon integrates with your authentication platform and + provides the ability to manage access for staff and patrons.

-

Hyku 3.0

+

User Management

- Hyku 3.0 was released in early 2021, bringing Hyku up to speed - with Hyrax, and introducing new theming and other - configurations. + Create local users or system groups, manage access using + directory group membership, and more.

-

Hyku Beta 2.0.0

-

- Hyku Beta 2.0.0 was released in October 2018 and Hyku was - promoted out of Samvera Labs in February 2019. Information - about the initial Beta Test can be found below and user - documentation is being added to this site regularly. -

+

Collections Management

+

Avalon provides many ways to update and evaluate items.

-

- Visit the Hyku YouTube Channel for feature demos and the latest - updates. -

+

Visit the Avalon wiki for more information.

Implementations

- +

+ The insitutions listed below are active Avalon users and links + to their institutional instances are provided when available. + Please contact us if your institution is using Avalon and would + like to be listed here. +

+ + {/* */}
diff --git a/src/styles/globals.css b/src/styles/globals.css index 52907e6..e7f3bbe 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -3,6 +3,12 @@ @tailwind utilities; @layer base { + @font-face { + font-family: "Museo\\ Slab"; + font-weight: 500; + src: url(/fonts/museoslab-500.otf) format("otf"); + } + :root { --color-foreground: 221 39% 11%; /* gray-900 */ --color-foreground-muted: 215 14% 34%; /* gray-600 */ @@ -18,10 +24,18 @@ h1 { /* @apply scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl; */ @apply text-4xl font-bold tracking-tight sm:text-6xl; + font-family: + Museo Slab, + system-ui, + sans-serif; } h2 { @apply scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0; + font-family: + Museo Slab, + system-ui, + sans-serif; } h3 { @@ -33,7 +47,8 @@ } p { - @apply leading-7 [&:not(:first-child)]:mt-6; + @apply leading-7 [&:not(:first-child)]:mt-6 text-base; + font-family: Arial, system-ui, sans-serif; } blockquote {