Skip to content

Commit

Permalink
Update to the website
Browse files Browse the repository at this point in the history
1. Text-based updates for consistency
2. Updating the architecture diagram and including alt text
3. Removing drop-downs for removed projects

Signed-off-by: Alexandra Settle <[email protected]>
  • Loading branch information
asettle committed Feb 1, 2024
1 parent 27e6a70 commit a549179
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 27 deletions.
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
30 changes: 15 additions & 15 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ 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 +51,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 +73,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 +93,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 @@ -131,7 +131,7 @@ export default function HomepageFeatures() {
<h2 className="font-weight-bolder mb-0">How it Works<br /></h2>
</div>
</div>
<div className="lc-block mb-5"><img src="../img/Harvester-Architecture-3.2-Outlines.svg" alt="" /></div>
<div className="lc-block mb-5"><img src="../img/harvester-architecture-update.png" alt="Harvester Architecture Diagram" /></div>
</div>
</div>
</div>
Expand Down
Binary file added static/img/harvester-architecture-update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a549179

Please sign in to comment.