-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
167 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<section class="card border-top-0 rounded-top-0"> | ||
<div class="card-body"> | ||
<h1 class="card-title d-md-none">Carte</h1> | ||
<p class="lead"> | ||
Ici je peux retrouver les infos de ma carte, déclarer une carte | ||
perdue et dissocier ma carte. | ||
</p> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th>Numéro de carte</th> | ||
<th>Origine</th> | ||
<th>Gen</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>C2B2400C</td> | ||
<td>Le Tiers-Lustre</td> | ||
<td>1</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<div class="row"> | ||
<div class="col-md"> | ||
<a href="#" class="btn btn-primary d-block mb-3 mb-md-0"> | ||
J'ai perdu ma carte | ||
</a> | ||
</div> | ||
<div class="col-md"> | ||
<a href="#" class="btn btn-danger d-block"> | ||
Dissocier la carte | ||
</a> | ||
<p>La carte redeviendra éphémère, non liée à une adresse mail </p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<main class="container-lg py-5"> | ||
<h1>Adhérer au réseau</h1> | ||
|
||
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4 mt-3 mb-5"> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h3 class="card-title">Chantefrein</h3> | ||
<p class="card-text"> | ||
L'adhésion donne accès à la réservation de créneaux, aux | ||
activités et formations sur des machines. | ||
</p> | ||
</div> | ||
<div class="card-footer"> | ||
<p>Adhésion annuelle</p> | ||
|
||
<a href="#" class="btn btn-primary d-block mb-3"> | ||
Prendre une adhésion | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h3 class="card-title">Danzavec'</h3> | ||
<p class="card-text"> | ||
... | ||
</p> | ||
</div> | ||
<div class="card-footer"> | ||
<p>Adhésion mensuelle auto ou annuelle</p> | ||
|
||
<a href="#" class="btn btn-primary d-block mb-3"> | ||
Prendre une adhésion | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h3 class="card-title">Le Sel de la Vie</h3> | ||
<p class="card-text"> | ||
... | ||
</p> | ||
</div> | ||
<div class="card-footer"> | ||
<p>Adhésion annuelle</p> | ||
|
||
<a href="#" class="btn btn-primary d-block mb-3"> | ||
Prendre une adhésion | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h3 class="card-title">Le Tiers-Lustre</h3> | ||
<p class="card-text"> | ||
L'adhésion donne accès au Fusible (fablab, ateliers | ||
bois et élec) et à l'Ampoule (café-concert, scène | ||
musicale). L'atelier bois et géré à 80% par | ||
l'association Chantefrein, adhésion séparée à prévoir | ||
pour se servir des machines sur leurs créneaux. | ||
</p> | ||
</div> | ||
<div class="card-footer"> | ||
<p>Adhésion annuelle</p> | ||
|
||
<a href="#" class="btn btn-primary d-block mb-3"> | ||
Prendre une adhésion | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</main> |