-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (305 loc) · 20.1 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8"/>
<title>Octoco</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="Outsourced CTO Services" name="description"/>
<meta content="Octoco" name="author"/>
<link href="http://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="vendor/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="css/animate.css" rel="stylesheet">
<link href="vendor/swiper/css/swiper.min.css" rel="stylesheet" type="text/css"/>
<link href="css/layout.min.css" rel="stylesheet" type="text/css"/>
<link href="css/custom.css" rel="stylesheet" type="text/css"/>
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png">
<link rel="manifest" href="icon/site.webmanifest">
<link rel="mask-icon" href="icon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body id="body" data-spy="scroll" data-target=".header">
<header class="header navbar-fixed-top">
<nav class="navbar" role="navigation">
<div class="container">
<div class="menu-container js_nav-item">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<div class="logo">
<a class="logo-wrap" href="#body">
<img class="logo-img logo-img-main" src="img/logo_full_white.png" alt="Octoco Logo">
<img class="logo-img logo-img-active" src="img/logo-full-dark.png" alt="Octoco Dark Logo">
</a>
</div>
</div>
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="nav navbar-nav navbar-nav-right">
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#body">Home</a>
</li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#services">Services</a>
</li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#contact">Contact</a>
</li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="docs/brochure-doc.pdf">Brochure</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="container">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
</ol>
</div>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive" src="img/1920x1080/01.jpg" alt="Slider Image">
<div class="container">
<div class="carousel-centered">
<div class="margin-b-40">
<h1 class="carousel-title">CTO support</h1>
<p class="color-white">Not all teams need a permanent, full-time CTO.<br/>Bring in high-level
technical expertise, when and where you need it.</p>
</div>
<!--<a href="#" class="btn-theme btn-theme-sm btn-white-brd text-uppercase">Details</a>-->
</div>
</div>
</div>
<div class="item">
<img class="img-responsive" src="img/1920x1080/02.jpg" alt="Slider Image">
<div class="container">
<div class="carousel-centered">
<div class="margin-b-40">
<h2 class="carousel-title">Technology meets business</h2>
<p class="color-white">Our team understands how technology drives your business.<br/>We don't
just consult — we give hands-on support.</p>
</div>
<!--<a href="#" class="btn-theme btn-theme-sm btn-white-brd text-uppercase">Take a Tour</a>-->
</div>
</div>
</div>
</div>
</div>
<!--========== SLIDER ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- Services -->
<div id="services">
<div class="content-lg container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 sm-margin-b-30">
<div class="margin-b-60">
<h2>Startup support</h2>
<p>Get your startup on the right technological footing, but without the costs
and risks of appointing a full-time senior staff member.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 sm-margin-b-30">
<div class="margin-b-60">
<h2>Development</h2>
<p>Source temporary or part-time technology experts to assist with electronic
and software engineering — from architecture to devops.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="margin-t-60 margin-b-60 sm-margin-b-30">
<h2>Due Diligence</h2>
<p>Draw on our network of technical domain experts to assist with technical due diligence
on investment prospects, or to help your company prepare for the technical DD.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 sm-margin-b-30">
<img class="full-width img-responsive wow fadeInUp" src="img/500x500/startup_500.jpeg"
alt="Photo by Austin Distel on Unsplash"
data-wow-duration=".3" data-wow-delay=".2s">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 sm-margin-b-30">
<img class="full-width img-responsive wow fadeInUp" src="img/500x500/develop_500.jpeg"
alt="Photo by Danial RiCaRoS on Unsplash"
data-wow-duration=".3" data-wow-delay=".3s">
</div>
<div class="col-xs-12 col-sm-6 col-md-4 sm-margin-b-30">
<img class="full-width img-responsive wow fadeInUp" src="img/500x500/dd_500.jpeg"
alt="Photo by CoWomen on Unsplash"
data-wow-duration=".3" data-wow-delay=".4s">
</div>
</div>
</div>
</div>
<!-- End Service -->
<!-- Work -->
<div id="work">
<!-- Clients -->
<div class="content-lg container">
<!-- Swiper Clients -->
<div class="swiper-slider swiper-clients">
<!-- Swiper Wrapper -->
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/custos.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/bridgiot.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/innovation4life.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/genii.png" alt="Clients Logo">
</div>
<div class="swiper-slide">
<img class="swiper-clients-img" src="img/clients/alphawave.png" alt="Clients Logo">
</div>
<!-- <div class="swiper-slide">-->
<!-- <img class="swiper-clients-img" src="img/clients/voyanti.png" alt="Clients Logo">-->
<!-- </div>-->
</div>
<!-- End Swiper Wrapper -->
</div>
<!-- End Swiper Clients -->
</div>
<!-- End Clients -->
</div>
<!-- End Work -->
<!-- Contact -->
<div id="contact">
<!-- Contact List -->
<div class="section-seperator">
<div class="content-lg container">
<div class="row">
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<h3>Contact Us</h3>
<p>Please get in touch for more information on how we can be of service to you.</p>
<ul class="list-unstyled contact-list">
<li><i class="margin-r-10 color-base icon-call-out"></i><a href="tel:+27828725905">+27 82 872
5905</a></li>
<li><i class="margin-r-10 color-base icon-envelope"></i><a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<!-- End Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<!-- empty -->
</div>
<div class="col-sm-4 sm-margin-b-50">
<h3>Image credits</h3>
<p>All images on this page courtesy of <a href="https://unsplash.com">unsplash.com</a></p>
<ul class="list-unstyled contact-list">
<li>
<a style="background-color:#8B9BAB;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px"
href="https://unsplash.com/@austindistel?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Austin Distel"><span
style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg"
style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white"
viewBox="0 0 32 32"><title>unsplash-logo</title><path
d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span
style="display:inline-block;padding:2px 3px;color:white">Austin Distel</span></a>
</li>
<li>
<a style="background-color:#8B9BAB;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px"
href="https://unsplash.com/@ricaros?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Danial RiCaRoS"><span
style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg"
style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white"
viewBox="0 0 32 32"><title>unsplash-logo</title><path
d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span
style="display:inline-block;padding:2px 3px;color:white">Danial RiCaRoS</span></a>
</li>
<li>
<a style="background-color:#8B9BAB;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px"
href="https://unsplash.com/@cowomen?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from CoWomen"><span
style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg"
style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white"
viewBox="0 0 32 32"><title>unsplash-logo</title><path
d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span
style="display:inline-block;padding:2px 3px;color:white">CoWomen</span></a></li>
</ul>
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Contact List -->
<!-- Google Map -->
<!-- <div class="map height-300">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2724.0694570748947!2d7.455080415208266!3d46.94067397914616!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x478e39d0cf20e8d1%3A0x9daac4cd3043d067!2sThunstrasse+50%2C+3005+Bern%2C+Switzerland!5e0!3m2!1sen!2sin!4v1496749852928" width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div> -->
</div>
<!-- End Contact -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<!-- Links -->
<div class="section-seperator">
<div class="content-md container">
<div class="row">
<div class="col-sm-2 sm-margin-b-30">
<!-- List -->
<ul class="list-unstyled footer-list">
<li class="footer-list-item"><a href="#body">Home</a></li>
<li class="footer-list-item"><a href="#services">Services</a></li>
<li class="footer-list-item"><a href="#contact">Contact</a></li>
</ul>
<!-- End List -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Links -->
<!-- Copyright -->
<div class="content container">
<div class="row">
<div class="col-xs-6">
<img class="footer-logo" src="img/logo-full-dark.png" alt="flameonepage Logo">
</div>
<div class="col-xs-6 text-right">
<p class="margin-b-0"><a class="fweight-700" href="#">Octoco (PTY) LTD</a></p>
</div>
</div>
<!--// end row -->
</div>
<!-- End Copyright -->
</footer>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="javascript:void(0);" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="vendor/jquery.min.js" type="text/javascript"></script>
<script src="vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="vendor/jquery.easing.js" type="text/javascript"></script>
<script src="vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="vendor/swiper/js/swiper.jquery.min.js" type="text/javascript"></script>
<script src="vendor/masonry/jquery.masonry.pkgd.min.js" type="text/javascript"></script>
<script src="vendor/masonry/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="js/layout.min.js" type="text/javascript"></script>
<script src="js/components/wow.min.js" type="text/javascript"></script>
<script src="js/components/swiper.min.js" type="text/javascript"></script>
<script src="js/components/masonry.min.js" type="text/javascript"></script>
</body>
<!-- END BODY -->
</html>