Skip to content

Commit

Permalink
docs: fixes to the homepage, footer, log
Browse files Browse the repository at this point in the history
From PRs #706 #707 #708 #709

Co-authored-by: Steve Francis <steve.francis@siderolabs.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
Signed-off-by: Steve Francis <steve.francis@siderolabs.com>
  • Loading branch information
2 people authored and smira committed Jan 17, 2022
1 parent 682594c commit 34f7822
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 50 deletions.
2 changes: 1 addition & 1 deletion website/gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
title: "Bare Metal Kubernetes",
description: "A bare metal provisioning system for managing Kubernetes clusters",
web: process.env.URL_WEB || false,
twitter: "https://twitter.com/talossystems",
twitter: "https://twitter.com/SideroLabs",
github: "https://github.com/talos-systems/sidero",
nav: {
links: [{ path: "", title: "Docs" }],
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="text-center">
<a class="inline-block no-underline color-inherit" href="/">
© 2020 Talos Systems, Inc.
© 2022 Sidero Labs, Inc.
</a>
</div>
</div>
Expand Down
17 changes: 11 additions & 6 deletions website/src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<div class="flex flex-col items-center mb-2 text-ui-primary">
<Logo :width="80" />
<h2 class="text-3xl text-6xl font-black tracking-tighter border-none">
Sidero
Sidero Metal
</h2>
</div>
<h1 class="text-4xl text-center lg:text-5xl">
Bare Metal Lifecycle Management.
Kubernetes Bare Metal Lifecycle Management.
</h1>
<p class="text-xl font-medium text-center">Automated. Secure.</p>

<p class="text-xl font-medium text-center">Automated. Secure. Simple.</p>
<p class="text-xl font-medium text-center" style="width: 50%;">Sidero Metal uses Cluster API to automate bare metal server provisioning and lifecycle management.
Clusters are provisioned (or re-provisioned) automatically, delivering a secure Kubernetes deployment.</p>
<p class="text-xl font-medium text-center" style="width: 50%;">
Sidero includes a metadata service, PXE and TFTP servers, as well as BMC and IPMI management for automation.</p>
<div class="flex justify-center mt-8">
<g-link
:to="latestDocs()"
Expand Down Expand Up @@ -49,7 +52,7 @@
Inventory Management
</h3>
<p class="text-lg text-left">
Register your servers. Classify them. Provision them.
Register your servers. Classify them. Deploy them.
</p>
</div>

Expand All @@ -61,10 +64,12 @@
Certified Kubernetes
</h3>
<p class="text-lg text-left">
Get a certified Kubernetes cluster that is secure with Talos.
Sidero Metal installs certified Kubernetes clusters secured with Talos Linux.
</p>
</div>
</div>
<p class="text-xl font-medium text-center items-center ">Sidero Metal is an Open Source project from the Sidero Labs team.
</p>
</div>
</Layout>
</template>
Expand Down
43 changes: 1 addition & 42 deletions website/static/images/logo.svg
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 34f7822

Please sign in to comment.