Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the website #55

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').DocusaurusConfig} */
const config = {
title:
"The open source hyperconverged infrastructure (HCI) solution for a cloud native world",
"The open-source hyperconverged infrastructure solution for a cloud-native world",
tagline: "",
url: "https://harvesterhci.io",
baseUrl: "/",
Expand Down Expand Up @@ -85,21 +85,11 @@ const config = {
label: 'Elemental',
className: 'navbar__icon navbar__elemental',
},
{
href: 'https://epinio.io/',
label: 'Epinio',
className: 'navbar__icon navbar__epinio',
},
{
href: 'https://fleet.rancher.io/',
label: 'Fleet',
className: 'navbar__icon navbar__fleet',
},
{
href: 'https://opni.io/',
label: 'Opni',
className: 'navbar__icon navbar__opni',
},
{
href: 'https://opensource.suse.com/',
label: 'More Projects...',
Expand Down Expand Up @@ -130,7 +120,7 @@ const config = {
customFields: {
title: "Harvester - Open-source hyperconverged infrastructure",
description:
"An open-source hyperconverged infrastructure (HCI) software for a cloud-native world",
"The open-source hyperconverged infrastructure solution for a cloud-native world",
},
plugins: [
[
Expand Down
31 changes: 16 additions & 15 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ const FeatureList = [
title: 'Sits on the shoulders of cloud native giants',
description: (
<>
Harvester uses some of the most proven and mature open source software (OSS) components to build virtualization instead of proprietary kernels that are kept hidden from view.
Harvester uses proven and mature open source software (OSS) components to build virtualization instead of proprietary kernels that are kept hidden from view.
</>
),
},
{
title: 'Lower Total Cost of Ownership (TCO)',
description: (
<>
As 100% open source, Harvester is free from the costly license fees of other HCI solutions. Plus, with its foundation based on existing technology such as Linux & kernel- based virtual machines.
As 100% open source, Harvester is free from the costly license fees of other HCI solutions. Plus, its foundation is based on existing technology such as Linux and kernel-based virtual machines.
</>
),
},
Expand Down Expand Up @@ -52,7 +52,7 @@ export default function HomepageFeatures() {
<div className="col-md-8 pt-5">
<div className="lc-block text-light">
<div>
<h1 className="text-white">The open source hyperconverged infrastructure (HCI) solution for a cloud native world</h1>
<h1 className="text-white">The open-source hyperconverged infrastructure solution for a cloud-native world</h1>
</div>
</div>
<div className="lc-block">
Expand All @@ -74,12 +74,12 @@ export default function HomepageFeatures() {
<div className="col-md-12">
<div className="lc-block">
<div className="folder">
<h4>Great For</h4>
<h4>Great for</h4>
<div className="bg-light grid-dynamic text-center">
<h5>On-Prem HCI</h5>
<h5>Edge HCI</h5>
<h5>Hybrid Cloud</h5>
<h5>Containers and VMS in the Same Environment</h5>
<h5>Running Kubernetes in VMs on top of Harvester</h5>
<h5>Running containerized workloads on bare metal servers</h5>
<h5>Transitioning and modernizing workloads to cloud-native</h5>
<h5>The edge</h5>
</div>
</div>
</div>
Expand All @@ -94,11 +94,12 @@ export default function HomepageFeatures() {
<div className="lc-block text-center mb-5">
<div>
<h2 className="h3 font-weight-bolder">What is Harvester?</h2>
<p class="font-weight-light">Harvester is a modern Hyperconverged infrastructure (HCI) solution built for
bare metal servers using enterprise-grade open source technologies including Kubernetes, KubeVirt and
Longhorn. Designed for users looking for a cloud-native HCI solution, Harvester is a flexible and
affordable offering capable of putting VM workloads on the edge, close to your IoT, and integrated into
your cloud infrastructure.<br /></p>
<p class="font-weight-light">Harvester is a modern hyperconverged infrastructure (HCI)
solution built for bare metal servers using enterprise-grade open-source technologies
including Linux, KVM, Kubernetes, KubeVirt, and Longhorn. Designed for users looking
for a flexible and affordable solution to run cloud-native and virtual machine (VM)
workloads in your datacenter and at the edge, Harvester provides a single pane of glass
for virtualization and cloud-native workload management.<br /></p>
<div class="lc-block mb-5"><iframe width="560" height="315" src="https://www.youtube.com/embed/MWejWLfuTRg" title="Introducing Harvester HCI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
</div>
</div>
Expand Down Expand Up @@ -130,8 +131,8 @@ export default function HomepageFeatures() {
<div>
<h2 className="font-weight-bolder mb-0">How it Works<br /></h2>
</div>
<div className="lc-block mb-5"><img src="../img/harvester-arch-update-grey.png" alt="Harvester Architecture Diagram" /></div>
</div>
<div className="lc-block mb-5"><img src="../img/Harvester-Architecture-3.2-Outlines.svg" alt="" /></div>
</div>
</div>
</div>
Expand All @@ -147,7 +148,7 @@ export default function HomepageFeatures() {
<div>
<h2 className="font-weight-bolder mb-0">Get Started</h2>
<p className="font-weight-light">Want to try Harvester?</p>
<p className="font-weight-light lead">Simply install it directly onto your bare-metal server to get started.</p>
<p className="font-weight-light lead">Simply install it directly onto your bare metal server to get started.</p>
<a className="btn btn-lg btn-secondary" href="https://github.com/harvester/harvester/releases" target="_blank" rel="noopener">Download Now</a>
</div>
</div>
Expand Down
Binary file added static/img/harvester-arch-update-grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading