Skip to content

Commit 0998a74

Browse files
author
Neo
committed
chore: remove all Gumroad references
- web/learn.html: replace "Buy on Gumroad" buttons with "Start Course" links pointing at the open-source course content on GitHub; drop the bundle purchase block and per-course price tags that existed only to sell Gumroad versions. - education/README.md: rewrite to treat the courses purely as open source — no pricing, no Gumroad funnel, no "paid guided experience" tier. What's in the repo is what you learn from. - .gitignore: drop now-redundant gumroad/ + GUMROAD_LISTINGS entries that referenced content already removed earlier. All courses remain fully available and free to read in /education.
1 parent ca5a18b commit 0998a74

3 files changed

Lines changed: 12 additions & 43 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Thumbs.db
4747
# Internal — launch materials, grant applications, ops scripts, business docs
4848
launch/
4949
grants/
50-
gumroad/
5150
dedication/
5251
ROADMAP.md
5352
scripts/generate_launch_pdf.py
@@ -60,6 +59,5 @@ docs/REVENUE_STREAMS.md
6059
docs/SPONSORSHIP.md
6160
docs/OPEN_COLLECTIVE.md
6261
docs/FINETUNING_GUIDE.md
63-
education/GUMROAD_LISTINGS.md
6462
web/revenue.html
6563
web/pricing.html

education/README.md

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,25 @@
11
# 0pnMatrx Education Program
22

3-
Welcome to the official education program for **0pnMatrx** (OpenMatrix) -- the free AI agent platform that makes blockchain accessible to everyone.
3+
Welcome to the official education program for **0pnMatrx** (OpenMatrix) the free AI agent platform that makes blockchain accessible to everyone.
44

55
## Available Courses
66

7-
| Course | Title | Level | Price |
8-
|--------|-------|-------|-------|
9-
| [Course 01](./course-01-intro-to-0pnmatrx/) | Introduction to 0pnMatrx | Beginner | $49 |
10-
| [Course 02](./course-02-smart-contract-security/) | Smart Contract Security with Glasswing | Intermediate | $79 |
11-
| [Course 03](./course-03-defi-from-scratch/) | DeFi from Scratch | Beginner | $49 |
12-
| **Bundle** | All Three Courses | All Levels | **$149** |
7+
| Course | Title | Level |
8+
|--------|-------|-------|
9+
| [Course 01](./course-01-intro-to-0pnmatrx/) | Introduction to 0pnMatrx | Beginner |
10+
| [Course 02](./course-02-smart-contract-security/) | Smart Contract Security with Glasswing | Intermediate |
11+
| [Course 03](./course-03-defi-from-scratch/) | DeFi from Scratch | Beginner |
1312

14-
## How to Purchase
15-
16-
All courses are available on **Gumroad**:
17-
18-
- Individual courses can be purchased at the links above
19-
- The all-access bundle saves you $28 compared to buying individually
20-
- Purchasing supports continued development of 0pnMatrx as an open-source platform
13+
All course content is open source. Every tutorial, code example, and explanation in this directory is free to read and learn from. We believe education should be accessible.
2114

2215
## What You Get
2316

24-
### Free (Open Source)
25-
26-
All course content in this directory is open source under the project's license. You can read every tutorial, every code example, and every explanation for free. We believe education should be accessible.
27-
28-
### Paid (Guided Experience)
29-
30-
When you purchase a course on Gumroad, you get the guided experience that turns reading into learning:
31-
3217
- **Hands-on exercises** with clear instructions and expected outputs
3318
- **Complete solutions** with detailed explanations of why each approach works
3419
- **Certification prep materials** to validate your knowledge
35-
- **Discord access** to the private course channels for Q&A and peer support
36-
- **Weekly office hours** with live screen-share walkthroughs
37-
- **Workshop invitations** for deeper dives into specific topics
20+
- **Discord access** for Q&A and peer support
3821
- **Completion certificate** issued upon finishing all exercises
3922

40-
The course content teaches you what 0pnMatrx can do. The guided experience teaches you how to do it yourself.
41-
4223
## Course Progression
4324

4425
```
@@ -55,7 +36,7 @@ Course 01 is recommended before taking either Course 02 or Course 03, but Course
5536

5637
- **Course 01**: Python 3.11+, basic terminal knowledge
5738
- **Course 02**: Solidity basics, Course 01 completion recommended
58-
- **Course 03**: None -- written for complete beginners
39+
- **Course 03**: None written for complete beginners
5940

6041
## Community
6142

web/learn.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ <h3>Introduction to 0pnMatrx</h3>
164164
<span>5 exercises</span>
165165
<span>~4 hours</span>
166166
</div>
167-
<div class="course-price">$49</div>
168-
<a href="#" class="course-btn primary">Buy on Gumroad</a>
167+
<a href="https://github.com/ItsDardanRexhepi/0pnMatrx/tree/main/education" class="course-btn primary">Start Course</a>
169168
<a href="https://github.com/ItsDardanRexhepi/0pnMatrx/tree/main/education/course-01-intro-to-0pnmatrx" class="course-btn secondary" style="margin-left:8px">Read Free</a>
170169
</div>
171170

@@ -178,8 +177,7 @@ <h3>Smart Contract Security</h3>
178177
<span>3 practice contracts</span>
179178
<span>~6 hours</span>
180179
</div>
181-
<div class="course-price">$79</div>
182-
<a href="#" class="course-btn primary">Buy on Gumroad</a>
180+
<a href="https://github.com/ItsDardanRexhepi/0pnMatrx/tree/main/education" class="course-btn primary">Start Course</a>
183181
<a href="https://github.com/ItsDardanRexhepi/0pnMatrx/tree/main/education/course-02-smart-contract-security" class="course-btn secondary" style="margin-left:8px">Read Free</a>
184182
</div>
185183

@@ -192,20 +190,12 @@ <h3>DeFi from Scratch</h3>
192190
<span>No Solidity required</span>
193191
<span>~3 hours</span>
194192
</div>
195-
<div class="course-price">$49</div>
196-
<a href="#" class="course-btn primary">Buy on Gumroad</a>
193+
<a href="https://github.com/ItsDardanRexhepi/0pnMatrx/tree/main/education" class="course-btn primary">Start Course</a>
197194
<a href="https://github.com/ItsDardanRexhepi/0pnMatrx/tree/main/education/course-03-defi-from-scratch" class="course-btn secondary" style="margin-left:8px">Read Free</a>
198195
</div>
199196

200197
</div>
201198

202-
<div class="bundle">
203-
<h3>Complete Learning Bundle</h3>
204-
<p style="color:var(--text);font-size:.85rem;margin-bottom:12px">All three courses. Everything you need to master the platform.</p>
205-
<div class="price"><span class="orig">$177</span> $149</div>
206-
<a href="#" class="course-btn primary" style="font-size:.9rem;padding:12px 32px">Buy the Bundle on Gumroad</a>
207-
</div>
208-
209199
<div class="free-section">
210200
<h3>Start Learning Free</h3>
211201
<p>All course content is open source on GitHub. The paid version includes the guided experience, exercises, solutions, and certification prep materials.</p>

0 commit comments

Comments
 (0)