Skip to content

Commit

Permalink
Merge pull request #119 from samvera/update-marketing-speak
Browse files Browse the repository at this point in the history
updated readme and intro text
  • Loading branch information
mbklein authored Aug 3, 2023
2 parents 2dc1a8f + 7c6dd61 commit d380a04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions docs/components/HomepageHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ import lightDiagram from '../public/assets/serverless-iiif-diagram.png';
const HomepageHeader = () => {
return (
<div className={classNames.header}>
<h1 className={classNames.headline}>Serve images via IIIF</h1>
<h1 className={classNames.headline}>Fast, zoomable images without servers</h1>
<p className={classNames.subtitle}>
A IIIF 2.1 Image API compliant server written as an AWS Serverless
Application.
<br />
Community Driven. Open Source.
A cost-effective, infinitely scalable IIIF 2.1 image api compliant service packaged as an AWS Serverless Application with minimum setup and no maintenance. Suitable for large institutional collections or small digital humanities projects.
<br />Community Driven. Open Source.
</p>
<CallToAction href='/docs' text='Get started' />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Callout } from 'nextra/components';

## Description

A [IIIF 2.1 Image API](https://iiif.io/api/image/2.1/) compliant server written as an [AWS Serverless Application](https://aws.amazon.com/serverless/sam/).
A cost-effective, infinitely scalable [IIIF 2.1](https://iiif.io/api/image/2.1/) image api compliant service packaged as an [AWS Serverless Application](https://aws.amazon.com/serverless/sam/) with minimum setup and no maintenance. Suitable for large institutional collections or small digital humanities projects.

## Components

Expand Down
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Navigate to the `/docs` directory, and run
npm install

# Start the app
npm dev
npm run dev
```

## Generate static site docs
Expand Down

0 comments on commit d380a04

Please sign in to comment.