Skip to content

Commit

Permalink
Remove duplicated homepage content
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Oct 3, 2023
1 parent 0baabf7 commit aa66b14
Showing 1 changed file with 0 additions and 130 deletions.
130 changes: 0 additions & 130 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,136 +162,6 @@ export default function Home() {
</SimpleGrid>
</>
</Layout>
<Heading level="two">
Explore the Library&apos;s Vast Research Collections & More
</Heading>
<div>
<p>
Discover millions of items from The New York Public Library&apos;s
Stephen A. Schwarzman Building, Schomburg Center for Research in Black
Culture, and The New York Public Library for the Performing Arts.
Plus, access materials from library collections at Columbia
University, Harvard University, and Princeton University.{" "}
<Link href="/research/collections/about/shared-collection-catalog">
Learn more.
</Link>
</p>
<p>
Please note that the Research Catalog does not include circulating
materials. For books and more that you can check out to take home
please visit our{" "}
<RCLink href="https://nypl.na2.iiivega.com/">
circulating branch catalog.
</RCLink>{" "}
The{" "}
<RCLink href="https://legacycatalog.nypl.org/">
legacy research catalog
</RCLink>{" "}
is still available, but does not include all of our Scan & Deliver
options or the Columbia University, Harvard University, and Princeton
University material from the Shared Collection.
</p>
</div>
<SimpleGrid columns={1} gap="grid.m">
<Heading level="three" noSpace>
Research at NYPL
</Heading>
<Card
imageProps={{
alt: "Image of manuscript from NYPL Research Archive",
aspectRatio: "twoByOne",
size: "large",
src: "https://cdn-petrol.nypl.org/sites/default/media/styles/extralarge/public/archives-portal.jpg?itok=-oYtHmeO",
}}
layout="row"
>
<CardHeading level="four">
<Link href="/research/collections">Collections</Link>
</CardHeading>
<CardContent>
<p>
Discover our world-renowned research collections, featuring more
than 46 million items.
</p>
</CardContent>
</Card>
<Card
imageProps={{
alt: "Exterior shot of Stephen A. Schwarzman building",
aspectRatio: "twoByOne",
size: "large",
src: "https://cdn-petrol.nypl.org/sites/default/media/styles/extralarge/public/sasb.jpg?itok=sdQBITR7",
}}
layout="row"
>
<CardHeading level="four">
<Link href="/locations/map?libraries=research">Locations</Link>
</CardHeading>
<CardContent>
<p>
Access items, one-on-one reference help, and dedicated research
study rooms.
</p>
</CardContent>
</Card>
<Card
imageProps={{
alt: "The Lionel Pincus and Princess Firyal Map Division.",
aspectRatio: "twoByOne",
size: "large",
src: "https://cdn-petrol.nypl.org/sites/default/media/styles/extralarge/public/divisions.jpg?itok=O4uSedcp",
}}
layout="row"
>
<CardHeading level="four">
<Link href="/about/divisions">Divisions</Link>
</CardHeading>
<CardContent>
<p>
Learn about the subject and media specializations of our research
divisions.
</p>
</CardContent>
</Card>
<Card
imageProps={{
alt: "Image of man doing research in Rose main Reading Room",
aspectRatio: "twoByOne",
size: "large",
src: "https://cdn-petrol.nypl.org/sites/default/media/styles/extralarge/public/plan-you-visit.jpg?itok=scG6cFgy",
}}
layout="row"
>
<CardHeading level="four">
<Link href="/research/support">Support</Link>
</CardHeading>
<CardContent>
<p>
Plan your in-person research visit and discover resources for
scholars and writers.
</p>
</CardContent>
</Card>
<Card
imageProps={{
alt: "Image of man wheeling cart in NYPL stacks",
aspectRatio: "twoByOne",
size: "large",
src: "https://cdn-petrol.nypl.org/sites/default/media/styles/extralarge/public/research-services.jpg?itok=rSo9t1VF",
}}
layout="row"
>
<CardHeading level="four">
<Link href="/research/services">Services</Link>
</CardHeading>
<CardContent>
<p>
Explore services for online and remote researchers, as well as our
interlibrary services.
</p>
</CardContent>
</Card>
</SimpleGrid>
</>
)
}

0 comments on commit aa66b14

Please sign in to comment.