Skip to content

Commit

Permalink
Add README and licenses
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
NathanLovato committed May 2, 2018
1 parent 8f321b8 commit 27cb291
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
@@ -0,0 +1,31 @@
<h1 align="center">GDquest website</h1>

<p align='center'>
<img src="https://i.imgur.com/RhhCdcE.png" alt="GDquest website banner with 3 bears" />
</p>

Source code and content for [ GDquest.com ](http://gdquest.com/).

The website uses the blazing fast static site engine [ hugo ](https://gohugo.io) and is entirely **open source**.

## Contributing

Your help is always welcome!

Found a bug, a typo? Feel free to fix it straight or open a new issue for it :). Also check out the [existing issues ](https://github.com/GDquest/GDquest-website/issues) to see if there's something you'd like to play with.

If you need to reach us, you can find [ GDquest on Twitter ](https://twitter.com/NathanGDquest)

## Licenses

The website's content and pictures are available under the Creative Commons Attribution ([ CC-By 4.0 ](https://creativecommons.org/licenses/by/4.0/)) license, to be attributed to "[ GDquest ](http://gdquest.com/) and contributors."

The website's theme, including the `layouts`, the `archetypes` and the `_src` folder are under the MIT license.

### MIT license

Copyright 2016-2018 Lovato Nathan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 27cb291

Please sign in to comment.