-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrallyvanity-onboarding.html
496 lines (456 loc) · 21.5 KB
/
rallyvanity-onboarding.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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>r/ally</title>
<meta name="description" content="BigPro gelevanog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- /// google font - Open Sans /// -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>
<!-- /// font awesome - iconic font /// -->
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- /// eleagant font - iconic font /// -->
<link href="fonts/elegant-font/style.css" rel="stylesheet">
<!-- /// bootsrap css - framework /// -->
<link href="css/bootstrap-3.1.1/css/bootstrap.min.css" rel="stylesheet">
<!-- /// all plugins /// -->
<link href="css/plugins/plugins.css" rel="stylesheet">
<!-- /// main css /// -->
<link href="css/main.css" rel="stylesheet">
<!-- /// responsive css /// -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="preloader">
<img src="img/rally-logo.png" alt="">
</div>
<header class="main-header">
<div class="container">
<div class="row">
<nav class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index-original.html"><img src="img/rally-logo.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right" id="nav">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#services">What is r/ally?</a></li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown">Benefits <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#employee-benefit">For Employees</a></li>
<li><a href="#employer-benefits">For Employers</a></li>
</ul>
</li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#features">Features</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</header>
<!-- /// start promo /// -->
<section class="promo static background-top" id="home">
<div class="promo-block wow transparent">
<h1 class="lead"><span class="rally-text-logo-grey">r</span><span class="rally-text-logo-red">/</span><span class="rally-text-logo-grey">ally</span> is a mobile-first knowledge management platform that answers "who knows what" inside an enterprise.</h1>
<form class="form-inline" role="form" action="//femme-o-nomics.us4.list-manage.com/subscribe/post?u=c2d5be3387bd2fa68e5192330&id=c00865e29e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div class="form-group">
<input class="form-control" type="email" placeholder="Enter email" name="EMAIL" id="mce-EMAIL">
</div>
<div class="form-group">
<input type="text" class="form-control" value="" name="COMPANYNAM" class="" id="mce-COMPANYNAM" placeholder="company">
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_c2d5be3387bd2fa68e5192330_c00865e29e" tabindex="-1" value=""></div>
<p style="color: black"> Dev note - this form capture is the way a user creates a new instance of rally</p>
<a href="notused/confirmemail.html" button type="submit" class="btn btn-lg bg-primary" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Get r/ally for my company</a>
</form>
</div>
</section>
<!-- /// end promo /// -->
<!-- /// services /// -->
<section class="services section" id="services">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>What is r/ally</h1>
<div class="separator"></div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="icon-wrapper">
<i class="fa fa-arrow-up"></i>
</div>
<div class="text-section">
<h3>Lift Productivity</h3>
<p>Decrease time spent looking for specific skills and knowledge.</p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">link to pdf download section</a>
</div>
</div>
<div class="col-sm-3 ">
<div class="icon-wrapper">
<i class="fa fa-comments-o"></i>
</div>
<div class="text-section">
<h3>Boost Engagement</h3>
<p>Foster relationship building across the organization.</p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">Learn more</a>
</div>
</div>
<div class="col-sm-3">
<div class="icon-wrapper">
<i class="fa fa-exchange"></i>
</div>
<div class="text-section">
<h3>Skills Matching</h3>
<p>Match employee skills and experience with project requirements.</p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">Learn more</a>
</div>
</div>
<div class="col-sm-3">
<div class="icon-wrapper">
<i class="fa fa-map-marker"></i>
</div>
<div class="text-section">
<h3>Locate Knowledge</h3>
<p>Identify who the subject matter experts are in your organization</p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<!--modal for section -->
<!-- Modal -->
<!-- /// work /// -->
<section class="work section fill" id="work">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>Video Here</h1>
<div class="separator"></div>
</div>
<p class="sub-heading"> Put the rally video here</p>
</div>
</section>
<!-- /// work /// -->
<section class="work section" id="employee-benefit">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>Benefits for employees</h1>
<div class="separator"></div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="icon-wrapper">
<i class="fa fa-arrow-up"></i>
</div>
<div class="text-section">
<h3> Be happy - need an icon</h3>
<p>Get staffed on projects appropriate for your skills
</p></p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">link to pdf download section</a>
</div>
</div>
<div class="col-sm-4 ">
<div class="icon-wrapper">
<i class="fa fa-comments-o"></i>
</div>
<div class="text-section">
<h3>be known - need an icon</h3>
<p>Become known as the go to person raise your internal profile/.</p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">Learn more</a>
</div>
</div>
<div class="col-sm-4">
<div class="icon-wrapper">
<i class="fa fa-exchange"></i>
</div>
<div class="text-section">
<h3>be efficient - need an icon</h3>
<p>Improves personal productivity</p>
<a href="#" class="btn btn-gray btn-sm" data-toggle="modal" data-target="#myModal">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<!-- /// analytics /// -->
<section class="team section fill" id="employer-benefits">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>Benefits for employers</h1>
<div class="separator"></div>
</div>
<div class="row">
<div class="col-sm-12">
<p class="sub-heading">r/ally's analytics enable managers to find
the best resources across the company by using natural language search coupled with "what if" scenarios to find the right skills for any new project.</p>
<p>Design Direction - each of the images should be prettied up</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="person wow slideInRight" data-wow-duration="1s">
<img src="img/skillsmatching.png" alt="" class="img-rounded">
<h4>Skill Matching</h4>
<p>Find out what skills are needed and wanted across your organization.</p>
</div>
</div>
<div class="col-sm-4">
<div class="person wow slideInRight" data-wow-duration="1.2s">
<img src="img/knowledgemap.png" alt="" class="img-rounded">
<h4>Knowledge Mapping </h4>
<p>Identify and locate subject matter experts within your company.</p>
</div>
</div>
<div class="col-sm-4">
<div class="person wow slideInRight" data-wow-duration="1.4s">
<img src="/img/projectstaffing.png" alt="" class="img-rounded">
<h4>Project Staffing</h4>
<p>Identify how similar employee's prior experience is to the needs of a specific project.</p>
</div>
</div>
</div>
</div>
</section>
<!-- /// pricing /// -->
<section class="pricing section " id="pricing">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>Pricing</h1>
<div class="separator"></div>
<p> Pricing is per user per month</p>
</div>
<div class="row">
<div class="col-sm-4">
<div class="price-column wow fadeInDown" data-wow-duration="1.2s">
<h3>BASIC</h3>
<p class="cost">Free</p>
<ul class="list-unstyled features-list">
<li>Up to 30 users</li>
<li>Skill matching algo</li>
<li>Standard Reporting</li>
<li>Mobile and Desktop Clients</li>
<li>Free For Ever</li>
<li></li>
</ul>
<a href="#" class="btn btn-primary">PURCHASE</a>
</div>
</div>
<div class="col-sm-4">
<div class="price-column popular wow fadeInDown" data-wow-duration="1.4s">
<h3>STANDARD</h3>
<p class="cost">$5/month</p>
<ul class="list-unstyled features-list">
<li>Includes Basic features and:</li>
<li>Private Groups</li>
<li>Custom Goal Creation</li>
<li>Basic Analytics</li>
<li>First 30 Days Free</li>
</ul>
<a href="#" class="btn btn-white">PURCHASE</a>
</div>
</div>
<div class="col-sm-4">
<div class="price-column wow fadeInDown" data-wow-duration="1.6s">
<h3>Enterprise</h3>
<p class="cost">$10/month</p>
<ul class="list-unstyled features-list">
<li>Includes standard features and:</li>
<li>Knowledge Analytics</li>
<li>Natural Language Query Interface</li>
<li>Optional Enterprise Integrations</li>
<li>First 30 Days Free</li>
</ul>
<a href="#" class="btn btn-primary">PURCHASE</a>
</div>
</div>
</div>
</div>
</section>
<!-- /// skills /// -->
<section class="skills section fill" id="features">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>Features - use the approrpriate colors for the icons</h1>
<p> icons come from fontawesom</p>
<div class="separator"></div>
</div>
<div class="row ">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<p>Cross Platform Availability</p>
<i class="fa fa-desktop fa-3x"></i>
<i class="fa fa-tablet fa-3x"></i>
<i class="fa fa-mobile fa-3x"></i>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<p>Cloud Based</p>
<i class="fa fa-bullseye fa-5x"></i>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<p>Private 1-on-1 chat</p>
<i class="fa fa-weixin fa-5x"></i>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<p>Knowledge visualization</p>
<i class="fa fa-eye fa-5x"></i>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<p>Private Groups</p>
<i class="fa fa-users fa-5x"></i>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-6">
<p>Natural Language Skill Search</p>
<i class="fa fa-search-plus fa-5x"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /// Get rally /// -->
<section id="get-rally" class="promo static section background-top">
<div class="promo-block wow transparent">
<h1 class="lead">Figure out <span class="emphasis">"Who Knows What"</span> in your organization</h1>
<h2>r/ally identifies skills and knowledge within your organization</h2>
<h3>Get started today....100% Free</h3>
<form class="form-inline" role="form" action="//femme-o-nomics.us4.list-manage.com/subscribe/post?u=c2d5be3387bd2fa68e5192330&id=c00865e29e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div class="form-group">
<input class="form-control" type="email" placeholder="Enter email" name="EMAIL" id="mce-EMAIL">
</div>
<div class="form-group">
<input type="text" class="form-control" value="" name="COMPANYNAM" class="" id="mce-COMPANYNAM" placeholder="company">
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_c2d5be3387bd2fa68e5192330_c00865e29e" tabindex="-1" value=""></div>
<p style="color: black"> Dev note -initially this email box will just feed into a lead capture (mailchimp) but will eventually be the way a user creates a new instance of rally</p>
<button type="submit" class="btn btn-lg bg-primary" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">Get r/ally for my company</button>
</form>
</div>
</section>
<!-- /// contacts /// -->
<section class="contacts section fill " id="contacts">
<div class="container">
<div class="heading-section wow bounceIn" data-wow-duration="1.6s">
<h1>Contact r/ally</h1>
<div class="separator"></div>
</div>
<div class="row wow flipInY" data-wow-duration="1.4s">
<div class="col-sm-12">
<div class="alert alert-success alert-dismissable" style="display:none" id="contactUsAlert">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Thank you. Your message has been sent!
</div>
</div>
<form class="col-sm-8" role="form" id="contactForm">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="NAME" data-validation="required" id="userName" name="name">
</div>
<div class="form-group">
<input type="email" class="form-control" data-validation="email" placeholder="EMAIL" id="userEmail" name="email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="SUBJECT" data-validation="required" id="userSubj" name="subj">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<textarea class="form-control" placeholder="MESSAGE" data-validation="required" name="message" id="userMessage"></textarea>
</div>
<div class="form-group">
<p style="color: black"> Dev note - this contact form is not enabled</p>
<button type="submit" class="btn btn-primary btn-block">SUBMIT</button>
</div>
</div>
</div>
</form>
<div class="col-sm-4">
<ul class="list-unstyled contacts-list">
<li><div class="icon-wrapper"><i class="fa fa-map-marker"></i></div> 750 Markham St, Toronto, Ontario</li>
<li><div class="icon-wrapper"><i class="fa fa-map-marker"></i></div> 225 Bush St, San Francisco, California</li>
<li><div class="icon-wrapper"><i class="fa fa-envelope"></i></div> <a href="">[email protected]</a></li>
<li><div class="icon-wrapper"><i class="fa fa-phone"></i></div> +416 702 9371</li>
</ul>
</div>
</div>
</div>
</section>
<!-- /// map /// -->
<!-- /// footer /// -->
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col-sm-4 social">
<ul class="list-inline">
<li><a href="" class="btn btn-primary"><i class="fa fa-facebook-square"></i></a></li>
<li><a href="" class="btn btn-primary"><i class="fa fa-twitter-square"></i></a></li>
<li><a href="" class="btn btn-primary"><i class="fa fa-google-plus-square"></i></a></li>
<li><a href="" class="btn btn-primary"><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</div>
<div class="col-sm-4">
<li><a href="home">Terms Of Services</a></li>
<li><a href="#services">Privacy Policy</a></li>
<li><a href="#work">About us</a></li>
<li><a href="#contacts">Contact Us</a></li>
</div>
<div class="col-sm-4">
<div class="copy">
<p>© All rights reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /// start scripts /// -->
<script src="js/libs/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/libs/jquery-1.11.0.min.js"></script>
<script src="js/plugins/gmap3/gmap3.min.js"></script>
<script src="js/plugins/isotope/isotope.pkgd.min.js"></script>
<script src="js/plugins/lightbox/lightbox.min.js"></script>
<script src="js/plugins/scrollTo/jquery.scrollTo.js"></script>
<script src="js/plugins/nav/jquery.nav.js"></script>
<script src="css/bootstrap-3.1.1/js/bootstrap.min.js"></script>
<script src="js/plugins/countdown/countdown.js"></script>
<script src="js/plugins/placeholder/jquery.placeholder.js"></script>
<script src="js/plugins/validator/jquery.form-validator.min.js"></script>
<script src="js/plugins/wow/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>