This repository was archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·372 lines (348 loc) · 15.9 KB
/
Copy pathindex.html
File metadata and controls
executable file
·372 lines (348 loc) · 15.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="tinkabit">
<meta name="author" content="tinkabit">
<title>TinkaBit</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="img/favicon-16x16.png" type="image/png" sizes="16x16">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles -->
<link href="css/tinkabit.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<meta name="google-site-verification" content="g8rzNT67b0neqYU0Bh5SkJZYpYHwKO1L-hdu-Vz-Ua0" />
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="js-scroll-trigger" href="#page-top"><img class="navbar-brand" src="img/logos/tinkabit_branco.png" width="150px" href="#page-top"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#tinkabit-features">How We Work</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#clients">Clients</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header id="masterheader" class="masthead">
<div class="container">
<div class="tinkabit-magictext">
<canvas id="canvas"></canvas>
<div id="interface" style="display: none;">
<input id="message" type="text" value="T" onchange="change()">
</div>
</div>
<div class="intro-text">
<div class="intro-heading">Let us think for you!</div>
<div class="intro-lead-in">Web and mobile application development services</div>
<!-- <a class="btn btn-outline-success btn-xl text-uppercase js-scroll-trigger" href="#contact">Tell Us Your Project</a> -->
</div>
</div>
</header>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Services</h2>
<h3 class="section-subheading text-muted">Always improving for you...</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<div class="textbox grow">
<div class="textbox-image">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="textbox-body">
<h4 class="textbox-title service-heading"><a href="#">Consulting</a></h4>
<p class="textbox-description">We take a process-driven approach, finding solutions and providing advanced knowledge in business design and software development.</p>
</div>
</div>
</div> <!-- col-md-4 -->
<div class="col-md-4">
<div class="textbox grow">
<div class="textbox-image">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-mobile fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="textbox-body">
<h4 class="textbox-title service-heading"><a href="#">Mobile Apps</a></h4>
<p class="textbox-description">We create top quality iPhone & Android native apps for startups and enterprise clients around the world, using the latest design guidelines.</p>
</div>
</div>
</div> <!-- col-md-4 -->
<div class="col-md-4">
<div class="textbox grow">
<div class="textbox-image">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="textbox-body">
<h4 class="textbox-title service-heading"><a href="#">Web Apps</a></h4>
<p class="textbox-description">We build powerful responsive web apps that are custom
made using agile development processes leveraging the latest web technologies.</p>
</div>
</div>
</div> <!-- col-md-4 -->
</div>
</div>
</section>
<div id="tinkabit-features">
<div class="tinkabit-wrapper">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center tinkabit-heading animate-box">
<h2>How We Work</h2>
<p>We help you transforming your ideas into real world applications.</p>
<h2>↓</h2>
</div>
</div>
<section class="timeline">
<ul>
<li data-background-icon=''>
<div>
<h3>Scenario Analysis</h3>
<p>As soon as you tell us more about your ideas, we immerse ourselves in the project, we plan and estimate the deadline, time and cost to execute the project in the script, according to your requirements.</p>
</div>
</li>
<li data-background-icon=''>
<div>
<h3>Design</h3>
<p>After approval of the project, we develop an innovative and clean interface, following all the latest industry standards with strategies focused on usability.</p>
</div>
</li>
<li data-background-icon=''>
<div>
<h3>Develop</h3>
<p>In the next step, we build an interactive test application, with updates delivered after each sprint, so you can see the progress of your application.</p>
</div>
</li>
<li data-background-icon=''>
<div>
<h3>Launch</h3>
<p>At the end of the project, your application will become available to millions of users worldwide, ensuring the visibility and growth of your business.</p>
</div>
</li>
<li data-background-icon=''>
<div>
<h3>Maintenance & Support</h3>
<p>To ensure that your business grows even more, we provide the necessary support upon completion of the project, as well as maintenance if necessary.</p>
</div>
</li>
</ul>
</section>
</div>
</div>
<!-- Clients -->
<section id="clients">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Our clients</h2>
<h3 class="section-subheading text-muted">They are the life-source of our business.</h3>
</div>
</div>
<div class="col-sm-12">
<a href="https://www.savemysim.com" target="_blank">
<img class="img-fluid d-block mx-auto" src="img/partners/sms.jpg" alt="">
<h4>SaveMySim</h4>
</a>
</div>
</div>
</div>
</section>
<!-- Team -->
<section class="bg-light" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Our Team</h2>
<!-- <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3> -->
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/2.jpg" alt="">
<h4>Guilherme Tavares</h4>
<p class="text-muted">CPO & Co-Founder</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://github.com/mguilhermetavares" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/mguilhermetavares/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/mguilhermetavares/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/3.jpg" alt="">
<h4>Dimas Albuquerque</h4>
<p class="text-muted">CTO & Co-Founder</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="mailto: dimas.amendes@outlook.com">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/dimas.amendes" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/dimasmendes" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<p class="large text-muted">TinkaBit's greatest asset are the people who have built our business. <br> We have a hand-picked team of certified and highly trained professionals.</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-muted">We will be present in all stages of development, always guiding and suggesting the best ways to be followed.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm" name="sentMessage" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" type="text" placeholder="Your Name *" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" type="email" placeholder="Your Email *" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="phone" type="tel" placeholder="Your Phone *" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" id="message" placeholder="Your Message *" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<span class="copyright">Copyright © TinkaBit Tecnologia 2018</span>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
<script src="js/custom.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-115486068-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>