-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
372 lines (349 loc) · 17.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
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.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Jarvis Bots</title>
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="stylesheet" href="vendors/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="vendors/fontawesome/css/all.min.css">
<link rel="stylesheet" href="vendors/themify-icons/themify-icons.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.theme.default.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/login-register.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body >
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container box_1620">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="#">
<img style="max-width: 80px;max-height: 60px;"src="img/logo.png" alt="">
<span style="color: white;text-align: center;"><b>JARVIS</b></span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-end">
<li class="nav-item active"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#features">Features</a>
<li class="nav-item"><a class="nav-link" href="#usecases">Use cases</a></li>
<li class="nav-item"><a class="nav-link" href="#integrations">Integrations</a></li>
</ul>
<ul class="navbar-right">
<li class="nav-item">
<button class="button button-header bg" data-toggle="modal" href="javascript:void(0)" onclick="openLoginModal();">Log In</button>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<main class="side-main">
<!--================ Hero sm Banner start =================-->
<section class="hero-banner mb-30px">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="hero-banner__img">
<img class="img-fluid" src="img/banner/hero-banner.png" alt="">
</div>
</div>
<div class="col-lg-5 pt-5">
<div class="hero-banner__content">
<h1>Streamline Product Development Cycles</h1>
<p align="justify">
Today's organizations have multiple tools and systems to help assist
them in their day to day software development activities.
There is need of a system which can connect to applications, mine
& analyze data and provide results to stakeholders whenever they need it.
JARVIS is built with one singular purpose in mind i.e. maximize your coding time.
</p>
<a class="button bg" data-toggle="modal" href="javascript:void(0)" onclick="openRegisterModal();">Get Started</a>
</div>
</div>
</div>
</div>
</section>
<!--================ Hero sm Banner end =================-->
<!--================ Feature section start =================-->
<section class="section-margin" id="features">
<div class="container">
<div class="section-intro pb-85px text-center">
<h2 class="section-intro__title">Features</h2>
<p class="section-intro__subtitle" style="text-align: justify;">
We provide a host of features to help you through every phase
of your product development lifecycle all the way from design
through coding to maintenance and updation.
</p>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="card card-feature text-center text-lg-left mb-4 mb-lg-0">
<span class="card-feature__icon">
<i class="ti-mouse-alt"></i>
</span>
<h3 class="card-feature__title">Product Design</h3>
<p class="card-feature__subtitle">
We help you through the design phase of your product by
analyzing all your customer stories and figma reviews on
existing product designs.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="card card-feature text-center text-lg-left mb-4 mb-lg-0">
<span class="card-feature__icon">
<i class="ti-package"></i>
</span>
<h3 class="card-feature__title">Product Development</h3>
<p class="card-feature__subtitle">
In the development phase of your product we collect
Trello tasks, version deadlines, feature specs and
test results to compile plan of actions.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="card card-feature text-center text-lg-left mb-4 mb-lg-0">
<span class="card-feature__icon">
<i class="ti-headphone-alt"></i>
</span>
<h3 class="card-feature__title">Product Maintenance</h3>
<p class="card-feature__subtitle">
For product maintenance, we provide aggregated customer
feedbacks correlating them back with user data to help
you get your priorities right.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ Feature section end =================-->
<!--================ about section start =================-->
<section class="section-padding--small bg-magnolia">
<div class="container">
<div class="row no-gutters align-items-center">
<div class="col-md-5 mb-5 mb-md-0">
<div class="about__content">
<h2>Leading the Automated Product Development Revolution</h2>
<p style="text-align: justify;">
Managed public cloud services, automated deployment pipelines,
containerized applications, AGILE development have brought about
the next generation of software development. You need to keep on
par with this trend without compromising product quality and crucial
data. At JARVIS Bots, we understand this and provide a delete as
default cloud environment.
</p>
</div>
</div>
<div class="col-md-7">
<div class="about__img">
<img class="img-fluid" src="img/home/about.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!--================ about section end =================-->
<!--================ Offer section start =================-->
<section class="section-margin" id="usecases">
<div class="container">
<div class="section-intro pb-85px text-center">
<h2 class="section-intro__title">Use Cases</h2>
</div>
<div class="row">
<div class="col-lg-6">
<div class="row offer-single-wrapper">
<div class="col-lg-6 offer-single">
<div class="card offer-single__content text-center">
<h4>Project Installation</h4>
<p>
This functionality helps the user setup/install a
project by taking in speech inputs and linking with github
repos and docker containers.
</p>
</div>
</div>
<div class="col-lg-6 offer-single">
<div class="card offer-single__content text-center">
<h4>Implementation Details</h4>
<p>
This functionality helps the developer understand how a feature was
developed on a particular project. This is extremely essential for
maintenance/updation purposes.
</p>
</div>
</div>
</div>
<div class="row offer-single-wrapper">
<div class="col-lg-6 offer-single">
<div class="card offer-single__content text-center">
<h4>Trello Task Creation</h4>
<p>
This functionality helps the scrum master create and assign a Trello task while a meeting is in progress
</p>
</div>
</div>
<div class="col-lg-6 offer-single">
<div class="card offer-single__content text-center">
<h4>
Customer Conversation Summary
</h4>
<p>
Help the developer understand how a feature/product came into existence by summarizing customer stories till complete invoicing.
</p>
</div>
</div>
</div>
<div class="row offer-single-wrapper">
<div class="col-lg-6 offer-single">
<div class="card offer-single__content text-center">
<h4>
Project Status
</h4>
<p>
This functionality informs the developer when the next release milestone is due, what percentage of issues are complete/pending and what issues need to be completed before the deadline in order of priority.
</p>
</div>
</div>
<div class="col-lg-6 offer-single">
<div class="card offer-single__content text-center">
<h4>DevOps and Testing Report</h4>
<p>
This functionality helps the developer objectively evaluate the unit test and integration test reports,
along with CI/CD process from container creation all the way to deployment on the cloud
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="offer-single__img">
<img class="img-fluid" src="img/home/offer.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!--================ Offer section end =================-->
<!--================ Integrations section start =================-->
<section class="section-padding--small bg-magnolia">
<div class="container">
<div class="row align-items-center pt-xl-3 pb-xl-5">
<div class="col-lg-6">
<div class="solution__img text-center text-lg-left mb-4 mb-lg-0">
<img class="img-fluid" src="img/home/solution.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="solution__content">
<h2>Reduce product development times by 20%</h2>
<p>
We use JARVIS to manage our own product development lifecycles
and we have noticed it saves our developer teams 100s of hours switching
between application windows, going through data and interpreting it.
</p>
</div>
</div>
</div>
</div>
</section>
<!--================ Solution section end =================-->
<!--================ Integrations Area =================-->
<section class="clients_logo_area section-padding" id="integrations">
<div class="container">
<h2 style="text-align: center;">Our Integrations</h2>
<br><br>
<div class="clients_slider owl-carousel">
<div class="item">
<img src="img/clients-logo/travis.png" style="max-width: 80px;" alt="">
</div>
<div class="item">
<img src="img/clients-logo/gmail_logo.png" style="max-width: 80px;" alt="">
</div>
<div class="item">
<img src="img/clients-logo/github-logo.svg" style="max-width: 80px;" alt="">
</div>
<div class="item">
<img src="img/clients-logo/trello.png" style="max-width: 80px;" alt="">
</div>
</div>
</div>
</section>
<!--================ End Clients Logo Area =================-->
<div class="modal fade login" id="loginModal">
<div class="modal-dialog login animated">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Login</h4>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
<div class="box">
<div class="content">
<div class="error"></div>
<div class="form loginBox">
<form method="" action="" accept-charset="UTF-8">
<input id="login_email" class="form-control" type="text" placeholder="Email" name="email">
<input id="login_password" class="form-control" type="password" placeholder="Password" name="password">
<input class="btn btn-default btn-login" type="button" value="Login" onclick="loginAjax()">
</form>
</div>
</div>
</div>
<div class="box">
<div class="content registerBox" style="display:none;">
<div class="form">
<form method="" html="{:multipart=>true}" data-remote="true" action="" accept-charset="UTF-8">
<input id="signup_email" class="form-control" type="text" placeholder="Email" name="email">
<input id="username" class="form-control" type="text" placeholder="UserName" name="username">
<input id="company-name" class="form-control" type="text" placeholder="Company Name" name="company-name">
<input id="company-url" class="form-control" type="text" placeholder="Company URL" name="company-url">
<input id="signup_password" class="form-control" type="password" placeholder="Password" name="password">
<input id="password_confirmation" class="form-control" type="password" placeholder="Repeat Password" name="password_confirmation">
<input class="btn btn-default btn-register" type="button" value="Create account" name="commit" onclick="signupAjax()">
</form>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="forgot login-footer">
<span>Looking to
<a href="javascript: showRegisterForm();">create an account</a>
?</span>
</div>
<div class="forgot register-footer" style="display:none">
<span>Already have an account?</span>
<a href="javascript: showLoginForm();">Login</a>
</div>
</div>
</div>
</div>
</div>
<!--================ End Login Modal Area =================-->
</main>
<script src="vendors/jquery/jquery-3.2.1.min.js"></script>
<script src="vendors/bootstrap/bootstrap.bundle.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
<script src="js/login-register.js"></script>
</body>
</html>