-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
424 lines (387 loc) · 17.9 KB
/
index.html
File metadata and controls
424 lines (387 loc) · 17.9 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
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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<title>Rebelstack.io</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.3/jquery.mCustomScrollbar.min.css">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<script src="js/shadycss.min.js"></script>
<script src="rebelchat.js"></script>
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<link href="css/color.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/video.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".main-nav">
<header class="st-navbar">
<nav class="navbar navbar-default navbar-fixed-top clearfix" role="navigation">
<div class="container"><!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#sept-main-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./"><img src="images/logo.svg" alt="" class="img-responsive"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse main-nav" id="sept-main-nav">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
</header>
<section class="home" id="home"> <!--data-stellar-background-ratio="0.4" data-vide-bg="./video/rebelstackio.webm" data-vide-options="loop: true, muted: false, position: 0% 0%">-->
<video playsinline autoplay muted loop>
<source src="./video/rebelstackio_1024.webm" type="video/webm" media="screen and (max-device-width:1024px)">
<source src="./video/rebelstackio_768.webm" type="video/webm" media="screen and (max-device-width:768px)">
<source src="./video/rebelstackio_600.webm" type="video/webm" media="screen and (max-device-width:600px)">
<source src="./video/rebelstackio_500.webm" type="video/webm" media="screen and (max-device-width:500px)">
<source src="./video/rebelstackio_400.webm" type="video/webm" media="screen and (max-device-width:400px)">
<source src="./video/rebelstackio.webm" type="video/webm">
<source src="./video/rebelstackio.mp4" type="video/mp4">
</video>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="st-home-unit">
<div class="hero-txt">
<p class="hero-work">UX Design - Progressive-Web/Responsive-Mobile Apps - Scalable Middle-Tier/Backend - Devops and CD</p>
<h2 class="hero-title">FullStack Powerhouse</h2>
<!--p class="hero-sub-title">Lorem ipsum delta</p-->
<!--a href="#" class="btn btn-default btn-lg left-btn">Purchase Now</a-->
<a href="#about" class="btn btn-main btn-lg scrollto">Find Out More</a>
<div class="fb-follow" data-href="https://www.facebook.com/zuck" data-layout="box_count" data-size="small" data-show-faces="true"></div>
</div>
</div>
</div>
</div>
</div>
<div class="mouse-icon"><div class="wheel"></div></div>
</section>
<section class="about" id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title st-center">
<h3>Creative software that scales to millions of users</h3>
</div>
<div class="row mb90">
<div class="col-md-6">
<p class="about-center">We are a complete in-house Fullstack development, testing and deployment team specializing in rapid deployment and cutting edge practices.</p>
<p class="about-center">Our focus is on building agile, efficient, fast and affordable software. We stand behind our work until you are completely satisfied with the results.</p>
</div>
<div class="col-md-6" style="text-align:center;">
<img src="images/wrapper-img.gif" alt="" class="img-circle" width="250">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="service" id="service" data-stellar-background-ratio="0.4">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title st-center">
<h3>What we do</h3>
<p>Best-in-class software with expert attention to design, UX and scalability.</p>
</div>
<div class="row">
<div class="col-md-3">
<div class="st-feature">
<div class="st-feature-icon"><i class="fa fa-paper-plane"></i></div>
<strong class="st-feature-title">Fullstack Development</strong>
<p class="text-justify">We work with you to custom select the perfect workflow and technologies for your project. We're all about efficiency, quality, and scalability and our stack gives us the ability to manage millions of concurrent connections on fewer commodity hardware, saving you money while reaching millions with innovative and modern interfaces. Our stack is HTML5/Node.JS/Postgres.</p>
</div>
</div>
<div class="col-md-3">
<div class="st-feature">
<div class="st-feature-icon"><i class="fa fa-check"></i></div>
<strong class="st-feature-title">Quality Assurance</strong>
<p class="text-justify">Our QA engineers are relentless, providing rigorous multiplatform and functionality testing. We bring QA at the start of projects to establish clear acceptance criteria. Then we break it, then build it better, leaving you more time to ponder on what is possible. We follow Behavioral-Drive-Design that ensures full-coverage unit-tests before components ever reach QA.</p>
</div>
</div>
<div class="col-md-3">
<div class="st-feature">
<div class="st-feature-icon"><i class="fa fa-cogs"></i></div>
<strong class="st-feature-title">DevOps & CI</strong>
<p class="text-justify">We've built scalable/elastic solutions on bare-metal and on IaaS cloud services like AWS. We've created continuous deployment with TravisCI and Jenkins on platforms such as DigitalOcean, Rackspace, vSphere. We're all Linux nuts here.</p>
</div>
</div>
<div class="col-md-3">
<div class="st-feature">
<div class="st-feature-icon"><i class="fa fa-heart"></i></div>
<strong class="st-feature-title">Dedicated Team</strong>
<p class="text-justify">We are tight knit and have worked together for years. Our focus is always one-project-at-a-time and our skills blend perfectly to meet all the needs from client interaction and QA, through illustration and UX, beyond to middle-tier and backend architecture finally to continuous deploy. We're small but we're a powerhouse!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<div class="container-fluid ">
<div class="row">
<div class="col-md-12">
<div class="section-title st-center">
<h3>Recent Projects</h3>
<p>Learn more about our latest projects</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="st-feature">
<div class="st-feature-img">
<img src="images/apps/apps_vco.png" class="img-responsive"/>
</div>
<strong class="st-feature-title">VideoCheckout <small>(E-Commerce)</small></strong>
<p class="text-justify">VideoCheckout increases conversion of facebook marketing campaigns</p>
</div>
</div>
<div class="col-md-4">
<div class="st-feature">
<div class="st-feature-img">
<img src="images/apps/apps_metrigon.png" class="img-responsive"/>
</div>
<strong class="st-feature-title">Metrigon <small>(Mobile Gaming)</small></strong>
<p class="text-justify">Metrigon is an original puzzle game that requires critical thinking and spatial awareness skills to earn top scores.</p>
</div>
</div>
<div class="col-md-4">
<div class="st-feature">
<div class="st-feature-img">
<img src="images/apps/apps_sigma.png" class="img-responsive"/>
</div>
<strong class="st-feature-title">Sigma Cloud <small>(system analytics reporting)</small></strong>
<p class="text-justify">Progressive web app for analytics reporting</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="st-feature">
<div class="st-feature-img">
<img src="images/apps/apps_worldkite.png" class="img-responsive"/>
</div>
<strong class="st-feature-title">Worldkite <small>(system analytics reporting)</small></strong>
<p class="text-justify">Progressive web app for analytics reporting</p>
</div>
</div>
<div class="col-md-4">
<div class="st-feature">
<div class="st-feature-img">
<img src="images/apps/apps_qchevere.png" class="img-responsive"/>
</div>
<strong class="st-feature-title">Q'Chevere <small>(Social Events)</small></strong>
<p class="text-justify">Location based events search app for desktop, IOS, Android.</p>
</div>
</div>
<div class="col-md-4">
<div class="st-feature">
<div class="st-feature-img">
<img src="images/apps/apps_yakchat.png" class="img-responsive"/>
</div>
<strong class="st-feature-title">YakChat <small>(instant messaging)</small></strong>
<p class="text-justify">SLACK-LIVE MESSAGING APP BASED AROUND EVENTS</p>
</div>
</div>
</div>
</div>
</section>
<section class="testimonials" id="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title st-center">
<h3>Happy Clients</h3>
</div>
<div class="testimonials-carousel">
<ul>
<li>
<div class="testimonial">
<div class="testimonial-img">
<img src="photos/joe.jpg" alt="">
</div>
<blockquote>
<p>Rebelstack architected and implemented an efficient, scalable, and performant server system utilizing Node.js, PostgreSQL, Vagrant, and Linux on Amazon AWS. They assured quality with detailed unit tests and assisted in load testing resulting in a system that has run flawlessly since the launch of Metrigon.</p>
<footer>Joe Romriell, <cite title="Source Title">CEO, Actop, Inc.</cite></footer>
</blockquote>
</div>
</li>
<li>
<div class="testimonial">
<div class="testimonial-img">
<img src="photos/anand.jpg" alt="">
</div>
<blockquote>
<p>To put it simply, Rebelstack are brilliant at what they do. Their team have been working on Video Checkout for the past 1.5 years and have been instrumental in helping drive the technical vision and quality of the product.</p>
<footer>Anand Patel formerly PM, <cite title="Source Title">TotalApps, Inc.</cite></footer>
</blockquote>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title st-center">
<h3>Contact Us</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" id="chat-cmp-container" style="height:400px">
<div class="wrap">
<div class="loading">
<div class="bounceball"></div>
<div class="text">Loading Chat App</div>
</div>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
var chatNode = document.getElementById("chat-cmp-container");
while (chatNode.firstChild) {
chatNode.removeChild(chatNode.firstChild);
}
const chat = new RebelChat({
el: '#chat-cmp-container'
});
});
</script>
</div>
</div>
</section>
<section class="footer-technology hidden">
<div class="container">
<div class="row">
<div class="col-md-1 text-center">
<a href class="tech-logo nodejs active"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo html5"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo postgresql"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo redis"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo firebase"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo github"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo python"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo ruby"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo bash"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo docker"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo vagrant"></a>
</div>
<div class="col-md-1 text-center">
<a href class="tech-logo ubuntu"></a>
</div>
</div>
</div>
</section>
<div class="modal fade" role="dialog" id="thankyou-modal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center">Thank You</h4>
</div>
<div class="modal-body text-center">
<p>We have received your inquiry, you should have an email confirmation in your inbox. We will get back to you shortly.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" role="dialog" id="error-modal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title text-center">Error</h4>
</div>
<div class="modal-body text-center">
<p>Something unexpected has occurred, please wait a moment and try again</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.stellar.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.vide.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.3/jquery.mCustomScrollbar.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jquery.shuffle.modernizr.js"></script>
<script src="js/jquery.shuffle.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/script.js"></script>
<!--<script src="js/contactus.js"></script>-->
<script src="js/firebase.js"></script>
<!-- <script src="js/firebaseHelper.js"></script> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91969728-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>