-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpricing.html
274 lines (259 loc) · 12.3 KB
/
pricing.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
<!DOCTYPE html>
<html>
<head>
<title>SwiftSites: Fast. Modern. Easy.</title>
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charse=UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0">
<meta name="author" content="SwiftSites">
<meta name="description" content="SwiftSites home.">
<meta name="keywords" content="swiftsites">
<link rel="shortcut icon" href="./assets/images/logo.png" type="image/png">
<!-- Import CSS -->
<link rel="stylesheet" href="./assets/css/styles.css" type="text/css">
<script src="./assets/js/scripts.js"></script>
<!-- Import Animate.CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Import FontAwesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous ">
<!-- Import Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<nav id="navbar" class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">SwiftSites Corporation </a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li id="navbar-item"><a href="about.html"><i class="fa fa-user-circle" aria-hidden="true"></i> About</a></li>
<li id="navbar-item"><a href="contact.html"><i class="fa fa-address-card" aria-hidden="true"></i> Contact</a></li>
<li id="navbar-item"><a href="pricing.html"><i class="fa fa-credit-card-alt" aria-hidden="true"></i> Pricing</a></li>
<li id="navbar-item" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Products<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a style="color: #191919" href="#inverted">Templates</a></li>
<li><a style="color: #191919" href="#">Custom Site <span style="vertical-align:middle;" class="label label-danger">Hot!</span></a></li>
<li><a style="color: #191919" href="#">Wordpress Site</a></li>
<li><a style="color: #191919" href="#">Company Package <span style="vertical-align:middle;" class="label label-success">New!</span></a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron" id="jumbotron">
<div class="container header-container">
<h1 id="heading">SwiftSites - Pricing</h1>
<div id="paragraph-jumbotron">
Our prices are the most affordable prices ever. Money isn't our first priority; your website is.
</div>
<br>
</div>
</div>
<div id="container1">
<div class="container" id="container">
<div class="row">
<div class="col-md-4">
<i id="bold" class="fa fa-code" aria-hidden="true" style="font-size: 10rem;"></i>
<h3>100% HTML/CSS</h3>
<p id="paragraph">All of our sites are made with only <a id="link" href="#" data-toggle="tooltip" data-placement="top" title="Website building language">HTML/CSS</a>. This makes our sites easily editable, and very responsive.</p>
</div>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<div class="col-md-4">
<i id="bold" class="fa fa-commenting" aria-hidden="true" style="font-size: 10rem;"></i>
<h3>Unlimited Changes</h3>
<p id="paragraph">One of the best things about of SwiftSites, is that we will give you <b>unlimited</b> changes to your site, for no extra fee!</p>
</div>
<div class="col-md-4">
<i id="bold" class="fa fa-signal" aria-hidden="true" style="font-size: 10rem;"></i>
<h3>Professional Analytics</h3>
<p id="paragraph">All of our sites come with <a id="link" href="#" data-toggle="tooltip" data-placement="top" title="Google Analytics is a service that lets you measure your site statistics">Google Analytics</a> connected with it. You will be able to connect
your google account with the website, and view lots of statistics. </p>
</div>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</div>
</div>
</div>
<div id="inverted">
<div class="container" id="container">
<div class="jumbotron" style="background: none; padding: 0px; margin: 0px;">
<h1 id="h1">Customizable Templates</h1>
</div>
<hr id="hr">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="assets/images/Burst.png" alt="Burst" style="width:100%;">
</div>
<div class="item">
<img src="assets/images/Drop-0.png" alt="Drop" style="width:100%;">
</div>
<div class="item">
<img src="assets/images/Flow-0.jpg" alt="Flow" style="width:100%;">
</div>
<div class="item">
<img src="assets/images/Gloss-0.png" alt="Gloss" style="width:100%;">
</div>
<div class="item">
<img src="assets/images/Mercury.png" alt="Mercury" style="width:100%;">
</div>
<div class="item">
<img src="assets/images/Raspberry.png" alt="Raspberry" style="width:100%;">
</div>
<div class="item">
<img src="assets/images/Rust-0.png" alt="Rust" style="width:100%;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
<div>
<center><a style="margin:auto;" class="btn button" href="contact.html" role="button" id="button">$30 to $60 »</a></center>
</div>
</div>
</div>
<div id="container1">
<div class="container" id="container">
<div class="jumbotron" style="background: none; padding: 0px; margin: 0px;">
<h1 id="h1" style="color: rgb(0, 126, 185)">Custom Sites</h1>
</div>
<center>
<hr id="hr" style="width: 80%; border-color: rgb(0, 126, 185)">
</center>
<br>
<div class="row">
<div class="col-md-6">
<img id="computer" src="assets/images/computer.png" alt="computer" />
</div>
<div class="col-md-6">
<h2 style="color: rgb(0, 126, 185);" style="text-align:left">Custom sites tailored for your needs</h2>
<p id="paragraph1">
Custom sites are made by us based on what you want in your site. We chat with you while we are developing the site, constantly sending you screenshots and tweaking it based on your needs. Custom sites come with free hosting, and its content can be changed
unlimitely. We connect Google Analytics, and your preffered domain to the website free with this option.
<br>
<center><a style="margin:auto;" class="btn button" href="contact.html" role="button" id="button-invert">From $90 »</a></center>
</p>
</div>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</div>
</div>
</div>
<div id="inverted">
<div class="container" id="container">
<div class="jumbotron" style="background: none; padding: 0px; margin: 0px;">
<h1 id="h1">Wordpress Sites</h1>
</div>
<center>
<hr id="hr" style="width: 80%;">
</center>
<br>
<div class="row">
<div class="col-md-6">
<h2 style="text-align:center;">Wordpress sites are easily editable</h2>
<p id="paragraph1" style="color: lightgray;">
Wordpress sites are made by us to fit whatever you need. These sites can range anywhere from single page landing to full blogs. We chat with you while we are developing the site, constantly sending you screenshots and tweaking it based on your needs. You can either find a host of your choice, or let us host it for a cheap 3$ per month! We connect Google Analytics, and your preffered domain to the website free with this option.
<br>
<center><a style="margin:auto;" class="btn button" href="contact.html" role="button" id="button">From $50 »</a></center>
</p>
</div>
<div class="col-md-6">
<img id="computer" src="assets/images/wordpress.png" alt="computer" />
</div>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</div>
</div>
</div>
<div id="container1">
<div class="container" id="container">
<div class="jumbotron" style="background: none; padding: 0px; margin: 0px;">
<h1 id="h1" style="color: rgb(0, 126, 185)">Company Package</h1>
</div>
<center>
<hr id="hr" style="width: 80%; border-color: rgb(0, 126, 185)">
</center>
<br>
<div class="row">
<div class="col-md-6">
<img id="computer" src="assets/images/computer.png" alt="computer" />
</div>
<div class="col-md-6">
<h2 style="color: rgb(0, 126, 185);" style="text-align:left">Custom sites tailored for your needs</h2>
<p id="paragraph1">
Custom sites are made by us based on what you want in your site. We chat with you while we are developing the site, constantly sending you screenshots and tweaking it based on your needs. Custom sites come with free hosting, and its content can be changed
unlimitely. We connect Google Analytics, and your preffered domain to the website free with this option.
<br>
<center><a style="margin:auto;" class="btn button" href="contact.html" role="button" id="button-invert">From $120 »</a></center>
</p>
</div>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-right">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/swift_sites"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="https://github.com/SwiftSites/"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left" style="font-family: Roboto">
<p class="footer-links">
<a href="#">Home</a> ·
<a href="about.html">About</a> ·
<a href="pricing.html">Pricing</a> ·
<a href="contact.html">Contact</a> ·
<a href="#inverted">Templates</a> ·
<a href="#container">Custom Sites</a>
</p>
<p>SwiftSites © 2018</p>
</div>
</footer>
</body>
</html>