forked from hngi/newLancerApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing update.html
424 lines (366 loc) · 23.4 KB
/
pricing update.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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/d4f2148171.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>..</title>
<link rel="shortcut icon" href="https://res.cloudinary.com/ddu0ww15f/image/upload/c_scale,h_16/v1571841777/icons8-home-office-24_veiqea.png" type="image/x-icon">
<style>
.navbar-brand{
font-family: Pacifico;
color: white
}
.navbar-brand h3 span{
color: #0ABAB5
}
.navbar-brand :hover{
color: rgb(255, 255, 255);
}
.pricing-header{
background: #091429
}
.pricing-header .nav-link{
font-size: 15px;
color: aliceblue;
}
.navbar-collapse{
justify-content: flex-end
}
.pricing{
width: 100%;
padding-top: 70px;
padding-left: 20px;
padding-right: 20px;
padding: auto;
}
.pricing .title-header{
text-align: center
}
.pricing .title-header h1{
font-size: 65px;
padding-left: 160px;
padding-right: 160px;
}
.pricecol{
padding-left: 20px !important;
padding-right: 20px !important;
margin-top: 20px;
height: 450px;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 6px;
position: relative;
margin-bottom: 40px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.pricetext{
text-align: center;
font-size: 30px;
}
.pricenumber{
text-align: center;
font-size: 48px;
}
.price-button{
width: 100%;
position: absolute;
bottom: 2%;
left:0;
padding-left: 28px !important;
padding-right: 28px !important;
}
.pricelist{
list-style: none;
}
.pricelist li{
margin: 5px auto
}
.pricelist li span{
margin: auto 5px
}
.button:hover {
color: white;
}
.price-button a{
color: #fff;
border: none
}
.price-button a{
background-color: #0ABAB5 ;
}
.price-button a:hover{
background: rgb(9, 155, 150);
}
.pricenumber::before{
font-size: 17px;
content: '\0024';
position: relative;
left: -2px;
top: -25px
}
.pricenumber{
position: relative;
}
.pricenumber p{
font-size: 17px;
display: inline;
}
article {
background-color:#091429;
padding: 25px;
}
footer {
background-color: white;
padding: 25px;
}
.enter-div {
text-align: center;
color: white;
font-weight: normal;
font-style: normal;
}
.enter-div > h6 {
font-weight: normal;
}
#enter-line {
line-height: 65px;
}
#lancer {
font-style: normal;
font-weight: normal;
font-family: 'Pacifico', cursive;
font-size: 20px;
}
#btn-sub {
background: #0ABAB5;
border-radius: 4px;
border-width: 0px;
color: #FFFFFF;
}
#email-input {
background: #FFFFFF;
border: 1px solid #C4C4C4;
box-sizing: border-box;
border-radius: 2px;
color: black;
font-size: 0.8em;
padding: 5px;
}
.btn {
border: 1px solid #0ABAB5 ;
color: #0ABAB5;
box-sizing: border-box;
border-radius: 6px;
}
.link {
color: black;
}
.card {
background: #FFFFFF;
border: none;
width: 350px !important;
max-width: 350px !important;
margin-right: auto;
margin-left: auto;
}
ul {
padding: 0% !important;
}
#btn-sub:hover {
background-color: rgb(9, 155, 150);
}
#navbarNavAltMarkup a:hover {
color: #0ABAB5 !important;
}
span.avoidwrap { display:inline-block; }
@media only screen and (max-width: 600px) {
.pricing .title-header h1{
font-size: 35px
}
.pricecol{
margin: 20px auto
}
}
</style>
<nav class="pricing-header navbar pl-5 pr-5 navbar-expand-lg ">
<a class="navbar-brand" href="index.html"> <h3>Lan<span>c</span>er</h3> </a>
<button class="navbar-toggler navbar-light bg-light" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav" >
<a class="nav-item nav-link" href="pricing.html">Pricing <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="invoice_loggedin_user.html">Generate an Invoice</a>
<a class="nav-item nav-link" href="https://lancers.app/projects">Track a Project</a>
<a class="nav-item nav-link" href="signin.html">Sign in</a>
<a class="nav-item nav-link" href="signup.html">Sign up</a>
</div>
</div>
</nav>
</head>
<body>
<section class="pricing">
<div class="container">
<div style="margin-left: auto; margin-right: auto;text-align: center; max-width: 465px;">
<h1><span class="avoidwrap">Choose a plan</span> that works for you</h1>
</div>
<div class="row mt-5 pt-1">
<div class="card" style="margin-bottom: 10px; float: left;">
<div class="pricecol p-2 pt-4">
<p class="pricetext">Starter</p>
<div class="price">
<h5 class="pricenumber">0.00<p>/mo</p></h5>
</div>
<ul class="pricelist pt-3">
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Three active projects</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Two collaborators per project</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> One of each generatable document</div></li>
</ul>
<div class="price-button p-3">
<a href="signup.html" class="btn btn-primary btn-block">Sign up for free</a>
</div>
</div>
</div>
<div class="card" style="margin-left: auto; margin-right: auto; margin-bottom: 10px; float: left;">
<div class="pricecol p-2 pt-4">
<p class="pricetext">Pro</p>
<div class="price">
<h5 class="pricenumber">24.99<p>/mo</p></h5>
</div>
<ul class="pricelist pt-3">
<p class="m-0" style="font-size: 12px">All Starter features and</p>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Unlimited active projects</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Five collaborators per project</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Three of each generatable document</div></li>
</ul>
<div class="price-button p-3">
<a href="signup.html" class="btn btn-primary btn-block">Purchase</a>
</div>
</div>
</div>
<div class="card" style="margin-bottom: 10px; float: left;">
<div class="pricecol p-2 pt-4">
<p class="pricetext">Pro Plus</p>
<div class="price">
<h5 class="pricenumber">79.99<p>/mo</p></h5>
</div>
<ul class="pricelist pt-3">
<p class="m-0" style="font-size: 12px">All Starter and Pro features and</p>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Unlimited collaborators</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Unlimited document generation</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Dedicated support</div></li>
<li><div style="float: left;"><svg width="16" height="16" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 3.00574L11 13.0157L8 10.0157" stroke="#091429" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div> <div class="mr-auto ml-4"> Beta access to test new features</div></li>
</ul>
<div class="price-button p-3">
<a href="signup.html" class="btn btn-primary btn-block">Purchase</a>
</div>
</div>
</div>
</div>
</div>
</section>
<article>
<div class="enter-div">
<h4 id="enter-line">Enterprise ready tools</h4>
<h6>With dedicated support and quick and consistent deliverance of new features, you can trust your process in our able hands</h6>
<br>
<button type="button" class="btn button" onclick="contact-support.html" style="border-width: 2px">Contact Sales</button>
</div>
</article>
<footer class="bg-white pt-4">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-2">
<a href="index.html"><img src="https://res.cloudinary.com/nxcloud/image/upload/v1570984909/Lancer/Lancers_c40ozr.svg" alt="" class="img img-responsive mb-2" height="30" width="80px" style=""></a>
<ul class="list-unstyled">
<li><a class="text-dark" href="#">Pricing</a></li>
<li><a class="text-dark" href="signin.html">Sign in</a></li>
<li><a class="text-dark" href="signup.html">Sign up</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-2 mt-2">
<h6>Useful Links</h6>
<ul class="list-unstyled">
<li><a class="text-dark" href="signin.html">Dashboard</a></li>
<li><a class="text-dark" href="https://lancers.app/projects">Projects</a></li>
<li><a class="text-dark" href="invoice_loggedin_user.html">Invoices</a></li>
<li><a class="text-dark" href="https://lancers.app/projects">Create a Project</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 mt-2">
<h6>Reach us</h6>
<p class="text-dark small">
52b, Charity Lane, off Magboso Highway, Ikate, London, Nigeria
</p>
<h5 class="">
<a href="https://www.facebook.com" class="text-dark mr-2"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.twitter.com" class="text-dark"><i class="fab fa-twitter-square"></i></a>
</h5>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 mt-2">
<h6>Stay up to date</h6>
<p class="text-dark small">
Get emails about our newest features and events you can visit. We promise not to spam.
</p>
<form class="form-inline">
<div class="form-group mb-2 mr-2">
<label for="staticEmail2" class="sr-only">Email</label>
<input type="email" class="form-control" id="staticEmail2" value="" placeholder="Email Address" required>
</div>
<button type="submit" class="btn btn-secondary mb-2" id="btn-sub">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="bg-white text-left py-2 mt-0">
<div class="container">
<p class="float-right">
<a href="#"class="btn btn-secondary mb-2" id="btn-sub">
<span>↑</span></a>
</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script>
document.querySelector('.button').addEventListener('click', () => {
location.href = "contact-support.html"
})
</script>
</body>
</html>