diff --git a/components/home/BenefitHow.jsx b/components/home/BenefitHow.jsx deleted file mode 100644 index f419ed523..000000000 --- a/components/home/BenefitHow.jsx +++ /dev/null @@ -1,71 +0,0 @@ -import FadeIn from "components/FadeIn"; -import React from "react"; - -export default function BenefitHow() { - return ( - -
-
-
-

Benefits of Samvera

-

- We believe that no single system can provide the full range - of repository-based solutions for a given institution’s needs and - that no single institution can resource the development of a full - range of solutions on its own. -

-

- Working together, the Samvera Community creates sustainable - solutions using a common infrastructure within which there is the - flexibility to tailor solutions to local demands and workflows. -

-

- Samvera software is free and open source, available under an - Apache 2 license. -

-
-
-

How it Works

-

- Samvera maintains a set of Ruby on Rails components (Ruby gems) - that, together, can be used to build flexible and extensible - digital repository solutions. Hyrax combines a number of these - components into a toolkit (a Rails engine) for building repository - applications to meet a wide range of repository requirements, - whilst Hyku is an out-of-the-box repository application with - multi-tenant capability built on Hyrax. -

-

- Samvera does not work in isolation and relies on a number of - external open source components, including: -

-
    -
  • - - Fedora - {" "} - – a durable repository layer for persisting and managing digital - objects. -
  • -
  • - - Apache Solr - {" "} - – a fast and performant search platform -
  • -
  • - - Blacklight - {" "} - – a discovery platform built on Solr -
  • -
-
-
-
-
- ); -} diff --git a/components/home/Community.jsx b/components/home/Community.jsx index e67fcfbb1..c96ac0fd2 100644 --- a/components/home/Community.jsx +++ b/components/home/Community.jsx @@ -11,22 +11,14 @@ export default function Community() {

- Samvera is not (and has never been) grant funded. It is - distributed, robust and open. The Samvera Community was - conceived and executed, under its original name “Hydra”, as a - collaborative, open source effort from its very beginning in 2008. -

-

- Samvera has grown into a vibrant, highly active community - including more than 30 Partners who formally support our work and - development. -

-

- Samvera is designed so that adopters can each have their own mix - of features; variation is part of the plan. For adopters who do - not have the resourcing to create their own variant, the Samvera - Community has developed rather more “off-the-shelf” application - bundles. + Samvera is a vibrant, highly active community including more than + 30 Partners who formally support our work and development. Working + together, members of the Samvera Community create sustainable + repository solutions based on a common infrastructure, allowing + the flexibility to tailor solutions to local demands and + workflows. This provides the foundation for both highly + customized, extensible repositories as well as turn-key solutions + that allow adopters to get up and running quickly.

diff --git a/pages/index.jsx b/pages/index.jsx index c5b3f2cff..0f0d7b7f7 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -1,6 +1,5 @@ import ApplicationTypes from "components/home/ApplicationTypes"; import BannerContact from "components/BannerContact"; -import BenefitHow from "components/home/BenefitHow"; import BlogPostsWithFeatured from "components/news/BlogPostsWithFeatured"; import Community from "components/home/Community"; import FeaturedAppsSlider from "components/home/FeaturedAppsSlider"; @@ -23,7 +22,6 @@ export default function Home({ blogPosts }) { - );