-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservation_banquet.php
90 lines (58 loc) · 1.93 KB
/
reservation_banquet.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include 'head.php'; ?>
<title>Réservations Banquet - Grand Gala des Fignos 2017 - Châlons-en-Champagne</title>
</head>
<body class="stretched device-lg">
<!-- Preloader -->
<div class="page-loader">
<div class="loader">Chargement...</div>
</div>
<?php include 'menu.php'; ?>
<!-- Content
============================================= -->
<!-- Pricing start -->
<section class="module">
<div class="container">
<div class="row multi-columns-row">
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="price-table font-alt">
<h4>Tarif normal</h4>
<div class="borderline"></div>
<p class="price"><span>€</span>30</p>
<a href="https://collecte.io/banquet-grand-gala-des-fignos-2017-ch216" class="btn btn-d btn-round">Réserver</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="price-table font-alt">
<h4>Tarif étudiant</h4>
<div class="borderline"></div>
<p class="price"><span>€</span>25</p>
<a href="https://collecte.io/banquet-grand-gala-des-fignos-2017-ch216" class="btn btn-d btn-round">Réserver</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="price-table font-alt">
<h4>Sur place</h4>
<div class="borderline"></div>
<ul class="price-details">
<li>Réservation obligatoire</li>
</ul>
</div>
</div>
<div class="row mt-40">
<div class="col-sm-6 col-sm-offset-3 align-center">
<p></br></br></br></br></br></br></p>
</div>
</div><!-- .row -->
</div><!-- .row -->
</div>
</section>
<!-- Pricing end -->
<?php include 'footer.php'; ?>
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up" style="display: none;"></div>
</body></html>