Skip to content

sonyamann/zfnd

 
 

Repository files navigation

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.

Workshop Notes from Zcon1

If you are submitting notes for workshops at Zcon1, please add them to this folder.

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.

About

The Zcash Foundation Website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.4%
  • JavaScript 30.5%
  • HTML 17.9%
  • Ruby 2.2%