-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·163 lines (151 loc) · 5.49 KB
/
index.html
File metadata and controls
executable file
·163 lines (151 loc) · 5.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BigCentech Ltd: Scala Consultancy</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!--
Template 2075 Digital Team
http://www.tooplate.com/view/2075-digital-team
-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/et-line-font.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- preloader section -->
<div class="preloader">
<div class="sk-spinner sk-spinner-circle">
<div class="sk-circle1 sk-circle"></div>
<div class="sk-circle2 sk-circle"></div>
<div class="sk-circle3 sk-circle"></div>
<div class="sk-circle4 sk-circle"></div>
<div class="sk-circle5 sk-circle"></div>
<div class="sk-circle6 sk-circle"></div>
<div class="sk-circle7 sk-circle"></div>
<div class="sk-circle8 sk-circle"></div>
<div class="sk-circle9 sk-circle"></div>
<div class="sk-circle10 sk-circle"></div>
<div class="sk-circle11 sk-circle"></div>
<div class="sk-circle12 sk-circle"></div>
</div>
</div>
<!-- navigation section -->
<section class="navbar navbar-fixed-top custom-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#" class="navbar-brand">BigCentech Ltd</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">HOME</a></li>
<li><a href="#work" class="smoothScroll">WORK</a></li>
<li><a href="#contact" class="smoothScroll">CONTACT</a></li>
</ul>
</div>
</div>
</section>
<!-- home section -->
<section id="home">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h3>DATA ENGINEERING / SCALABLE SERVICES / SCALA CONSULTANCY</h3>
<h1>BIGCENTECH LTD</h1>
<hr>
<a href="#work" class="smoothScroll btn btn-danger">What we do</a>
<a href="#contact" class="smoothScroll btn btn-default">Talk to us</a>
</div>
</div>
</div>
</section>
<!-- work section -->
<section id="work">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-title">
<h1 class="heading bold">WHAT WE DO</h1>
<hr>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 wow fadeInUp" data-wow-delay="0.6s">
<i class="icon-toolbox medium-icon"></i>
<h3>DATA ENGINEERING</h3>
<hr>
<p>Enable your data scientists and analysts with robust and fast data services.</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 wow fadeInUp" data-wow-delay="0.9s">
<i class="icon-cloud medium-icon"></i>
<h3>SCALABLE SERVICES</h3>
<hr>
<p>Reactive, resilient and scalable services using cloud infrastructure.</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 wow fadeInUp" data-wow-delay="1s">
<i class="icon-chat medium-icon"></i>
<h3>SCALA CONSULTANCY</h3>
<hr>
<p>Expert knowledge and experience to help your teams grow and deliver faster.</p>
</div>
</div>
</div>
</section>
<!-- contact section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 text-center">
<div class="section-title">
<h1 class="heading bold">CONTACT US</h1>
<hr>
</div>
</div>
<div class="col-md-12 col-sm-12 text-center">
<p>Get in touch to learn more about our services and how we can help you with your projects.</p>
<a href="mailto:hello@bigcente.ch">
<h3><i class="icon-envelope medium-icon wow bounceIn" data-wow-delay="0.6s"></i> EMAIL</h3>
<p>hello@bigcente.ch</p>
</a>
</div>
</div>
</div>
</section>
<!-- footer section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<p>2018 | Digital Team HTML5 Template by <a href="http://www.tooplate.com" target="_parent">Tooplate</a> | Modified by BigCentech Ltd</p>
<hr>
<ul class="social-icon">
<li><a href="https://github.com/bigcentechltd" class="fa fa-github wow fadeIn" data-wow-delay="0.3s"></a></li>
<li><a href="https://twitter.com/BigCentech" class="fa fa-twitter wow fadeIn" data-wow-delay="0.6s"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/isotope.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>