forked from hakrishnan/ThinkBridgeSoftware.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing-tables.html
407 lines (290 loc) · 10.8 KB
/
pricing-tables.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
<!DOCTYPE html>
<!--[if IE 7]> <html class="ie7 no-js" lang="en"> <![endif]-->
<!--[if lte IE 8]> <html class="ie8 no-js" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Google Web Fonts
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600italic|Handlee' rel='stylesheet' type='text/css'>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--[if ie]><meta http-equiv='X-UA-Compatible' content="IE=edge,IE=9,IE=8,chrome=1" /><![endif]-->
<title>ThinkBridge Software | Plans</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/skeleton.css" />
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link rel="stylesheet" href="js/layerslider/css/layerslider.css" />
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" />
<!-- HTML5 Shiv
================================================== -->
<script src="js/jquery.modernizr.js"></script>
</head>
<body class="wide normal pattern-1 color-1">
<div id="wrapper">
<header id="header">
<div class="container">
<div class="eight columns">
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="logo"></a>
</div><!--/ #logo-->
</div><!--/ .columns-->
<div class="eight columns">
<div class="widget widget_contacts">
<div class="vcard clearfix">
<p class="top-phone">Call Us : <span>+1 651-91 THINK</span></p>
</div><!--/ .vcard-->
<div class="clear"></div>
<ul class="social-icons">
<li class="twitter"><a href="#">Twitter</a></li>
<li class="facebook"><a href="#">Facebook</a></li>
<li class="rss"><a href="#">Rss</a></li>
<li class="vimeo"><a href="#">Vimeo</a></li>
<li class="linkedin"><a href="#">LinkedIn</a></li>
</ul><!--/ .social-icons -->
</div>
</div><!--/ .columns-->
<div class="clear"></div>
<div class="sixteen columns">
<div class="menu-container clearfix">
<nav id="navigation" class="navigation">
<div class="menu">
<ul>
<li class="current-menu-item"><a href="index.html">Home</a>
</li>
<li><a href="about-us.html">Clients</a>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="services.html">Our Methodology</a></li>
<li><a href="careerops.html">Case Studies</a></li>
</ul>
</li>
<li><a href="about-us.html">Our Team</a>
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="partners.html">Explore Opportunities</a></li>
</ul>
</li>
<li><a href="typography.html">Investors</a>
<ul>
<li><a href="about-us.html">Advisory Board</a></li>
<li><a href="about-us.html">Startup Academy</a></li>
<li><a href="partners.html">Explore Opportunities</a></li>
</ul>
</li>
<li><a href="careerops.html">Insights</a>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav><!--/ .navigation-->
<div class="search-wrapper">
<form method="post" action="/">
<p>
<input name="s" id="s" type="text">
<button type="submit" class="submit-search">Search</button>
</p>
</form>
</div><!--/ .search-wrapper-->
</div><!--/ .menu-container-->
</div><!--/ .columns-->
</div><!--/ .container-->
</header><!--/ #header-->
<section id="content">
<div class="container">
<div class="page-header clearfix">
<h1>Plans</h1>
</div><!--/ .page-header-->
<section class="simple-pricing-table type-1 col-4 clearfix">
<div class="column">
<div class="header">
<h4 class="title">Starter Package</h4>
<div class="price">
<h2 class="cost">$19.95</h2>
<span class="description">per month</span>
</div><!--/ .price-->
</div><!-- .header -->
<ul class="features">
<li>Disk Space 500 MB</li>
<li>Bandwidth Unmetered</li>
<li>Setup Free</li>
<li>1 Free Email Accounts</li>
<li>1 FTP Accounts</li>
<li>Half Privacy</li>
</ul><!-- .features -->
<div class="footer">
<a class="button big default" href="#">Get Started</a>
</div><!-- .footer -->
</div><!-- .column -->
<div class="column">
<div class="header">
<h4 class="title">Standard Package</h4>
<div class="price">
<h2 class="cost">$29.95</h2>
<span class="description">per month</span>
</div><!--/ .price-->
</div><!-- .header -->
<ul class="features">
<li>Disk Space 500 MB</li>
<li>Bandwidth Unmetered</li>
<li>Setup Free</li>
<li>1 Free Email Accounts</li>
<li>1 FTP Accounts</li>
<li>Half Privacy</li>
</ul><!-- .features -->
<div class="footer">
<a class="button big default" href="#">Get Started</a>
</div><!-- .footer -->
</div><!-- .column -->
<div class="column featured">
<div class="header">
<h4 class="title">Medium Package</h4>
<div class="price">
<h2 class="cost">$39.95</h2>
<span class="description">per month</span>
</div><!--/ .price-->
</div><!-- .header -->
<ul class="features">
<li>Disk Space 500 MB</li>
<li>Bandwidth Unmetered</li>
<li>Setup Free</li>
<li>1 Free Email Accounts</li>
<li>1 FTP Accounts</li>
<li>Half Privacy</li>
</ul><!-- .features -->
<div class="footer">
<a class="button big default" href="#">Get Started</a>
</div><!-- .footer -->
</div><!-- .column -->
<div class="column">
<div class="header">
<h4 class="title">Premium Package</h4>
<div class="price">
<h2 class="cost">$59.95</h2>
<span class="description">per month</span>
</div><!--/ .price-->
</div><!-- .header -->
<ul class="features">
<li>Disk Space 500 MB</li>
<li>Bandwidth Unmetered</li>
<li>Setup Free</li>
<li>1 Free Email Accounts</li>
<li>1 FTP Accounts</li>
<li>Half Privacy</li>
</ul><!-- .features -->
<div class="footer">
<a class="button big default" href="#">Get Started</a>
</div><!-- .footer -->
</div><!-- .column -->
</section><!--/ .simple-pricing-table-->
<div class="divider-solid"></div>
<footer id="footer">
<div class="container">
<div class="four columns">
<div class="widget widget_text">
<h3 class="widget-title">About Us</h3>
<div class="textwidget">
<p>
We are a 'Software Engineering Team as a Service' firm providing software product development
services using an 'Outcome based fixed price subscription' model
</p>
<p>
We are a team of passionate technologists focussed on solving business problems through technology
and we know how to put business ahead of technology
</p>
</div><!--/ .textwidget-->
</div><!--/ .widget -->
</div><!--/ .columns -->
<div class="four columns">
<div class="widget widget_recent_entries">
<h3 class="widget-title">Recent Posts</h3>
<ul>
<li>
<a title="Single Clean Post" href="blog.html">Single Clean Post</a>
<span class="post-date">June 3, 2013</span>
</li>
<li>
<a title="Post With Custom Slideshow" href="blog.html">Post With Custom Slideshow</a>
<span class="post-date">June 3, 2013</span>
</li>
<li>
<a title="Video Post Format" href="blog.html">Video Post Format</a>
<span class="post-date">June 3, 2013</span>
</li>
<li>
<a title="Post Without Image" href="blog.html">Post Without Image</a>
<span class="post-date">June 3, 2013</span>
</li>
</ul>
</div><!--/ .widget-->
</div><!--/ .columns-->
<div class="four columns">
<div class="widget widget_tag_cloud">
<h3 class="widget-title">Tag Cloud</h3>
<div class="tagcloud">
<a href="#">Audio</a>
<a href="#">Design</a>
<a href="#">Features</a>
<a href="#">Logo</a>
<a href="#">Photo</a>
<a href="#">Photography</a>
<a href="#">Video</a>
<a href="#">Web</a>
</div><!--/ .tagcloud-->
</div><!--/ .widget-->
<div class="widget widget_social">
<h3 class="widget-title">Social Links</h3>
<ul class="social-icons clearfix">
<li class="twitter">
<a href="https://twitter.com/ThemeMakers" target="_blank" title="Twitter"></a>
</li>
<li class="facebook">
<a href="http://www.facebook.com/wpThemeMakers" target="_blank" title="Facebook"></a>
</li>
<li class="dribble">
<a href="http://dribbble.com/" target="_blank" title="Dribbble"></a>
</li>
<li class="vimeo">
<a href="https://vimeo.com/" target="_blank" title="Vimeo"></a>
</li>
<li class="youtube">
<a href="http://www.youtube.com" target="_blank" title="Youtube"></a>
</li>
<li class="rss"><a href="#" title="RSS"></a></li>
</ul><!--/ .social-list-->
</div><!--/ .widget-->
</div><!--/ .columns -->
<div class="four columns">
<div class="widget widget_flickr">
<h3 class="widget-title">Photo Stream</h3>
<ul class="flickr-badge clearfix"></ul>
</div><!--/ .widget -->
</div><!--/ .columns -->
<div class="clear"></div>
<div class="sixteen columns">
<div class="adjective clearfix">
<div class="copyright" >Copyright © 2014. <a href="http://www.thinkbridgesoftware.com" target="_blank">ThinkBridge </a> All rights reserved</div>
</div><!--/ .adjective-->
</div><!--/ .columns-->
</div><!--/ .container -->
</footer><!--/ #footer -->
</div><!--/ #wrapper-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/jquery.easing.1.3.min.js"></script>
<script src="js/jquery.cycle.all.min.js"></script>
<script src="js/jquery.blackandwhite.min.js"></script>
<script src="js/jquery.jflickrfeed.min.js"></script>
<script src="js/jquery.touchswipe.min.js"></script>
<script src="js/config.js"></script>
<script src="js/custom.js"></script>
</body>
</html>