Skip to content

Commit 91d2f4c

Browse files
committed
Banner saying project is no longer under development
1 parent bd4b1ee commit 91d2f4c

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ GEM
217217
nokogiri (1.15.1)
218218
mini_portile2 (~> 2.8.2)
219219
racc (~> 1.4)
220+
nokogiri (1.15.1-arm64-darwin)
221+
racc (~> 1.4)
220222
nokogiri (1.15.1-x86-mingw32)
221223
racc (~> 1.4)
222224
nokogiri (1.15.1-x86_64-linux)
@@ -273,6 +275,7 @@ GEM
273275
webrick (1.8.1)
274276

275277
PLATFORMS
278+
arm64-darwin-21
276279
x86-mingw32
277280
x86-mswin32-60
278281
x86_64-linux

_layouts/default.html

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ <h1>{{ site.title | default: site.github.repository_name }}</h1>
3535
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
3636
</ul>
3737
{% endif %}
38+
39+
<div style="color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding:.75rem 1.25rem;border-radius:.25rem;margin-bottom:1rem">
40+
<p><b>This project is no longer under active development.</b> You can read more <a href="/parts/part15.html">here</a>. But if you'd like to keep learning how to make your own SQLite clone from scratch, or one of many other projects like Docker, Redis, Git or BitTorrent, try <a href="https://app.codecrafters.io/join?via=cstack"><b>CodeCrafters</b></a>.</p>
41+
</div>
42+
<div>
43+
<a href="https://app.codecrafters.io/join?via=cstack"><img src="{{site.url}}{{site.baseurl}}/assets/images/code-crafters.jpeg" alt="{{ include.description }}"/></a>
44+
</div>
3845
</header>
3946
<section>
4047

_parts/part15.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Part 15 - Where to go next
3+
date: 2024-03-04
4+
---
5+
6+
This project is no longer under active development.
7+
8+
But if you'd like to keep learning how to make your own SQLite clone from scratch, or one of many other projects like Docker, Redis, Git or BitTorrent, try <a href="https://app.codecrafters.io/join?via=cstack"><b>CodeCrafters</b></a>.
9+
10+
CodeCrafters maintains a <a href="https://github.com/codecrafters-io/build-your-own-x?tab=readme-ov-file#build-your-own-docker">pretty comprehensive list of "Build your own X" tutorials</a> including "Build your own Database".
11+
12+
Plus, if your company has a learning and development budget, you can use it to pay for CodeCrafter's paid service:
13+
14+
<a href="https://app.codecrafters.io/join?via=cstack"><img src="{{site.url}}{{site.baseurl}}/assets/images/code-crafters.jpeg" alt="{{ include.description }}"/></a>
15+
16+
If you use my referral link, I get a commision.

assets/images/code-crafters.jpeg

35.4 KB
Loading

0 commit comments

Comments
 (0)