Browse Source

Add link to project page

Thomas Dy 11 years ago
parent
commit
f2b63b05b6
1 changed files with 9 additions and 1 deletions
  1. 9 1
      public/partials/contribute.html

+ 9 - 1
public/partials/contribute.html

@@ -3,7 +3,8 @@
     <h1>Contribute</h1>
   </div>
   <div class="row">
-    <div class="span12" id="main">
+    <div class="span10" id="main">
+      <h3>Add a card</h3>
       <p>Help make the game! Contribute words and make the game better.</p>
       <form ng-submit="submit()">
         <input type="text" ng-model="card.word" id="inputWord" placeholder="Word" required>
@@ -21,6 +22,13 @@
         <input ng-disabled="submitting" class="btn btn-primary" type="submit" value="{{submitting ? 'Submitting...' : 'Submit'}}">
       </form>
     </div>
+    <div class="span4">
+      <h3>Help code</h3>
+      <p>
+        Want to help code instead? Fork the <a href="https://github.com/thatsmydoing/gamenchat">repo</a> or submit
+        an <a href="https://github.com/thatsmydoing/gamenchat/issues">issue</a>.
+      </p>
+    </div>
   </div>
 </div>