Skip to content
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
48 changes: 33 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<meta property="og:title" content="Core-Monitor | Apple Silicon System Monitor and Fan Control for macOS">
<meta property="og:description" content="Open-source Apple Silicon monitoring with thermals, power, battery, alerts, menu bar status, Touch Bar widgets, and optional fan control.">
<meta property="og:url" content="https://offyotto.github.io/Core-Monitor/">
<meta property="og:image" content="https://offyotto.github.io/Core-Monitor/docs/images/ui/overview-2026.png">
<meta property="og:image" content="https://offyotto.github.io/Core-Monitor/images/ui/overview-v16.png?v=16">
<meta property="og:image:alt" content="Core-Monitor overview screen with CPU, thermals, battery, power, and fan cards.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Core-Monitor | Apple Silicon System Monitor and Fan Control for macOS">
<meta name="twitter:description" content="Free, open-source Mac monitoring for thermals, power, battery, menu bar status, Touch Bar widgets, and optional fan control.">
<meta name="twitter:image" content="https://offyotto.github.io/Core-Monitor/docs/images/ui/overview-2026.png">
<meta name="twitter:image" content="https://offyotto.github.io/Core-Monitor/images/ui/overview-v16.png?v=16">
<link rel="stylesheet" href="styles.css">
<script type="application/ld+json">
{
Expand Down Expand Up @@ -58,9 +58,12 @@
"Touch Bar widgets, launchers, and WeatherKit-backed weather on supported Macs"
],
"screenshot": [
"https://offyotto.github.io/Core-Monitor/docs/images/ui/overview-2026.png",
"https://offyotto.github.io/Core-Monitor/docs/images/ui/thermals-2026.png",
"https://offyotto.github.io/Core-Monitor/docs/images/ui/menu-bar-2026.png"
"https://offyotto.github.io/Core-Monitor/images/ui/overview-v16.png?v=16",
"https://offyotto.github.io/Core-Monitor/images/ui/memory-v16.png?v=16",
"https://offyotto.github.io/Core-Monitor/images/ui/storage-v16.png?v=16",
"https://offyotto.github.io/Core-Monitor/images/ui/cooling-v16.png?v=16",
"https://offyotto.github.io/Core-Monitor/images/ui/menu-network-v16.png?v=16",
"https://offyotto.github.io/Core-Monitor/images/ui/menu-thermal-v16.png?v=16"
],
"offers": {
"@type": "Offer",
Expand Down Expand Up @@ -160,7 +163,7 @@ <h1 class="hero-title">See your Mac clearly.</h1>
</div>

<figure class="hero-shot">
<img src="images/ui/overview-2026.png" alt="Core-Monitor overview screen showing CPU load, memory usage, temperature, power, and fan cards.">
<img src="images/ui/overview-v16.png?v=16" alt="Core-Monitor overview screen with CPU, memory, temperature, cooling, power, network, and storage cards.">
</figure>
</section>

Expand All @@ -172,24 +175,39 @@ <h2>Everything important. Nothing noisy.</h2>
</div>
<div class="showcase-grid">
<figure class="showcase-card">
<img src="images/ui/overview-2026.png" alt="Core-Monitor overview screen with CPU, memory, temperature, power, and fan summaries.">
<img src="images/ui/overview-v16.png?v=16" alt="Core-Monitor overview screen with CPU, memory, temperature, cooling, power, network, and storage cards.">
<figcaption>
<strong>Overview</strong>
<span>See load, memory, temperatures, battery, power draw, and fan speed in one calm layout.</span>
</figcaption>
</figure>
<figure class="showcase-card">
<img src="images/ui/thermals-2026.png" alt="Core-Monitor thermals screen with live CPU and GPU temperature cards and sensor details.">
<img src="images/ui/memory-v16.png?v=16" alt="Core-Monitor memory screen with usage history and memory breakdown.">
<figcaption>
<strong>Thermals</strong>
<span>Live CPU and GPU temperatures with per-sensor detail.</span>
<strong>Memory</strong>
</figcaption>
</figure>
<figure class="showcase-card">
<img src="images/ui/storage-v16.png?v=16" alt="Core-Monitor storage screen with used, purgeable, free, and total capacity.">
<figcaption>
<strong>Storage</strong>
</figcaption>
</figure>
<figure class="showcase-card showcase-portrait">
<img src="images/ui/menu-bar-2026.png" alt="Core-Monitor menu bar panel showing quick monitoring status, helper state, and app actions.">
<figure class="showcase-card">
<img src="images/ui/cooling-v16.png?v=16" alt="Core-Monitor cooling screen with fan speeds, cooling mode, and custom fan curve.">
<figcaption>
<strong>Menu bar</strong>
<span>Get the state of your Mac at a glance. Open the dashboard. Reset fans. Quit cleanly.</span>
<strong>Cooling</strong>
</figcaption>
</figure>
<figure class="showcase-card">
<img src="images/ui/menu-network-v16.png?v=16" alt="Core-Monitor network menu bar panel.">
<figcaption>
<strong>Network</strong>
</figcaption>
</figure>
<figure class="showcase-card">
<img src="images/ui/menu-thermal-v16.png?v=16" alt="Core-Monitor thermal menu bar panel.">
<figcaption>
<strong>Thermals</strong>
</figcaption>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ section {

.showcase-grid {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(260px, 0.72fr);
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
align-items: start;
}
Expand Down