-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
361 lines (355 loc) · 14.2 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Cyberware</title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="css/flickity.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<link href="css/aos.css" rel="stylesheet">
</head>
<body id="body">
<header>
<div class="container">
<div class="row">
<div class="col-8 col-sm-4 col-md-4 col-lg-3">
<a href="index.html" class="logo">
<img src="images/logo.png" class="img-fluid" alt="Cyberware" />
</a>
</div>
<div class="col-4 col-sm-8 col-md-8 col-lg-9">
<div class="navigation" style="display:none;">
<span class="nav-icon">
<img src="images/nav.png" class="img-fluid" alt="" />
</span>
</div>
</div>
</div>
</div>
</header>
<section class="slider-wrapper">
<video id="bannerVideo" muted playsinline autoplay loop poster="images/video_poster.png">
<source src="images/banner_video_2.mp4" type="video/mp4">
</video>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="slider-content">
<span data-aos="zoom-out-down" data-aos-duration="800">It's time for you to level up</span>
<div class="typewriter" data-aos="zoom-out-down" data-aos-delay="100" data-aos-duration="800">
<h1>DESIGN ▪︎ DEVELOP ▪︎ TRIUMPH</h1>
</div>
<p data-aos="zoom-out-down" data-aos-delay="150" data-aos-duration="500">We have helped bring over 50 ideas to life across the globe</p>
<a href="#contactus" class="btn-custom" data-aos="zoom-out-down" data-aos-delay="250" data-aos-duration="500">Let's Talk</a>
</div>
</div>
</div>
</div>
</section>
<section class="services-wrapper combined-shape bg-lightBlack">
<div class="container">
<div class="heading-wrapper" data-aos="fade-up" data-aos-duration="2000">
<h2>Do you want someone to build your technology platform without making you do all the hard work ?</h2>
<p>What if you had someone you could rely on without having to micromanage ? Get in touch with us to leverage our team's decade long experience in building technology businesses</p>
</div>
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="services-item border-effects">
<span>Idea Validation</span>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="services-item border-effects">
<span>Product Development</span>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="services-item border-effects">
<span>Launch & Growth</span>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="more-projects text-center">
<a href="#contactus" class="btn-custom">Let’s Start a Project</a>
</div>
</div>
</div>
</div>
</section>
<section class="our-work-wrapper">
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleFade" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleFade" data-slide-to="1"></li>
<li data-target="#carouselExampleFade" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="our-work-content">
<div class="sub-heading">
<h2><span>Our</span> Work.</h2>
</div>
<div class="app-info">
<div class="rocketeer-box">
<img src="images/app-icon.png" class="img-fluid" alt="" />
<h3>Rocketeer</h3>
<span>Courier App</span>
</div>
<p>Just set where you want your delivery picked up from and dropped off to, and let one of our nearby real-time couriers do the rest.</p>
<a href="#">Get in Touch</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 app-image">
<img src="images/app-image.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="our-work-content">
<div class="sub-heading">
<h2><span>Our</span> Work.</h2>
</div>
<div class="app-info">
<div class="rocketeer-box">
<img src="images/IRS-app.png" class="img-fluid" alt="" />
<h3>IRS</h3>
<span>Ship Maintenance</span>
</div>
<p>IRS International is one of Australia's largest ship and container maintenance companies. Their complex workflow was completely digitised, eliminating all paperwork and reducing reporting time from months to minutes.</p>
<a href="#">Get in Touch</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 app-image">
<img src="images/IRS-image.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="our-work-content">
<div class="sub-heading">
<h2><span>Our</span> Work.</h2>
</div>
<div class="app-info">
<div class="rocketeer-box">
<img src="images/talent-app.png" class="img-fluid" alt="" />
<h3>Talent Now</h3>
<span>Staffing Solution</span>
</div>
<p>We are a casual staffing solution - our technology makes it easy for child care centres to find educators and for educators to find jobs.</p>
<a href="#">Get in Touch</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 app-image">
<img src="images/talent-image.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleFade" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#carouselExampleFade" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</section>
<section class="testimonials-wrapper combined-shape bg-lightBlack">
<div class="container">
<div class="sub-heading">
<h2>Testimonials</h2>
</div>
</div>
<div class="carousel" data-flickity='{ "wrapAround": "true", "autoPlay": true }'>
<div class="carousel-cell">
<div class="testimonials-item border-effects">
<div class="testimonials-box">
<p>We have been demo-ing our early release over the last few weeks and the response we've received is fabulous ! We could not have done this without the super attentive team that understood our vision, our customers, and our business. </p>
<div class="user-info">
<h3>Willem Engelbracht</h3>
<span>Founder, The Fit Connect</span>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="testimonials-item border-effects">
<div class="testimonials-box">
<p>It was an absolute pleasure working with you on this project as you are very good at what you do. Your communication and honesty throughout the development made it very easy for us. From me personally, thank you so much for your guidance during the project. This was my first time dealing with an APP build and thanks to you and the team I have learnt a lot, not only about the app build process, but it has made me more aware of the importance of well structured project planning. </p>
<div class="user-info">
<h3>Daniel Allen</h3>
<span>Director, IRS International</span>
</div>
</div>
</div>
</div>
<div class="carousel-cell">
<div class="testimonials-item border-effects">
<div class="testimonials-box">
<p>Our product was highly technical, such that industry people had a hard time completely grasping the complex algorithms set in the app. But we were delighted that our Product Manager had the patience to immerse himself in a completely new domain to the extent of becoming an expert himself. Our dev team delivered a flawless platform which has wowed numerous. We applaud the entire team's commitment to delivering high quality work. </p>
<div class="user-info">
<h3>David Cahill</h3>
<span>Founder, My Own CFO</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="why-us-wrapper">
<div class="container">
<div class="sub-heading" data-aos="fade-up" data-aos-duration="2000">
<h2><span>Why</span> Us?</h2>
<p>We tie our success to your success. That is what ensures that our interests are always aligned for the long term.</p>
<p>We help you work on your idea, refine your business plan, optimise your monetisation model, create a Go To Market strategy, improve customer retention, make pleasing software that users want to come back to. We provide consultation at every step of your journey, from startup to enterprise.</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 col-lg-3 why-us-item speed-bg">
<span class="icon-box"><img src="images/speed-icon.png" class="img-fluid" alt="" /></span>
<h3>Speed</h3>
<p>We provide initial estimate in 48 hours and first build in 15 days.</p>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 why-us-item design-bg">
<span class="icon-box"><img src="images/design-icon.png" class="img-fluid" alt="" /></span>
<h3>Design</h3>
<p>Designs that your customers fall in love with. Making the internet a beautiful place.</p>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 why-us-item business-bg">
<span class="icon-box"><img src="images/tech-friend-icon.png" class="img-fluid" alt="" /></span>
<h3>Tech Friend</h3>
<p>We take your dreams seriously. We don't do 'projects', we build businesses.</p>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 why-us-item remote-bg">
<span class="icon-box"><img src="images/remote-icon.png" class="img-fluid" alt="" /></span>
<h3>Remote Work</h3>
<p>Remote since 2017. Before it was cool.</p>
</div>
</div>
</section>
<section class="contactus-wrapper" id="contactus">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="contact-form">
<h2>Let's Talk</h2>
<form>
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name" required />
</div>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="form-group">
<input type="text" class="form-control" placeholder="Email" required />
</div>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone Number" required />
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="form-group">
<textarea class="form-control" placeholder="Tell us more..."></textarea>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<button class="btn-custom">Contact Us</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<!--
<div class="col-sm-12 col-md-6 col-lg-7">
<div class="footer-content">
<h2><span>Get in </span>Touch.</h2>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-5">
<div class="contact-info">
<ul>
<li><a href="tel:9990090111"><span class="mobile-icon"><img src="images/call-icon.png" class="img-fluid" alt="" /></span>Call us at +91 9990090111</a></li>
<li><a href="mailto:info@cyberware.com"><span><img src="images/email-icon.png" class="img-fluid" alt="" /></span>Write us at info@cyberware.com</a></li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="follow-wrap">
<p>Follow us on</p>
<ul>
<li><a href="#"><span class="instagram-icon"></span></a></li>
<li><a href="#"><span class="facebook-icon"></span></a></li>
<li><a href="#"><span class="linkdin-icon"></span></a></li>
</ul>
</div>
</div>
--->
<div class="col-lg-12">
<div class="copyright">
<p><a href="aboutus.html" style="color: #fff;">About Us</a> | <a href="contact.html" style="color: #fff;">Contact Us</a> |
<a href="privacy-policy.html" style="color: #fff;">Privacy Policy</a> | <a href="terms.html" style="color: #fff;">Terms of Service</a> |
<a href="refund-policy.html" style="color: #fff;">Refund Policy</a> | © Copyright 2022. All Rights Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<a href="#body" class="backToTop hide" id="backToTop"><span><img src="images/top-arrow.png" class="img-fluid" alt="" /></span></a>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/flickity.pkgd.min.js"></script>
<script src="js/aos.js"></script>
<script>
//Animation function
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
$(document).scroll(function() {
myID = document.getElementById("backToTop");
var myScrollFunc = function () {
var y = window.scrollY;
if (y >= 10) {
myID.className = "backToTop show"
} else {
myID.className = "backToTop hide"
}
};
window.addEventListener("scroll", myScrollFunc);
});
$('#carouselExampleFade').carousel({
interval: 3000,
cycle: true,
pause: "null"
});
</script>
</html>