Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added information about location of HTML/CSS files in repo, and added more information on contributing to the project.
  • Loading branch information
Phrancis committed Jan 30, 2015
1 parent 097eea8 commit b76ffd4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,8 @@
cardshifter.github.io
=======

######_Updated 2015-30-01_

## Cardshifter Website

This repository is closely tied to the [Cardshifter](https://github.com/Cardshifter/Cardshifter) repository. Cardshifter is an open-source online Trading Card Game (TCG) using Java 8 and related technologies.
Expand All @@ -13,16 +15,23 @@ The purpose of the website is to promote and inform about the project, and about
If you wish to contribute, please take one of the following steps:

- Open a [Github Issue](https://github.com/Cardshifter/cardshifter.github.io/issues).

- Create a pull request.

- Contact [@Phrancis](https://github.com/Phrancis) or [@marcandregirard](https://github.com/marcandregirard) via Github.

- Join the [chatroom](http://chat.stackexchange.com/rooms/16134/tcg-creation) on Stack Exchange and discuss how you can contribute.

### Coding guidelines

The HTML and CSS source files are currently located in the following [sub-directory](https://github.com/Cardshifter/cardshifter.github.io/tree/master/io.web/src/main/webapp/WEB-INF):<br>
**/io.web/src/main/webapp/WEB-INF**

**Important note:** If you wish to work directly on the project via branching or pull request, you will need a Java IDE as well as Maven and Tomcat server extensions. If you need help setting up please open an Issue and label it "Support Request", or join the [chatroom](http://chat.stackexchange.com/rooms/16134/tcg-creation) on Stack Exchange.

##### HTML

- Do not use pre-HTML 5 tags, especially for formatting. Use CSS instead.
- Do not use HTML properties, especially for formatting, unless absolutely necessary. Use CSS instead.

- Use spaces, rather than tabs, for indentation. Two spaces for small indentation (e.g., between `<div>` sections) and four spaces for large indentation (e.g. between large sections).

Expand Down

0 comments on commit b76ffd4

Please sign in to comment.