Skip to content

Commit

Permalink
Add Black Friday Promo post
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Nov 25, 2024
1 parent 7ff6f85 commit 208f1b9
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 12 deletions.
6 changes: 6 additions & 0 deletions _sass/kankoda/tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
border: solid 1px #ddaa00;
}

.tag.promos {
color: black !important;
background-color: #6CCFCB;
border: solid 1px #508A87;
}

.tag.releases {
color: black !important;
background-color: white;
Expand Down
Binary file removed assets/headers/9.0-promo.jpg
Binary file not shown.
Binary file removed assets/headers/9.0-rc4.jpg
Binary file not shown.
Binary file removed assets/headers/9.0-rc5.jpg
Binary file not shown.
File renamed without changes
Binary file added assets/headers/9/rc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/headers/blackfriday/24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion collections/_posts/2024/2024-11-20-keyboardkit-9-rc4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: KeyboardKit 9.0 RC 4
date: 2024-11-20 08:00:00 +0100
tags: releases

image: /assets/headers/9.0-rc4.jpg
image: /assets/headers/9/rc.jpg

release: https://github.com/KeyboardKit/KeyboardKit/releases/tag/9.0.0-rc.4
release-pro: https://github.com/KeyboardKit/KeyboardKitPro/releases/tag/9.0.0-rc.4
Expand Down
2 changes: 1 addition & 1 deletion collections/_posts/2024/2024-11-21-keyboardkit-9-rc5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: KeyboardKit 9.0 RC 5
date: 2024-11-21 08:00:00 +0100
tags: releases

image: /assets/headers/9.0-rc5.jpg
image: /assets/headers/9/rc.jpg

post-rc4: /blog/2024/11/20/keyboardkit-9-rc4

Expand Down
19 changes: 19 additions & 0 deletions collections/_posts/2024/2024-11-25-black-friday.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Black Friday - Save 50% on Pro
date: 2024-11-25 08:00:00 +0100
tags: promos

image: /assets/headers/blackfriday/24.jpg
---

The KeyboardKit Black Friday Deal for 2024 is live! **Save 50%** on your first payment when signing up for [KeyboardKit Pro](/pro), using this exclusive discount code.

![KeyboardKit logo]({{page.image}})

KeyboardKit Pro 9 is soon here, and with it price increases for all tiers. Sign up for KeyboardKit Pro today to lock in the current license price, before it increases next week.

If you [sign up today](/pro), you can also use the Black Friday discount code `KK-BF24-LXX8YV8` at checkout, to [save an additional 50% on your first payment](/pro).

This works with the Basic, Silver, *and* Gold tier, which means that you can save up to [$2.500](/pro) if you sign up for the [Yearly Gold Plan](/pro)!

You can see more details and compare tiers at the [KeyboardKit Pro product page](/pro).
27 changes: 18 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,24 @@
<hr />

<section>
<h2>KeyboardKit 9.0 is soon here!</h2>
<p>
Give it a try with the latest <a href="/blog/2024/11/21/keyboardkit-9-rc5">Release Candidate</a>.
</p>
<article>
<a href="/blog/2024/11/21/keyboardkit-9-rc5" class="scale">
<img src="/assets/headers/9.0-preview.jpg" />
</a>
</article>
<h2>Latest News</h2>
<p>Buckle up for KeyboardKit 9 & Black Friday!</p>
<div class="grid col2">
<div>
<article>
<a href="/blog/2024/11/25/black-friday" class="scale">
<img src="/assets/headers/blackfriday/24.jpg" />
</a>
</article>
</div>
<div>
<article>
<a href="/blog/2024/11/21/keyboardkit-9-rc5" class="scale">
<img src="/assets/headers/9/rc.jpg" />
</a>
</article>
</div>
</div>
</section>

<hr />
Expand Down
2 changes: 1 addition & 1 deletion pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /blog/
<h1>Blog</h1>

<div class="blog list">
{%- include kankoda/tags/list.html tags=site.tags firstmost="releases,pro" -%}
{%- include kankoda/tags/list.html tags=site.tags firstmost="releases,pro,promos" -%}
{% for post in site.posts %}
{% include kankoda/blog/list-item.html post=post %}
{% endfor %}
Expand Down

0 comments on commit 208f1b9

Please sign in to comment.