-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
191 lines (188 loc) · 9.15 KB
/
pricing.html
File metadata and controls
191 lines (188 loc) · 9.15 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
186
187
188
189
190
191
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Pricing - SEO Tracking Tool</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/Login-Form-Dark.css">
<link rel="stylesheet" href="assets/css/smoothproducts.css">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar">
<div class="container">
<a href="index.html">
<img class="img-fluid" data-bs-hover-animate="jello" id="logo" src="assets/img/logo/track-my-position-logo-826.png">
</a>
<button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1">
<span class="sr-only">
Toggle navigation
</span>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="features.html">Features</a></li>
<li class="nav-item" role="presentation"><a class="nav-link active" href="pricing.html">Pricing</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="about-us.html">About Us</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<main class="page pricing-table-page">
<section class="clean-block clean-pricing dark">
<div class="container">
<div class="block-heading">
<h2 class="text-info">Pricing Table</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quam urna, dignissim nec auctor in, mattis vitae leo.
</p>
</div>
<div class="row justify-content-center">
<div class="col-md-5 col-lg-4">
<div class="clean-pricing-item">
<div class="heading">
<h3>BASIC</h3>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<div class="features">
<h4>
<span class="feature">Full Support: </span>
<span>No</span>
</h4>
<h4>
<span class="feature">Duration: </span>
<span>30 Days</span>
</h4>
<h4>
<span class="feature">Storage: </span>
<span>10GB</span>
</h4>
</div>
<div class="price">
<h4>$25</h4>
</div><button class="btn btn-outline-primary btn-block" type="button">BUY NOW</button></div>
</div>
<div class="col-md-5 col-lg-4">
<div class="clean-pricing-item">
<div class="ribbon">
<span>Best Value</span>
</div>
<div class="heading">
<h3>PRO</h3>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<div class="features">
<h4>
<span class="feature">Full Support: </span>
<span>Yes</span>
</h4>
<h4>
<span class="feature">Duration: </span>
<span>60 Days</span>
</h4>
<h4>
<span class="feature">Storage: </span>
<span>50GB</span>
</h4>
</div>
<div class="price">
<h4>$50</h4>
</div><button class="btn btn-primary btn-block" type="button">BUY NOW</button></div>
</div>
<div class="col-md-5 col-lg-4">
<div class="clean-pricing-item">
<div class="heading">
<h3>PREMIUM</h3>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<div class="features">
<h4>
<span class="feature">
Full Support:
</span>
<span>Yes</span>
</h4>
<h4>
<span class="feature">
Duration:
</span>
<span>120 Days</span>
</h4>
<h4>
<span class="feature">
Storage:
</span>
<span>150GB</span>
</h4>
</div>
<div class="price">
<h4>$150</h4>
</div><button class="btn btn-outline-primary btn-block" type="button">BUY NOW</button></div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer dark">
<a href="index.html">
<img class="rounded-circle img-fluid d-flex float-left" data-bs-hover-animate="jello" id="logo-footer" src="assets/img/logo/track-my-position-logo-826.png">
</a>
<div class="container">
<div class="row">
<div class="col-sm-3">
<h5>Get started</h5>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Sign up</a></li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>About us</h5>
<ul>
<li><a href="#">Company Information</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Reviews</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>Support</h5>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Help desk</a></li>
<li><a href="#">Forums</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>Legal</h5>
<ul>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<p>
© 2020 Copyright <a href="https://github.com/barhouum7/">GitHub@barhouum7</a>
</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/smoothproducts.min.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/bs-animation.js"></script>
</body>
</html>