Coder Social home page Coder Social logo

blockchain-developer-bootcamp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blockchain-developer-bootcamp's Issues

Survey form not valid

In Blockchain-Developer Bootcamp - - - >S00-intro - - - >L1-course-intro - - - > index.md
The survey form is invalid
Showing page 404 !

Website for this content?

Hey folks - this looks amazing! Glad to see plans to open source this content 🤩

Checking to see if building a public website is part of the roadmap of this project? That would be great 😄 but if not perhaps our team could help port some of this content over to ethereum.org to increase accessibility.

Cheers.

Add Exercises from Bootcamp into Directory

For EducationDAO, we need to add in the smart contract exercises and the Bitcoin White Paper Exercises to where they fit into the course. This will require adding:

Please contact @dinadeljanin or @cooganb about the best format to input!

[FEATURE]: Pull Request Template

It will be nice if we can have a pull request template for the repository so that people can explain their changes and anyone reviewing the pull request can get the gist of what has been changed, implemented or proposed

Add Patrick Collin's 32 hour FreeCodeCamp video to Bootcamp

Converting remaining `.html` files into `.md`

Some of the Bootcamp's files are still in .html formatting and haven't been updated to the easier to contribute to markdown (.md) formatting. (Read more about Markdown here)

Here are the steps to convert a file from .html to Markdown:

  1. Remove the DOCTYPE and <head> from the document, see example below:
    Screen Shot 2021-09-13 at 1 47 03 PM

  2. Remove the <div style="footer"> and remaining </html> tag, see example below:
    Screen Shot 2021-09-13 at 1 49 21 PM

  3. Copy the remaining text (which will be between the <!-- Title goes below: --> comment and the <!-- Be sure to alter the link below to add in correct Module and Lesson Number --> comment. Paste the HTML content into an HTML to Markdown converter. You could do it programmatically, using something like this Python library, or manually using this online converter.

  4. Once you've converted to Markdown, you need to add a few tweaks for our build process. To make sure links open in a new window on our learning platform, be sure to add {target=_blank} at the end of every link you convert. The final product will look like this:

[Text being linked](www.linkaddresshere.com){target=_blank}
  1. Save and rename the file from index.html to index.md

Please start with just one or two files and create a PR against staging so we can take a look at your work before you do more!

Note: VSCode has a native Markdown preview tab you can use to see how the Markdown looks

Create a Table of Contents for README.md

To allow people to easily browse and acquaint themselves with the technical content, it would be helpful to have a Table of Contents on the README.md page. This Table of Contents should shows the overall structure of the course, with the modules and lessons linked.

Since the overall nested structure is really large, for readability, it might be helpful to use something like the <details> and <summary> html features when building this Table of Contents. More on those html features here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.