Skip to content

Commit f795edf

Browse files
walkerwalker
authored andcommitted
Bulk update of curriculum
1 parent 73de0bf commit f795edf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1915
-43
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ Thumbs.db
2020
# JetBrains #
2121
###############
2222
/.idea/
23+
24+
themes

config/_default/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ enableRobotsTXT = true
88
languageCode = "en-US"
99
paginate = 7
1010
rssLimit = 10
11+
theme = ["hugo-debugprint"]
1112

1213
# Multilingual
1314
defaultContentLanguage = "en"

config/_default/menus/menus.en.toml

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,15 @@
1919
height = 26
2020

2121
[[main]]
22-
name = "Resources"
23-
url = "/resources/about/"
22+
name = "About"
23+
url = "/about/"
2424
weight = 3500
2525
[main.params]
26-
identifier = "resources"
26+
identifier = "about"
2727
image = "https://cdn-icons-png.flaticon.com/128/2563/2563002.png"
2828
width = 24
2929
height = 24
3030

31-
[[main]]
32-
name = "Website"
33-
url = "https://pl-launchpad.io"
34-
weight = 4000
35-
[main.params]
36-
identifier = "website"
37-
image = "https://cdn-icons-png.flaticon.com/512/4302/4302080.png"
38-
width = 24
39-
height = 24
40-
4131
# [[main]]
4232
# name = "Get Started"
4333
# weight = 30
@@ -73,6 +63,27 @@
7363
url = "https://twitter.com/launchpad_pl"
7464
weight = 20
7565

66+
[[curriculum]]
67+
name = "Getting Started"
68+
weight = 1
69+
identifier = "curriculum-intro"
70+
[curriculum.params]
71+
image = "/logos/lp-primary-color.png"
72+
width = 100
73+
height = 100
74+
section = "getting-started"
75+
description = "How to get started with the self-guided Launchpad curriculum."
76+
77+
[[curriculum]]
78+
name = "Web 3 Basics"
79+
weight = 9
80+
identifier = "curriculum-web3"
81+
[curriculum.params]
82+
image = "/logos/blockchain.png"
83+
width = 100
84+
height = 100
85+
section = "web3"
86+
description = "Learn about the basics of web3, including blockchains, wallets, and more."
7687

7788
[[curriculum]]
7889
name = "Protocol Labs Network"
@@ -98,7 +109,7 @@
98109

99110
[[curriculum]]
100111
name = "IPLD"
101-
weight = 30
112+
weight = 50
102113
identifier = "curriculum-ipld"
103114
[curriculum.params]
104115
image = "/logos/ipld.png"
@@ -120,7 +131,7 @@
120131

121132
[[curriculum]]
122133
name = "Filecoin"
123-
weight = 50
134+
weight = 30
124135
identifier = "curriculum-filecoin"
125136
[curriculum.params]
126137
image = "/logos/filecoin.png"
@@ -131,7 +142,7 @@
131142

132143
[[curriculum]]
133144
name = "Dev Tools"
134-
weight = 55
145+
weight = 35
135146
identifier = "curriculum-devtools"
136147
[curriculum.params]
137148
image = "/icons/devtools.png"
@@ -140,21 +151,6 @@
140151
section = "dev-tools"
141152
description = "Learn about some of the most popular tools and projects built using Protocol Labs' technology"
142153

143-
[[resources]]
144-
name = "Resources"
145-
weight = 20
146-
identifier = "resources-other"
147-
148-
[[resources]]
149-
name = "Prerequisites"
150-
weight = 20
151-
identifier = "resources-prerequisites"
152-
153-
[[resources]]
154-
name = "About"
155-
weight = 20
156-
identifier = "resources-about"
157-
158154

159155
[[tutorials]]
160156
name = "Introduction to IPFS"
@@ -209,5 +205,5 @@
209205

210206
[[footer]]
211207
name = "About Launchpad"
212-
url = "/resources/about/"
208+
url = "/about/"
213209
weight = 10

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repoHost = "GitHub"
7070
docsRepo = "https://github.com/protocol/launchpad"
7171
docsRepoBranch = "main"
7272
docsRepoSubPath = ""
73-
editPage = false
73+
editPage = true
7474
lastMod = false
7575

7676
[options]

content/en/_index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
---
2-
title : "Launchpad"
2+
title: "Launchpad"
33
description: ""
44
lead: "Launchpad is a hiring & onboarding program designed for accelerating technical growth in the Web3 space."
55
date: 2020-10-06T08:47:36+00:00
66
lastmod: 2020-10-06T08:47:36+00:00
77
draft: false
88
images: []
99
---
10+
11+
Launchpad is a training program covering topics like: blockchains,
12+
peer-to-peer communication, content addressing, and decentralized file storage. The program was built over 1.5 years, running over 12 live cohorts virtually and in person in locations such as Paris, Reykjavik, San Francisco and more.
13+
14+
{{< youtube DMmCZgKOUlD9LVr >}}
15+
16+
Launchpad live cohorts are currently paused. Our curriculum and resources which have proven valuable to more than 270 participants from 20 diverse organizations are now available to use for self-guided exploration.
17+
18+
Click on 'Discover Curriculum' in the menu to begin your learning experience!"
19+
20+
To get in touch with us at Protocol Labs, feel free to join [Filecoin
21+
Slack](https://filecoin.io/slack).
22+
23+
If you would like to be notified of future cohorts, please
24+
join our wait-list below.

content/en/about/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "About Launchpad"
3+
description: "Describes the Protocol Labs Launchpad program."
4+
draft: false
5+
weight: 20
6+
aliases:
7+
- /about/
8+
---
9+
10+
{{< aboutpage >}}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "Built on IPFS and Filecoin"
3+
description: "Apps, Tooling, and Other Projects"
4+
draft: true
5+
menu:
6+
curriculum:
7+
parent: "curriculum-devtools"
8+
category: lecture
9+
level:
10+
- shallow
11+
- deep
12+
weight: 300
13+
---
14+
15+
IPFS and Filecoin have made it possible for a number of Dapps and tooling to be built for Web3.
16+
17+
### DApps and Tooling
18+
19+
- [Slate](https://slate.host/) (app)
20+
- [Infura](https://infura.io/docs/filecoin) (dev tooling)
21+
- [Fleek](https://fleek.co/) (app + dev tooling)
22+
- [Fission](https://fission.codes) (app + dev tooling)
23+
- [Powergate](https://docs.textile.io/powergate/) (dev tooling)
24+
- [Truffle](https://filecoin.io/blog/posts/truffle-suite-launches-nft-development-template-with-filecoin-box/) (dev tooling)
25+
- [Audius](https://audius.co/) (app)
26+
- [File.Video](https://file.video/) (app)
27+
- [Peergos](https://book.peergos.org/) (app)
28+
- [https://share.ipfs.io](https://share.ipfs.io)
29+
30+
### Other Projects
31+
32+
- Case Study: Starling
33+
- [Starling Case Study - Testimony of Genocide ](https://www.youtube.com/watch?v=FOPRhf8B6wg&feature=youtu.be)
34+
- [The Starling Framework for Data Integrity](https://www.youtube.com/watch?v=VRX44LeBoO0&t=7s)<span style="text-decoration:underline;"> </span>
35+
- [Social media’s selective historical memory is a human rights issue](https://www.independent.co.uk/voices/social-media-moderating-content-human-rights-b1788337.html)
36+
- Community meetups
37+
38+
- [April 3rd Governance Meeting](https://www.youtube.com/watch?v=BIvFtwCeOjU)<span style="text-decoration:underline;"> </span>
39+
- [April 13th Filecoin Meetup](https://www.youtube.com/watch?v=zjtsnqNjIfo)<span style="text-decoration:underline;"> </span>
40+
- [March 29th Core Devs Mtg](https://www.youtube.com/watch?v=utHInpSmoxw)<span style="text-decoration:underline;"> </span>
41+
- [March 30th Filecoin Plus](https://www.youtube.com/watch?v=BOLZ_iyVVaI)
42+
43+
- Filecoin launchpad [https://www.youtube.com/playlist?list=PL_0VrY55uV19AJ9uqZODM16cL8oj3uAO-](https://www.youtube.com/playlist?list=PL_0VrY55uV19AJ9uqZODM16cL8oj3uAO-)
394 KB
Loading
42.1 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)