Skip to content

Commit e0ee72b

Browse files
authored
Adds a learning bootcamp curriculum page (#1143)
1 parent 575e0ae commit e0ee72b

10 files changed

+335
-5
lines changed

_sass/minima/_article.scss

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
article.guide {
22
position: relative;
33

4+
p,
5+
li {
6+
strong {
7+
font-weight: 500;
8+
color: var(--frontHex);
9+
}
10+
}
11+
412
> figure:first-child {
513
margin-top: 0;
614
}
Loading
Loading
Loading
Loading
Loading

guide/resources/code-resources.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: guide
33
title: Code resources
44
description: Code implementations of reference designs and other resources from the Bitcoin Design Guide, created by the community.
5-
nav_order: 4
5+
nav_order: 5
66
parent: Resources
77
permalink: /guide/resources/code-resources/
88
main_classes: -no-top-padding
@@ -63,8 +63,8 @@ Various guides on how to build bitcoin wallets that are related to the Bitcoin D
6363
---
6464

6565
{% include next-previous.html
66-
previousUrl = "/guide/resources/design-challenges/"
67-
previousName = "Design challenges"
66+
previousUrl = "/guide/resources/learning-bootcamp/"
67+
previousName = "Learning bootcamp"
6868
nextUrl = "/guide/contribute/"
6969
nextName = "Contribute to guide"
7070
%}

guide/resources/design-challenges.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ Now let's look at how to [contribute to the guide]({{ '/guide/contribute/' | rel
9595
{% include next-previous.html
9696
previousUrl = "/guide/resources/design-research/"
9797
previousName = "Design research"
98-
nextUrl = "/guide/resources/code-resources/"
99-
nextName = "Code resources"
98+
nextUrl = "/guide/resources/learning-bootcamp/"
99+
nextName = "Learning bootcamp"
100100
%}

guide/resources/introduction.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Get hands-on with these take-home bitcoin design challenges to practice and play
5252

5353
---
5454

55+
### [Learning bootcamp]({{ '/guide/resources/learning-bootcamp/' | relative_url }})
56+
57+
Go through this 4-week self-guided learning experience to level up your bitcoin & design skills and knowledge.
58+
59+
---
60+
5561
### [Code resources]({{ '/guide/resources/code-resources/' | relative_url }})
5662

5763
Code resources that are based on, or influenced by the Bitcoin Design Guide and the Bitcoin UI Kit.

guide/resources/learning-bootcamp.md

+316
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)