Commit 8bd0aff3c7a6ad4819c27d2884c06add70aa67a4

Authored by Geoffrey PREUD'HOMME
1 parent 1a9ea6c7

Téléchargement de Trosh

public/img/trosh.png 0 → 100644

959 Bytes

public/js/app.js
... ... @@ -13,6 +13,9 @@ angular.module('ciApp', ['ngAnimate', 'ngRoute', 'ConnectCtrl', 'MembreCtrl', 'F
13 13 .when('/ninfo', {
14 14 templateUrl: 'views/ninfo.html'
15 15 })
  16 + .when('/trosh', {
  17 + templateUrl: 'views/trosh.html'
  18 + })
16 19 .when('/forum/dir/:doss_id', {
17 20 templateUrl: 'views/forumDir.html',
18 21 controller: 'ForumDirCtrl'
... ...
public/views/trosh.html 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +<div class="jumbotron text-center">
  2 + <img src="img/trosh.png" alt="Logo de Trosh" />
  3 + <br/><br/>
  4 + <p>
  5 + Si tu as aimé le jeu Trosh lors du dernier Afterwork du Club Info ? Tu aimerais y rejouer et exploser ton meilleur score ou celui de tes potes ? N'attends pas et télécharge-le ici !
  6 + </p>
  7 + <p>
  8 + <a href="https://github.com/ClubInfoPolytechLille/trosh/releases/download/v1.1.0/Trosh.Club.Info-win32.zip" class="btn btn-primary">
  9 + Télécharger pour Windows (32 bits)
  10 + </a>
  11 + <br/><br/>
  12 + <a href="https://github.com/ClubInfoPolytechLille/trosh/releases/download/v1.1.0/Trosh.Club.Info-win64.zip" class="btn btn-primary">
  13 + Télécharger pour Windows (64 bits)
  14 + </a>
  15 + <br/><br/>
  16 + <a href="https://github.com/ClubInfoPolytechLille/trosh/releases/download/v1.1.0/Trosh.Club.Info-macosx.zip" class="btn btn-primary">
  17 + Télécharger pour OS X
  18 + </a>
  19 + <br/><br/>
  20 + <a href="https://github.com/ClubInfoPolytechLille/trosh/releases/download/v1.1.0/TroshCI-1.1.0_all.deb" class="btn btn-primary">
  21 + Télécharger pour Debian / Ubuntu (et autres)
  22 + </a>
  23 + <br/><br/>
  24 + </p>
  25 + <p>
  26 + <small>Trosh est un jeu crée par Maurice de <a href="http://stabyourself.net/">stabyourself.net</a> et édité par le Club Info. Si vous voulez savoir quelles ont été les modiifcations faites par le Club Info et comment elles ont été faites, rendez-vous sur le <a href="https://github.com/ClubInfoPolytechLille/trosh">code source</a>.</small>
  27 +</p>
  28 + </button>
  29 +</div>
... ...