Giter VIP home page Giter VIP logo

zfnd's Introduction

Zcash Foundation Website

Welcome to the Zcash Foundation Website. This repository does two things:

  1. Holds documents for the foundation.
  2. Holds the source code for the website.

Foundation Documents

Here are the main documents in this repo. For all of them, to see the same, rendered versions, go to the website.

The Website

The rest of the files are websites.

Adding Images

The folder images/src is for the images you get pretty much anywhere - all of the images that you haven't yet optimized for the web. Put them in there, and then run:

# In the main directory
$ gulp

...which will go around shrinking them. As an example, it took the zeal-zcash-foundation-feature-image.jpg and shrunk it down to a fourth of the size that it was before.

If you don't have Gulp installed, you can get it by doing this:

$ npm install --global gulp
# And, in this directory...
$ npm install

Never embed images in images/src in a blogpost; they should always be copied over to images automatically by Gulp, and that will ensure that you're serving up nice issues to your users. The way to embed them is using this syntax:

Look at our zealous zebras!

![Zealous zebras](images/zeal-zcash-foundation-feature-image.jpg)

Note that the path is relative to where the Markdown file is. This will look pretty much like this:

Zealous zebras

You can add images directly to images without running Gulp, but they just won't be as small as your users might like. But that's always an option as needed.

Contribute

Please do! Open an issue!

Please abide by the values of the Zcash Foundation.

License

MIT © 2018 Zcash Foundation and Burnt Fen Creative LLC.

zfnd's People

Contributors

richardlitt avatar acityinohio avatar amiller avatar sonyamann avatar javiermardoness avatar rex4539 avatar ebfull avatar diracdeltas avatar

Watchers

James Cloos avatar  avatar  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.