Skip to content

Commit 0115cb0

Browse files
committed
index.html: Add links release announcement post
Signed-off-by: Hector Martin <[email protected]>
1 parent f552ab4 commit 0115cb0

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

content/blog/2022/03/17-asahi-linux-alpha-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
date = "2021-12-18T23:00:00+00:00"
2+
date = "2022-03-18T23:50:00+00:00"
33
draft = false
44
title = "The first Asahi Linux Alpha Release is here!"
55
slug = "asahi-linux-alpha-release"

layouts/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ <h1>Linux on Apple Silicon</h1>
1111
</div>
1212
</div>
1313
</section>
14+
<section id="download">
15+
<div class="center-title">
16+
<h1>Download</h1>
17+
</div>
18+
<div class="download-card center-card">
19+
<i class="big-icon fas fa-arrow-down"></i>
20+
<p>The Asahi Linux alpha release is out!</p>
21+
<a href="/2022/03/asahi-linux-alpha-release/" class="more">Check out the announcement<i class="fas fa-angle-right more"></i></a>
22+
</div>
23+
</section>
1424
<section id="community" class="white-text">
1525
<div class="center-title">
1626
<h1>Community</h1>

static/css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,15 @@ div.chat-button a {
723723
justify-content: center;
724724
}
725725

726+
/* Download */
727+
body.landing #download {
728+
background-color: #4ecbaa;
729+
}
730+
731+
.download-card {
732+
background-color: #057f5f;
733+
}
734+
726735
/* Contribute */
727736
body.landing #contribute {
728737
background-color: #FFF;

0 commit comments

Comments
 (0)