Giter Club home page Giter Club logo

hacktoberfest2018-coloring-together's Introduction

Hacktoberfest 2018 is closed and so is this project!

Thanks for playing along :)


About

Coloring Together is a cute, simple project to display color schemes and contributions as a part of Hacktoberfest 2018.

Preview of some colorful ampersands

What is Hacktoberfest?

Hacktoberfest is a celebration of the open-source community; you can contribute by making a pull request (PR) to any public repo on GitHub. You can learn more (and find out how to get a free shirt!) at https://hacktoberfest.digitalocean.com/

How can I contribute to this project?

Add your color scheme and attribution to the index.html file.

Copy this snippet and add it right before the </body> tag:

<div
  class="swatch-card"
  style="
    --color1: #222;
    --color2: #444;
    --color3: #666;
    --color4: #888;
    --color5: #AAA;
    --background: #DDD;
    --text: #000;
  ">
  <div class="ampersand"></div>
  <span class="author">
    by <a href="https://github.com/YOUR-USERNAME-HERE">YOUR-USERNAME-HERE</a>
  </span>
</div>

Replace the color codes for color1, color2, color3, color4, background, and text. Your colors should be in hexadecimal, rgb, rgba, hsl, or hsla format.

Replace YOUR-USERNAME-HERE with... well, your username. Do not edit the rest of the markup in any other way!

After your PR is accepted, your colored ampersand will appear on the project website.

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.