Skip to content

Commit

Permalink
Clean up blog hero image styling and make copy change for "What is WA…
Browse files Browse the repository at this point in the history
…Tcloud?" post (#3228)

## Description

This PR contains a style change for the blog hero image and minor copy
changes to the "What is WATcloud?" blog post.

### Style change

Before/after on screens with small width:
<img width="2672" alt="image"
src="https://github.com/user-attachments/assets/c5123c81-e38e-4a97-b34a-0972a8fb1832">

Also removes unnecessary image size changes on certain browsers (like
brave on iPadOS) that change window height on scroll:


https://github.com/user-attachments/assets/47a2a0e0-086f-4bd8-a915-7238c1d78d5f



## Checklist
- [x] I have read and understood the [WATcloud
Guidelines](https://cloud.watonomous.ca/docs/community-docs/watcloud/guidelines)
- [x] I have performed a self-review of my code
  • Loading branch information
ben-z authored Sep 23, 2024
1 parent eda7052 commit dabcc46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/blog-post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function BlogPostHeader() {
<Picture
image={titleImage}
alt={titleImageAttribution}
imgClassName='h-[33vh] min-h-64 max-h-96 w-auto object-contain'
imgClassName='max-h-96 object-contain'
/>
</PopoverTrigger>
<PopoverContent side='bottom' className="w-96 max-w-full">
Expand Down
17 changes: 9 additions & 8 deletions pages/blog/what-is-watcloud.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Under the Hood: What is WATcloud?'
description: "WATcloud is the result of over four years of dedicated work on both hardware and software to make computing resources easily accessible to everyone."
description: "Curious about how WATcloud makes computing resources easily and fairly accessible to everyone? Join us as we kick off a blog series exploring our four-year journey of refining our compute cluster's hardware and software—from servers and networking to user provisioning and observability systems."
title_image:
square: 'under-the-hood-square'
wide: 'under-the-hood-wide'
Expand All @@ -16,19 +16,20 @@ notify_subscribers: true
hidden: false
---

WATcloud's mission is to make computing resources available to everyone in an easy and fair way.
Over the past four years, we have continuously iterated on both the hardware and software that comprise our cluster.
On the hardware side, WATcloud consists of servers, switches, IP-KVMs[^ip-kvm], and other peripherals that form our compute cluster.
On the software side, WATcloud encompasses over 3,000 pull requests and tickets in our internal monorepo,
along with over 40 satellite repositories ranging from bug-fixing forks of open-source projects to custom tools.
WATcloud's mission is to make computing resources easily and fairly accessible to everyone.
Over the past four years, we have continuously refined both the hardware and software that comprise our cluster.
On the hardware side, WATcloud includes servers, switches, IP-KVMs[^ip-kvm], and other peripherals that form our compute infrastructure.
On the software side, we have developed a variety of systems for managing the compute cluster, user provisioning, and auxiliary services.
These efforts encompass over 3,000 pull requests and tickets in our internal monorepo, along with more than 40 satellite repositories—ranging
from bug-fixing forks of open-source projects to custom tools.
Throughout the years, we've learned and grown immensely, and we're excited to share our journey with you.

[^ip-kvm]: IP-KVM stands for Internet Protocol Keyboard, Video, and Mouse. It allows us to remotely control servers as if we were physically present.
[^ip-kvm]: IP-KVM stands for Internet Protocol Keyboard, Video, and Mouse. It allows us to remotely control servers (console access, power cycling, etc.) as if we were physically present.

Over the next few blog posts, we'll be sharing the architecture of WATcloud in its current state and how we got here.
Here's a list of topics we'll be covering:
- Compute cluster hardware setup
- Operating system/hypervisor/virtual machine configuration
- Operating system, hypervisor, and virtual machine configuration
- Distributed storage configuration
- Network configuration
- Compute cluster provisioning pipeline
Expand Down

0 comments on commit dabcc46

Please sign in to comment.