-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcheckout.html
203 lines (188 loc) · 5.81 KB
/
checkout.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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BestuurPro - Checkout</title>
<!-- External CSS file link -->
<link rel="stylesheet" href="checkout.css">
<!-- Ionicons icon CDN -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</head>
<body>
<div class="checkout">
<!-- <div class="container"> -->
<div class="row">
<div class="col sidebar">
<div class="container">
<h4 class="logo">BestuurPro</h4>
<h2 class="heading">
Supercharge your workflow
</h2>
<p class="para-line">
Viverra suscipit eget pellentesque mauris est accumsan dictum justo erat dis lacinia arcu velit feugiat nam
</p>
<img src="img/saas-automation.png" alt="">
</div>
</div>
<div class="col checkout-form">
<div class="container">
<h4 class="checkout-heading">Billing details</h4>
<form action="#">
<div class="field-row">
<div class="field-col">
<label for="first-name">First Name</label>
<input type="text" name="first-name" id="first-name" required>
</div>
<div class="field-col">
<label for="last-name">Last Name</label>
<input type="text" name="last-name" id="last-name" required>
</div>
</div>
<div class="field-row">
<div class="wide-col">
<label for="company">Company name (optional)</label>
<input type="text" name="company" id="company" required>
</div>
</div>
<div class="field-row">
<div class="wide-col">
<label for="email">Email address</label>
<input type="text" name="email" id="email" required>
</div>
</div>
<div class="field-row">
<div class="wide-col">
<label for="phone">Phone Number</label>
<input type="text" name="phone" id="phone" required>
</div>
</div>
<div class="field-row">
<div class="wide-col">
<label for="country">Country</label>
<input type="text" name="country" id="country" required>
</div>
</div>
</form>
<div class="plan">
<h4 class="checkout-heading">Choose a plan</h4>
<div class="row plans">
<div class="col">
<div class="inner-row free">
<div class="col option">
<input type="radio" id="free" name="plan-type" value="free">
<h3 class="category">Free</h3>
<p class="para-line">
For individuals or teams just getting started.
</p>
</div>
<div class="col price">
<p class="para-line">
$0.00
</p>
</div>
</div>
</div>
<div class="col">
<div class="inner-row free">
<div class="col option">
<input type="radio" id="basic" name="plan-type" value="basic" checked>
<h3 class="category">Basic</h3>
<p class="para-line">
For teams that need to create project plans.
</p>
</div>
<div class="col price">
<p class="para-line">
$8.80
</p>
</div>
</div>
</div>
<div class="col">
<div class="inner-row free">
<div class="col option">
<input type="radio" id="unlimited" name="plan-type" value="unlimited" >
<h3 class="category">Unlimited</h3>
<p class="para-line">
For teams and companies that need to manage work.
</p>
</div>
<div class="col price">
<p class="para-line">
$18.80
</p>
</div>
</div>
</div>
</div>
</div>
<div class="order-details">
<h4 class="checkout-heading">Your order</h4>
<table>
<tr>
<th>Product</th>
<th>Subtotal</th>
</tr>
<span></span>
<tr>
<td>Saas Software - Unlimited × 1</td>
<td>$18.80</td>
</tr>
<tr>
<td>Subtotal</td>
<td>$18.80</td>
</tr>
<span></span>
<tr>
<th>Total</th>
<th>$18.80</th>
</tr>
</table>
<div class="coupon">
<input type="text" name="code" id="code" placeholder="Coupon Code">
<button class="btn btn-filled">
<a href="#">
Apply
</a>
</button>
</div>
</div>
<div class="offer">
<input type="checkbox" id="offer" checked>
<label for="offer">One time special offer!</label>
<h6>Saas Software - Extended Support</h6>
<p class="para-line">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
</p>
<p class="para-line">
$24.90
</p>
</div>
<div class="payment-method">
<input type="radio" id="cash" name="pay-method" value="cash" checked>
<label for="cash">Cash on delivery</label>
<br>
<p class="para-line pay-method-notification">
Pay with cash upon delivery.
</p>
<br>
<input type="radio" id="paypal" name="pay-method" value="paypal">
<label for="paypal">Paypal</label>
</div>
<p class="warning">
Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.
</p>
<button class="btn btn-filled">
<a href="thanks.html">
<ion-icon name="lock-closed-outline"></ion-icon> Place Order $18.80
</a>
</button>
</div>
</div>
</div>
<!-- </div> -->
</div>
</body>
</html>