Skip to content

Commit

Permalink
Content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cameron committed Dec 12, 2024
1 parent 2061c02 commit baa16f1
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 56 deletions.
42 changes: 23 additions & 19 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,42 @@ import { Metadata } from "next";
const contactCards = [
{
description:
"A community group that meets monthly to talk Avalon and all things AV in the world of libraries and archives. Agenda topics are sourced from the community, and all potential and current Avalon users are invited to attend.",
label: "Call Info and Meeting Notes",
title: "Avalon User Roundtable",
url: "https://samvera.atlassian.net/wiki/spaces/AVALON/pages/1957954091/Avalon+User+Roundtable",
},
{
description: "Have a PR to contribute?",
title: "Developers",
url: "https://github.com/samvera/hyku",
},
"Email us with questions, requests for demos, and other communications.",
email: "avalon@iu.edu",
title: "Email",
},
{
description:
"Request to join Samvera's slack workspace and join the #avalon channel. Questions welcome!",
"Request to join Samvera's slack workspace and join the public #avalon channel. Questions welcome!",
email: "",
label: "Sign Up for Samvera Slack",
title: "Samvera Slack",
url: "https://forms.gle/oeLBwbQw9QoCZWTL6",
},
{
description:
"Email Us with questions, requests for demos, and other communications.",
email: "avalon@iu.edu",
title: "Email",
"A community group that meets monthly to talk Avalon and all things AV in the world of libraries and archives. Agenda topics are sourced from the community and all potential and current Avalon users are invited to attend.",
label: "Call Info and Meeting Notes",
title: "Avalon User Roundtable",
url: "https://samvera.atlassian.net/wiki/spaces/AVALON/pages/1957954091/Avalon+User+Roundtable",
},
{
description: "All Avalon code is open source and development is tracked in Github.",
title: "Developers",
label: "Avalon on Github",
url: "https://github.com/avalonmediasystem/avalon",
},
{
description:
"The mailing list for project announcements and discussion.",
email: "avalon-discuss-l@list.indiana.edu",
title: "Mailing List",
},
];

export const metadata: Metadata = {
title: "Contact",
description: "Contact the Hyku team",
description: "Contact the Avalon team",
};

export default function ContactPage() {
Expand All @@ -53,10 +60,7 @@ export default function ContactPage() {
Get in touch
</h2>
<p className="mt-4 leading-7 text-foreground-muted">
Developing a sustainable open source software project
depends on the strength of the community. We hope you'll
consider joining our listserv, chatting on Slack, or
checking out our code on Github.
primary mailing list for announcements about upcoming developments, new releases, meeting and other important milestones during the development of Avalon Media System.
</p>
</div>
<div className="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:col-span-2 lg:gap-8">
Expand Down
29 changes: 8 additions & 21 deletions src/components/getting-started/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,30 @@ import {

const features = [
{
name: "Hyku User Documentation",
name: "Avalon User Documentation",
description:
"The Hyku user documentation explains more about Hyku and its features, including an in-depth user orientation.",
href: "https://samvera.atlassian.net/wiki/spaces/hyku/overview?homepageId=715789904",
"The Avalon user documentation explains more about using Avalon for patrons and staff users.",
href: "https://samvera.atlassian.net/wiki/spaces/avalon/overview",
icon: DocumentTextIcon,
},
{
name: "Hyku Developers",
name: "Avalon Developers",
description:
"As an open source software solution, Hyku's code is freely available on Github. The ReadMe includes information on setting up your environment, deploying the application, and running the stack.",
"As an open source software solution, Avalon's code is freely available on Github. The ReadMe includes information on setting up your environment, deploying the application, and running the stack.",
href: "https://github.com/samvera/hyku?tab=readme-ov-file#readme",
icon: CodeBracketSquareIcon,
},
{
name: "Current Releases and Features",
description:
"The Hyku release notes are kept up to date with new and pending release details, including new features, bug fixes, and component updates.",
href: "https://github.com/samvera/hyku/releases",
"Details on new features, bug fixes, and component updates are available on the Releases page in Github.",
href: "https://github.com/avalonmediasystem/avalon/releases",
icon: RocketLaunchIcon,
},
{
name: "Hyku vs. Hyrax",
description:
"Hyrax is a Samvera Community Rails engine that creates a repository application. Hyku is the polished, turn-key repository solution built on Hyrax. Hyku offers the functionality of Hyrax in a ready-to-use application, while Hyrax can often be a better choice for repositories that require significant customization. Read more about the differences between Hyrax and Hyku in the Hyku Documentation.",
href: "https://samvera.atlassian.net/wiki/spaces/hyku/pages/718084040/Hyku+and+Hyrax+How+are+they+related+and+how+are+they+different",
icon: QuestionMarkCircleIcon,
},
{
name: "Glossary",
description: "Visit glossary documentation",
href: "https://samvera.atlassian.net/wiki/spaces/hyku/pages/2243952642/Glossary",
icon: ChatBubbleBottomCenterIcon,
},
{
name: "Samvera",
description:
"Hyku is a solution of the Samvera Community. Learn more about Samvera at samvera.org.",
"Avalon is a solution of the Samvera Community. Learn more about Samvera at samvera.org.",
href: "https://samvera.org",
icon: HomeModernIcon,
},
Expand Down
14 changes: 5 additions & 9 deletions src/components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,23 @@ const navigationExtended = [
...navigation,
{
name: "Learn More",
href: "https://github.com/samvera/hyku",
href: "https://samvera.atlassian.net/wiki/spaces/avalon/overview",
isExternal: true,
},
];

const socials = [
{
name: "X",
href: "http://twitter.com/HykuRepo",
href: "http://twitter.com/avalonmediasys",
icon: Twitter,
},
{
name: "GitHub",
href: "https://github.com/samvera/hyku",
href: "https://github.com/avalonmediasystem/avalon",
icon: GitHub,
},
{
name: "YouTube",
href: "https://www.youtube.com/channel/UC_m1Ovaaasa2ksyGaqz5i0Q",
icon: Youtube,
},

];

export default function Footer() {
Expand Down Expand Up @@ -71,7 +67,7 @@ export default function Footer() {
))}
</div>
<p className="mt-10 text-center text-xs leading-5 text-foreground-muted">
&copy; {new Date().getFullYear()} Hyku. All rights reserved.
&copy; {new Date().getFullYear()} Avalon Media System. All rights reserved.
</p>
</div>
</footer>
Expand Down
12 changes: 6 additions & 6 deletions src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React, { useEffect } from "react";

import Image from "next/image";
import Link from "next/link";
import hykuLogo from "../../../public/AvalonMediaSystem_Logo_RGB_Large.png";
import avalonLogo from "../../../public/AvalonMediaSystem_Logo_RGB_Large.png";
import { usePathname } from "next/navigation";
import { useState } from "react";

Expand Down Expand Up @@ -57,8 +57,8 @@ const Header = () => {
>
<div className="flex lg:flex-1">
<Link href="/" className="-m-1.5 p-1.5">
<span className="sr-only">Hyku</span>
<Image src={hykuLogo} alt="Hyku logo" className="h-8 w-auto" />
<span className="sr-only">Avalon</span>
<Image src={avalonLogo} alt="Avalon logo" className="h-8 w-auto" />
</Link>
</div>

Expand Down Expand Up @@ -108,8 +108,8 @@ const Header = () => {
<DialogPanel className="fixed inset-y-0 right-0 z-50 w-full overflow-y-auto bg-background px-6 py-6 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10">
<div className="flex items-center justify-between">
<a href="#" className="-m-1.5 p-1.5">
<span className="sr-only">Your Company</span>
<Image src={hykuLogo} alt="Hyku logo" className="h-8 w-auto" />
<span className="sr-only">Avalon Media System</span>
<Image src={avalonLogo} alt="Avalon logo" className="h-8 w-auto" />
</a>
<button
type="button"
Expand All @@ -135,7 +135,7 @@ const Header = () => {
</div>
<div className="py-6">
<a
href="https://github.com/samvera/hyku"
href="https://samvera.atlassian.net/wiki/spaces/avalon/overview"
target="_blank"
rel="noopener noreferrer"
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-foreground hover:bg-foreground/5"
Expand Down
2 changes: 1 addition & 1 deletion src/components/news/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function NewsList() {
</span>
</p>
<p className="text-foreground-muted !mt-0">
Hyku Administrator
Avalon Administrator
</p>
</div>
</div>
Expand Down

0 comments on commit baa16f1

Please sign in to comment.