Skip to content

Commit

Permalink
Update mailing list and main page description
Browse files Browse the repository at this point in the history
  • Loading branch information
elynema committed Dec 19, 2024
1 parent 1da1d3a commit 7c459c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Metadata } from "next";
const contactCards = [
{
description:
"Email us with questions, requests for demos, and other communications.",
"Email the Avalon team directly to request editor access to the demo site, ask questions about the software, or discuss whether Avalon Media System might meet your needs.",
email: "avalon@iu.edu",
title: "Email",
},
Expand Down Expand Up @@ -35,7 +35,7 @@ const contactCards = [
},
{
description: "The mailing list for project announcements and discussion.",
email: "avalon-l@list.indiana.edu",
email: "avalon-l@list.iu.edu",
title: "Mailing List",
},
];
Expand Down
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default async function Homepage() {
<p className="mt-6 text-lg leading-8 text-foreground-muted">
Avalon Media System is an open source platform for managing
and providing access to large collections of digital audio and
moving image content.
moving image content. The project is led by the libraries of Indiana
University Bloomington.
</p>
<div className="mt-10 flex items-center justify-center gap-x-6">
<Link href="/getting-started" className="button-primary">
Expand Down

0 comments on commit 7c459c4

Please sign in to comment.