-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckout.php
More file actions
185 lines (174 loc) · 7.86 KB
/
checkout.php
File metadata and controls
185 lines (174 loc) · 7.86 KB
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?php include 'assets/header.php'; ?>
<div class="preloader">
<svg class="mainSVG" viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="puff" d="M4.5,8.3C6,8.4,6.5,7,6.5,7s2,0.7,2.9-0.1C10,6.4,10.3,4.1,9.1,4c2-0.5,1.5-2.4-0.1-2.9c-1.1-0.3-1.8,0-1.8,0
s-1.5-1.6-3.4-1C2.5,0.5,2.1,2.3,2.1,2.3S0,2.3,0,4.4c0,1.1,1,2.1,2.2,2.1C2.2,7.9,3.5,8.2,4.5,8.3z" fill="#fff"/>
<circle id="dot" cx="0" cy="0" r="5" fill="#fff"/>
</defs>
<circle id="mainCircle" fill="none" stroke="none" stroke-width="2" stroke-miterlimit="10" cx="400" cy="300" r="130"/>
<circle id="circlePath" fill="none" stroke="none" stroke-width="2" stroke-miterlimit="10" cx="400" cy="300" r="80"/>
<g id="mainContainer" >
<g id="car">
<path id="carRot" fill="#FFF" d="M45.6,16.9l0-11.4c0-3-1.5-5.5-4.5-5.5L3.5,0C0.5,0,0,1.5,0,4.5l0,13.4c0,3,0.5,4.5,3.5,4.5l37.6,0
C44.1,22.4,45.6,19.9,45.6,16.9z M31.9,21.4l-23.3,0l2.2-2.6l14.1,0L31.9,21.4z M34.2,21c-3.8-1-7.3-3.1-7.3-3.1l0-13.4l7.3-3.1
C34.2,1.4,37.1,11.9,34.2,21z M6.9,1.5c0-0.9,2.3,3.1,2.3,3.1l0,13.4c0,0-0.7,1.5-2.3,3.1C5.8,19.3,5.1,5.8,6.9,1.5z M24.9,3.9
l-14.1,0L8.6,1.3l23.3,0L24.9,3.9z"/>
</g>
</g>
</svg>
</div>
<!-- scroll-to-top start -->
<div class="scroll-to-top">
<span class="scroll-icon">
<i class="las la-arrow-up"></i>
</span>
</div>
<!-- scroll-to-top end -->
<!-- theme-switcher start -->
<!-- theme-switcher end -->
<!-- page-wrapper start -->
<div class="page-wrapper">
<!-- login modal -->
<?php include 'assets/navbar.php'; ?>
<!-- header-section end -->
<!-- inner-hero-section start -->
<div class="inner-hero-section">
<div class="bg-shape"><img src="assets/images/elements/inner-hero-shape.png" alt="image"></div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="page-list">
<li><a href="./">Home</a></li>
<li><a href="#0">Lottery</a></li>
<li><a href="#0">Contest No: B2T</a></li>
<li><a href="#0">Pick your Lottery Number</a></li>
<li class="active"><a href="#0">My Cart</a></li>
<li class="active">Checkout</li>
</ul>
</div>
</div>
</div>
</div>
<!-- inner-hero-section end -->
<!-- checkout section start -->
<section class="pb-120 mt-minus-300">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="checkout-area">
<div class="row">
<div class="col-lg-7">
<div class="checkout-form-area">
<div class="top">
<div class="left">
<h3 class="mb-2">Already a Rifa Member?</h3>
<p>Sign in to buy lottery more easier!</p>
</div>
<div class="right">
<a href="#0">
<i class="las la-user"></i>
<span>Sign in</span>
</a>
</div>
</div><!-- top end -->
<div class="personal-details mt-30">
<h3 class="title">Share your Contact Details </h3>
<form class="personal-details-form">
<div class="form-row">
<div class="form-group col-lg-6">
<input type="text" placeholder="Full Name">
</div>
<div class="form-group col-lg-6">
<input type="email" placeholder="Enter your Mail">
</div>
<div class="form-group col-lg-6">
<input type="text" placeholder="Enter your Phone Number">
</div>
<div class="form-group col-lg-6">
<button type="submit" class="cmn-btn">Continue</button>
</div>
</div>
</form>
</div><!-- personal-details end -->
<div class="payment-details mt-30">
<h3 class="title">Payment Option</h3>
<form class="payment-form">
<div class="payment-methods">
<button type="button" class="checked">
<i class="las la-credit-card"></i>
<span>Credit Card</span>
</button>
<button type="button">
<i class="las la-credit-card"></i>
<span>Debit Card</span>
</button>
<button type="button">
<i class="lab la-paypal"></i>
<span>Credit Card</span>
</button>
</div>
<h5 class="payment-form__title">Enter Your Card Details </h5>
<div class="form-row">
<div class="form-group col-lg-12">
<label>Card Details</label>
<input type="text">
</div>
<div class="form-group col-lg-12">
<label>Name on the Card</label>
<input type="text">
</div>
<div class="form-group col-lg-6">
<label>Expiration</label>
<input type="text" placeholder="MM/YY">
</div>
<div class="form-group col-lg-6">
<label>CVV</label>
<input type="text" placeholder="CVV">
</div>
<div class="form-group col-lg-12">
<button type="submit" class="cmn-btn">Make payment</button>
</div>
</div>
</form>
<p class="info-text">By Clicking "Make Payment" you agree to the <a href="#0">terms and conditions</a></p>
</div>
</div><!-- checkout-form-area end -->
</div>
<div class="col-lg-5 mt-lg-0 mt-4">
<div class="checkout-wrapper">
<div class="checkout-wrapper__header">
<h3>Checkout</h3>
</div>
<div class="checkout-wrapper__body">
<ul class="price">
<li>
<div class="left">
<h4 class="caption">Ticket Price</h4>
<span>(8 tickets X $ 4.99)</span>
</div>
<div class="right">
<span class="price">$39.92</span>
</div>
</li>
<li>
<div class="left">
<h4 class="caption">Total</h4>
</div>
<div class="right">
<span class="price">$39.92</span>
</div>
</li>
</ul>
</div>s
</div><!-- checkout-wrapper end -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- checkout section end -->
<!-- footer section start -->
<?php include 'assets/footer.php'; ?>