Skip to content

Commit

Permalink
Merge pull request #145 from samvera/142-homepage-updates
Browse files Browse the repository at this point in the history
Homepage updates
  • Loading branch information
heathergreerklein authored Apr 29, 2024
2 parents 2278dd0 + 776341e commit d0a50be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 89 deletions.
71 changes: 0 additions & 71 deletions components/home/BenefitHow.jsx

This file was deleted.

24 changes: 8 additions & 16 deletions components/home/Community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ export default function Community() {
</h2>
<div className="mt-6 leading-8 text-gray-600 lg:text-lg">
<p>
Samvera is not (and has never been) grant funded. It is
distributed, robust and open. The Samvera Community&nbsp;was
conceived and executed, under its original name “Hydra”, as a
collaborative, open source effort from its very beginning in 2008.
</p>
<p>
Samvera has grown into a vibrant, highly active community
including more than 30 Partners who formally support our work and
development.
</p>
<p>
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.
</p>
</div>

Expand Down
2 changes: 0 additions & 2 deletions pages/index.jsx
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -23,7 +22,6 @@ export default function Home({ blogPosts }) {
<ApplicationTypes applicationTypes={query.data} />
<Community />
<BannerContact />
<BenefitHow />
</HomeLayout>
</>
);
Expand Down

0 comments on commit d0a50be

Please sign in to comment.