Coder Social home page Coder Social logo

campy-web's Introduction

This website is built using a static web page generator. It is generated on Netlify and hosted there as static web page.

This is a community website, you are welcome to contribute. Learn how to contribute.

Tools used:

To run the site locally, you need the following tools:

  • Git
  • Composer
  • Browser of your choice

How to run site locally?

If you want to develop a feature or fix a bug, you need to run a local copy of the page. Here is how to do that.

git clone [email protected]:CodeDesignInitiative/campy-web.git
cd cdweb1801
composer install && npm install
npm run watch

Docs

Coaches

A list of the coaches helping at the CodeDesignCamps is placed on the coaches page. Every coach can add his or her contact information, website and social media information aswell as his or her name.

How to add yourself as a coach

Here is how to add yourself (or an other person) as a coach to the website.

  1. Fork this repository and clone it to your local device and create a new branch for your addition
# using git
git clone https://github.com/YOUR_USERNAME/campy-web # replace YOUR_USERNAME with your username
git checkout -b add-coach-muster # replace muster with your name
  1. Make sure that you (or the person you want to add) are/is allready known as a coach.
  2. Get your personal information together and think about what you want to publish
    • Firstname and lastname
    • What are you doing in your job? (code,design,product)
    • One line about yourself
    • Github/Twitter account
    • Website
    • Profile image
  3. Format your data in markdown like so using your favorite editor:
---
firstname: Max
lastname: Mustermann
section: code design product
bio: Works at startup, loves to program and design. Webdev(PHP,HTML,CSS)
github: maxmuster
twitter: mustermax
website: https://example.com
image: https://github.com/example.png
---
  1. Save the file to the coaches collection under cdweb1801/source/_coaches/YOUR_LASTNAME.md
  2. Add, commit and push your changes
git status # shows you what has changed
git commit -am "Add: coach MUSTER"  # adds and commits your changes, also change MUSTER to your name
git push # sends your commit to github
  1. On the website you can now start a pull request
  2. Wait for an admin to review your PR

campy-web's People

Contributors

fronbasal avatar generalmine avatar jubeki avatar m-lukas avatar minthemiddle avatar toorusr avatar tsred avatar

Stargazers

 avatar

Watchers

 avatar

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.