first commit
This commit is contained in:
13
docs/welcome/canin.md
Normal file
13
docs/welcome/canin.md
Normal file
@@ -0,0 +1,13 @@
|
||||
[#](#my-name-is-canin) My name is Canin
|
||||
|
||||
And I need to piece together what's written where ... there's some on Latino Rebels, others snippets elsewhere.
|
||||
|
||||
I'm a human being; I'm a consciousness who has observed more than 14,500 lunar rotations.
|
||||
|
||||
The rest being conjecture and subject to who you ask, I suppose.
|
||||
|
||||
I don't want to be dishonest, to some I've been a jackass; to others, a lesson yet to learn.
|
||||
|
||||
Not intentionally, but ... I am trying to find my own path forward, and I am thankful to be able to walk the path on which I find myself.
|
||||
|
||||
More updates can be found at [canin.dreamfreely.org](//canin.dreamfreely.org)
|
||||
4
docs/welcome/dreamfreely.md
Normal file
4
docs/welcome/dreamfreely.md
Normal file
@@ -0,0 +1,4 @@
|
||||
[#](#dreamfreely-labs) DreamFreely
|
||||
|
||||
DreamFreely is formally an LLC formed in Minnesota; it is soley owned by yours truly, Canin.
|
||||
|
||||
62
docs/welcome/index.md
Normal file
62
docs/welcome/index.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# Welcome to the Library
|
||||
|
||||
Here you will find a growing collection of guides spanning web development, web3, entrepreneurship and community building; each written for those just starting their journeys into these topics.
|
||||
|
||||
---
|
||||
|
||||
# Rebel Coding 101
|
||||
|
||||
The first book in the Rebel Coding series introduces readers to all of the basics of web-development, HTML, CSS, & JavaScript; as well as the components of a full-stack website and the Python coding language.
|
||||
|
||||
<!-- Developed as an 8-step program, the program utilizes the \*Activist Project as framework for our learning, while -->
|
||||
|
||||
<!-- [Rebel Labs](https://labs.rebelcoding.com) is available for those who'd like to apply what they're learning, first, on someone else's computer. -->
|
||||
|
||||
<!-- Presently, only the first four steps are available. -->
|
||||
|
||||
[Welcome](/rebel_coding/) | [Orientation](/rebel_coding/orientation.html) | [Intro to CLI](/rebel_coding/termintro.html) | [HTML & CSS](/rebel_coding/step1.html) | [JavaScript](/rebel_coding/step2.html) | [Python Scrapers](/rebel_coding/step3.html) | [The Full Stack](/rebel_coding/step4.html) | [Appendices](/rebel_coding/appendices.html)
|
||||
|
||||
---
|
||||
|
||||
# Rebel Coding 102
|
||||
|
||||
In 102 we move on to creating an web application, rather than a web page. We use Python with the Django framework, along with JavaScript, using the VueJS framework.
|
||||
|
||||
[Servers](/rebel_coding/step5.html) | [Clients](/rebel_coding/step6.html) | [Resumes & Projects](/rebel_coding/step7.html) | [OS & Deployment](/rebel_coding/step8.html) | [Appendices](/rebel_coding/appendices.html)
|
||||
|
||||
<!-- Personalized coaching is available through [DigiSnaxx](). -->
|
||||
|
||||
<!-- ---
|
||||
|
||||
# Exo-CTO
|
||||
|
||||
This is a growing compendium of resources meant to provide budding entreprenuers with introductions to all the aspects of building a digital business and presence. We walk through all of the business aspects of building and maintaining a website, analytics, automation and more.
|
||||
|
||||
[Intro to Business](/exocto/) | [Website](/exocto/websites.html) | [SEO](/exocto/seo101.html) | [Analytics](/exocto/analytics.html) | [Mailing Lists](/exocto/mailinglists.html) | [Social Media](/exocto/socialmedia.html) | [Automation](/exocto/automation.html) | [Payment Methods](/exocto/payments.html) | [Appendices](/exocto/appendices.html) -->
|
||||
|
||||
|
||||
---
|
||||
|
||||
# Manifesting Empathy
|
||||
|
||||
_work in progress_
|
||||
|
||||
This is the entry-point for learning how to embrace the diversity flourishing in our shared reality, by first learning about ourselves.
|
||||
|
||||
Manifesting Empathy is a framework for self-actualization.
|
||||
|
||||
[Intro to Empathy](/mempath/) | [The Egg](/mempath/egg.html) | [The Hatchling](/mempath/hatchling.html) | [Flight](/mempath/flight.html) | [Flying](/mempath/flying.html) | [Learning](/mempath/learning.html) | [Building](/mempath/building.html) | [Helping](/mempath/helping.html) | [Enjoying](/mempath/enjoying.html) | [Conclusion](/mempath/conclusion.html) | [Appendices](/mempath/appendices.html)
|
||||
|
||||
---
|
||||
|
||||
# Diversity Inverted
|
||||
|
||||
_work in progress_
|
||||
|
||||
[Intro to Empathy](/divinv/) | [The Egg](/divinv/1-whiteness.html) | [The Hatchling](/divinv/2-native.html) | [Flight](/divinv/3-latinx.html) | [Flying](/divinv/3-Blackness.html) | [Conclusion](/divinv/4-onward.html) | [Appendices](/divinv/appendices.html)
|
||||
|
||||
---
|
||||
|
||||
# The Guidebook
|
||||
|
||||
_work in progress_
|
||||
9
docs/welcome/run.py
Normal file
9
docs/welcome/run.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
|
||||
files = os.listdir()
|
||||
|
||||
for f in files:
|
||||
if f.endswith('.html'):
|
||||
name = f.split('.')[0]
|
||||
cmd = "html2md -i {0} -o {1}.md".format(f, name)
|
||||
print(cmd)
|
||||
10
docs/welcome/support.md
Normal file
10
docs/welcome/support.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ways to Support
|
||||
---
|
||||
|
||||
Costs nothing to join [the mailing list](https://ghost.cultureclap.com)
|
||||
|
||||
- [Buy Merch](https://www.dreamfreely.org)
|
||||
- [Join the Patreon](https://www.patreon.com/cultureclap)
|
||||
- [Share the WP Bootcamp](https://www.dreamfreely.org/wp-bootcamp)
|
||||
|
||||
Thanks for wondering!
|
||||
Reference in New Issue
Block a user