-
Notifications
You must be signed in to change notification settings - Fork 0
/
hamalt.php
120 lines (91 loc) · 4.73 KB
/
hamalt.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
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
<?php
ob_start();
session_start();
include 'files/ini.php';
?>
<!-- ***** Home Parallax End ***** -->
<!-- ***** Pricing Plans Start ***** -->
<section class="section colored" id="pricing-plans">
<div class="container">
<h1 style=" text-align: center; color: #b49164; margin-top: 100px; padding-top: 100px; margin: 15px;font-size: 45px;font-weight: bolder;">
الحملات
</h1>
<!-- ***** Section Title End ***** -->
<div class="row">
<!-- ***** Pricing Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.2s">
<div class="pricing-item">
<div class="pricing-header">
<h3 class="pricing-title">الباقة الأولى</h3>
<h3 class="pricing-title"> حملة الأحسان</h3>
</div>
<div class="pricing-body">
<div class="price-wrapper">
<span class="currency">SAR</span>
<span class="price">3,984</span>
<span class="period">فئة اقتصادية</span>
</div>
<ul class="list" style="list-style: none;">
<li class="active"><STrong> لمعرفة التفاصيل قم بالحجز</STrong></li>
</ul>
</div>
<div class="pricing-footer">
<a href="camp.php" class="main-button">احجز الأن</a>
</div>
</div>
</div>
<!-- ***** Pricing Item End ***** -->
<!-- ***** Pricing Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.6s">
<div class="pricing-item">
<div class="pricing-header">
<h3 class="pricing-title">الباقة الثانية</h3>
<h3 class="pricing-title"> حملة مكه</h3>
</div>
<div class="pricing-body">
<div class="price-wrapper">
<span class="currency">SAR</span>
<span class="price">8,241</span>
<span class="period">فئة متوسطة</span>
</div>
<ul class="list" style="list-style: none;">
<li class="active"><STrong> لمعرفة التفاصيل قم بالحجز</STrong></li>
</ul>
</div>
<div class="pricing-footer">
<a href="camp3.php" class="main-button">احجز الأن</a>
</div>
</div>
</div>
<!-- ***** Pricing Item End ***** -->
<!-- ***** Pricing Item Start ***** -->
<div class="col-lg-4 col-md-6 col-sm-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.4s">
<div class="pricing-item active">
<div class="pricing-header">
<h3 class="pricing-title">الباقة الثالثة</h3>
<h3 class="pricing-title"> حملة منى</h3>
</div>
<div class="pricing-body">
<div class="price-wrapper">
<span class="currency">SAR</span>
<span class="price">11,841</span>
<span class="period">فئة كبار الشخصيات</span>
</div>
<ul class="list" style="list-style: none;">
<li class="active"><STrong> لمعرفة التفاصيل قم بالحجز</STrong></li>
</ul>
</div>
<div class="pricing-footer">
<a href="camp2.php" class="main-button">احجز الأن</a>
</div>
</div>
</div>
<!-- ***** Pricing Item End ***** -->
</div>
</div>
</section>
<!-- ***** Pricing Plans End ***** -->
<?php
include 'files/footer.php';
ob_end_flush();
?>