-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.php
More file actions
206 lines (197 loc) · 8.34 KB
/
Copy pathservices.php
File metadata and controls
206 lines (197 loc) · 8.34 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<!-- Bootstra, Fontawesom, Style, Animate -->
<?php require_once 'layouts/head.php' ?>
<body>
<!-- Header -->
<header id="header-about">
<!-- Navbar -->
<?php require_once 'components/navbar.php' ?>
<div class="row">
<div class="col-md-6 order-2 animated fadeInDown delay-1s">
<img src="./image/service.svg" alt="about" class="img-fluid w-100 h-75 mt-4" />
</div>
<div class="col-md-6 order-1">
<div class="text-center animated fadeInUp delay-1s service-content" style="color: blanchedalmond;">
<h1 class="display-4">
Our Service
</h1>
<p class="lead">
Here you will find what you want, subscriptions are very
reasonable prices, and you can also try for a free month. Make
your life wonderful.
</p>
</div>
</div>
</div>
</header>
<!-- SERVICES SECTION -->
<section id="services" class="py-5">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card text-center">
<div class="card-header text-dark">
<h1 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="1s">
<i class="fas fa-campground" style="color: #cd7f32;"></i>
</h1>
<h3 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="1s">
Bronze Client
</h3>
</div>
<div class="card-body">
<h6 class="card-title text-muted price-muted wow bounceInRight" data-wow-duration="1s" data-wow-delay="1s">
$79.99/Month
</h6>
<h4 class="card-title wow bounceInRight" data-wow-duration="1s" data-wow-delay="1s">
Free /Month
</h4>
<p class="card-text wow bounceInRight" data-wow-duration="1s" data-wow-delay="1s">
You can try it for one month, then you can pay after the
period has ended and you can also upgrade.
</p>
<ul class="list-group wow bounceInLeft" data-wow-duration="1s" data-wow-delay="1s">
<li class="list-group-item">
<i class="fas fa-check"></i> 10 connections per month
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> Get gifts and purchases
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> You can request compensation in
case of loss
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> You can change the order in
case of decline
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> 15+ dealing companies
</li>
</ul>
<a href="build.php" class="btn btn-outline-danger btn-block mt-5 wow bounceInDown" data-wow-duration="1s" data-wow-delay="1s">Get It</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card text-center">
<div class="card-header text-dark">
<h1 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="1.5s">
<i class="fas fa-campground" style="color: #c0c0c0;"></i>
</h1>
<h3 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="1.5s">
Silver Client
</h3>
</div>
<div class="card-body">
<h4 class="card-title wow bounceInRight" data-wow-duration="1s" data-wow-delay="1.5s">
$119.99/Month
</h4>
<p class="card-text wow bounceInRight" data-wow-duration="1s" data-wow-delay="1.5s">
Become a Silver customer and take advantage of all the
benefits mentioned below only Do not miss the opportunity You
can ask anything and quickly.
</p>
<ul class="list-group pt-2 wow bounceInLeft" data-wow-duration="1s" data-wow-delay="1.5s">
<li class="list-group-item">
<i class="fas fa-check"></i> 30 connections per month
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> Get gifts and purchases
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> You can request compensation in
case of loss
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> You can change the order in
case of decline
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> 50+ dealing companies
</li>
</ul>
<a href="build.php" class="btn btn-outline-danger btn-block mt-5 wow bounceInDown" data-wow-duration="1s" data-wow-delay="1.5s">Get It</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card text-center">
<div class="card-header text-dark">
<h1 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="2s">
<i class="fas fa-campground" style="color: #ffd700;"></i>
</h1>
<h3 class="wow bounceInDown" data-wow-duration="1s" data-wow-delay="2s">
Gold Client
</h3>
</div>
<div class="card-body">
<h4 class="card-title wow bounceInRight" data-wow-duration="1s" data-wow-delay="2s">
$359.99/Month
</h4>
<p class="card-text wow bounceInRight" data-wow-duration="1s" data-wow-delay="2s">
Get all the benefits at a reasonable price What are you
waiting for just come on Do not hesitate Do not miss the
opportunity You can ask anything and quickly.
</p>
<ul class="list-group pt-2 wow bounceInLeft" data-wow-duration="1s" data-wow-delay="2s">
<li class="list-group-item">
<i class="fas fa-check"></i> 75 connections per month
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> Get gifts and purchases
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> You can request compensation in
case of loss
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> You can change the order in
case of decline
</li>
<li class="list-group-item">
<i class="fas fa-check"></i> 80+ dealing companies
</li>
</ul>
<a href="build.php" class="btn btn-outline-danger btn-block mt-5 wow bounceInDown" data-wow-duration="1s" data-wow-delay="2s">Get It</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Dividing Line -->
<hr class="my-5 hr-mx" />
<!-- Companys -->
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="./services.html">
<img class="img-fluid d-block mx-auto" src="./image/envato.jpg" alt="envato" />
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="./services.html">
<img class="img-fluid d-block mx-auto" src="./image/designmodo.jpg" alt="desigmoto" />
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="./services.html">
<img class="img-fluid d-block mx-auto" src="./image/themeforest.jpg" alt="themeforest" />
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="./services.html">
<img class="img-fluid d-block mx-auto" src="./image/creative-market.jpg" alt="creative-makete" />
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<?php require_once 'components/footer.php' ?>
<!-- Scripts Bootstrap and Fontawsom and Wow -->
<?php require_once 'layouts/scripts.php' ?>
</body>
</html>