Browse Source

updates contributing

pull/55/head
jlukic 11 years ago
parent
commit
41e2ae88b1
1 changed files with 6 additions and 5 deletions
  1. 11
      node/src/documents/project/contributing.html

11
node/src/documents/project/contributing.html

@ -31,6 +31,8 @@ type : 'Semantic Project'
<h3 class="ui header">Publicity</h3>
<script id='fbrob7c'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=jlukic&button=compact&url=https%3A%2F%2Fgithub.com%2Fjlukic%2FSemantic-UI';f.title='Flattr';f.height=27;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbrob7c');</script>
<iframe src="http://ghbtns.com/github-btn.html?user=jlukic&repo=semantic=ui&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
@ -38,12 +40,11 @@ type : 'Semantic Project'
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=jlukic&repo=semantic=ui&type=fork&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<div class="ui divider"></div>
allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
<a href="https://twitter.com/intent/tweet?button_hashtag=semanticui" class="twitter-hashtag-button" data-size="large" data-url="http://www.semantic-ui.com"></a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<h3 class="ui header">Style Guide</h3>
<p>Contributors should read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI.</p>
@ -72,7 +73,7 @@ type : 'Semantic Project'
<h4 class="ui header">Visit UI Development Boards</h4>
<div class="ui buttons">
<a class="ui button" href="https://trello.com/b/Q8uTLy2T/semantic-ui-ui-components">Public</a>
<a class="ui button" href="https://trello.com/b/dtmaAEmg/semantic-ui-components-contributors">Contributor</a>
<a class="ui button" href="https://trello.com/b/yVsh5Rds/semantic-ui-components-contributors">Contributor</a>
</div>

Loading…
Cancel
Save