This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prog.html
159 lines (158 loc) · 4.93 KB
/
prog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<div class="row">
<div class="col-lg-3">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
Spectacle
</h5>
<h6 class="card-price text-center">27/03</h6>
<hr />
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>8€</strong> | plein tarif
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>6€</strong> | tarif réduit*
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>5€</strong> | tarif amicaliste**
</li>
</ul>
<hr />
<div class="text-center">
<button
type="button"
class="btn"
data-toggle="modal"
data-target="#buy-ticket-modal"
data-ticket-type="standard-access"
>
Acheter
</button>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
Concerts
</h5>
<h6 class="card-price text-center">28/03</h6>
<hr />
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>13€</strong> | plein tarif
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>11€</strong> | tarif réduit*
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>9€ </strong> | tarif amicaliste**
</li>
</ul>
<hr />
<div class="text-center">
<button
type="button"
class="btn"
data-toggle="modal"
data-target="#buy-ticket-modal"
data-ticket-type="standard-access"
>
Acheter
</button>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
Repas dans le Noir
</h5>
<h6 class="card-price text-center">29/03</h6>
<hr />
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>15€</strong> | plein tarif
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>13€</strong> | tarif réduit*
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>13€</strong> | tarif amicaliste**
</li>
</ul>
<hr />
<div class="text-center">
<button
type="button"
class="btn"
data-toggle="modal"
data-target="#buy-ticket-modal"
data-ticket-type="standard-access"
>
Acheter
</button>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
Pass 2J***
</h5>
<h4 class="card-price text-center">27&28</h4>
<hr />
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>19€</strong> | plein tarif
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>15€</strong> | tarif réduit*
</li>
<li>
<span class="fa-li"><i class="fa fa-chevron-right"></i></span>
<strong>12€</strong> | tarif amicaliste**
</li>
</ul>
<hr />
<div class="text-center">
<button
type="button"
class="btn"
data-toggle="modal"
data-target="#buy-ticket-modal"
data-ticket-type="standard-access"
>
Acheter
</button>
</div>
</div>
</div>
</div>
</div>
<p id="tickets-details">
*: Le tarif réduit est éligible aux étudiant·e·s, demandeurs et demandeuses
d'emploi et personnes en situation de handicap <br />
**: Le tarif amicaliste s'applique aux étudiant·e·s membres de l'Amicale des
Élèves de l'INSA Rennes <br />
***: Le pass 2 jours comprend une entrée pour le spectacle et la soirée
concerts
</p>