-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcasestudy-infocapture-hctm.html
225 lines (189 loc) · 10.4 KB
/
casestudy-infocapture-hctm.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
<!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>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="description" content="r/ally figures out who know what inside your company. r/ally lifts productivity, boosts engagement and maximize human capital through collaboration" />
<meta name="keywords" content="r/ally, knowledge management, collaboration, skill identification, collaboration software, mobile, iphone, networking, relationship building, collaboration in the workplace, workplace relationships" />
<meta name="author" content="r/ally">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="r/ally is a mobile knowledge management platform that figures out who knows what inside your company ">
<meta property="og:title" content="r/ally" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://rallyyourgoals.com" />
<meta property="og:image" content="http://rallyyourgoals.com/img/rally-logo.png" />
<!-- /// google font - Open Sans /// -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700|Oswald:300,400' 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">
<link href="//vjs.zencdn.net/4.8/video-js.css" rel="stylesheet">
<!-- <link href="css/video-js.css" rel="stylesheet">-->
<!-- ///Video.js source and host it on your own servers, or use the free CDN hosted version /// -->
<script src="//vjs.zencdn.net/4.8/video.js"></script>
</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-large.png" alt="" width="94" height="70">
</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">
<a class="navbar-brand" href="index.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">
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</header>
<!-- /// start promo /// -->
<section class="promo static background-top" id="home">
<div class="promo-block wow transparent">
<div class="container top-container">
<div class="row" >
<div class="col-sm-12 landing">
<h1 class="lead">Learn about r/ally's Human Capital Talent Management Tools</h1>
<h2>See how r/ally finds talent across an organization</h2>
<div class="col-sm-6">
<p>This case study demonstrates how a manager at global consulting
firm uses r/ally to staff a new project. r/ally allows a manager to:</p>
<ol>
<li>Automatically identify the core skills and knowledge for a job position</li>
<li>Query employee databases in order to identify and analyze background experiences that relate to the core job requirements</li>
<li>View the profiles of relevant employees whose skill and knowledge fit the job requirements.</li>
</ol>
<p>r/ally provides managers with an opportunity to understand and visualize how particular employees'
knowledge and skills apply to new projects, in real time, without having to memorize a database worth of resumes, qualifications and prior work experiences.</p>
</div>
<div class="col-sm-6 landing">
<h2>Sign up below to access the case study</h2>
<div id = "error-message-wrapper">
<form method="post" action="sendmail-talent-management.php" role = "form">
<div class="form-group">
<input placeholder="Your Name" name="name" class="form-control" type="text" /><br />
</div>
<div class="form-group">
<input placeholder="Company" name="company" class="form-control" type="text" /><br />
</div>
<div class="form-group">
<input placeholder="Email" name="email" class="form-control" type="text" data-validation="email"/><br />
</div>
<div class="form-group">
<input placeholder="Phone Number - Optional" name="phone" class="form-control" type="text"><br />
</div>
<div class="form-group">
<button type="submit" class="btn btn-lg bg-primary" value="Subscribe" name="subscribe">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /// end promo /// -->
<!-- /// Get rally /// -->
<!-- /// contacts /// -->
<section class="contacts section fill " id="contacts">
<div class="container">
<div class="heading-section">
<h1>Contact r/ally</h1>
<div class="separator"></div>
</div>
<div class="row wow fadeInUp" data-wow-duration="1.4s">
<div class="col-sm-12">
<div class="col-sm-6">
<ul class="list-unstyled contacts-list">
<li><div class="icon-wrapper"><i class="fa fa-map-marker"></i></div> 111 Richmond St., Suite 500, Toronto, Ontario M5H 2G4</li>
<li><div class="icon-wrapper"><i class="fa fa-envelope"></i></div> <a href="mailto:[email protected]?subject=Send me more info about r/ally">[email protected]</a></li>
<li><div class="icon-wrapper"><i class="fa fa-phone"></i></div> 416 702 9371</li>
</ul>
</div>
<div class="col-sm-6">
<ul class="list-unstyled contacts-list">
<li><div class="icon-wrapper"><i class="fa fa-map-marker"></i></div> 225 Bush St., 12th Floor, San Francisco, California, 94104</li>
<li><div class="icon-wrapper"><i class="fa fa-envelope"></i></div> <a href="mailto:[email protected]?subject=Send me more info about r/ally">[email protected]</a></li>
<li><div class="icon-wrapper"><i class="fa fa-phone"></i></div> 415 260 4077</li>
</ul>
</div>
</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="http://www.facebook.com/rallyyourgoals" class="btn btn-icon-fb"><span class="btn-icon-fb"></span></a></li>
<li><a href="http://twitter.com/RallyYourGoals" class="btn btn-icon-tw"><span class="btn-icon-tw"></span></a></li>
</ul>
</div>
<div class="col-sm-8">
<div class="copy">
<p>© All rights reserved</p>
</div>
</div>
<ul id="footer-nav" class="col-sm-8">
<li><a href="/index.html">Home</a></li>
<li><a href="/tosvanity.html" target="_blank">Terms Of Services</a></li>
<li><a href="/privacyvanity.html" target="_blank">Privacy Policy</a></li>
<li><a href="#contacts">Contact Us</a></li>
</ul>
</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>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.1.47/jquery.form-validator.min.js"></script>
<script>
$.validate({
validateOnBlur : false, // disable validation when input looses focus
errorMessagePosition : 'top', // Instead of 'element' which is default
scrollToTopOnError : false // Set this property to true if you have a long form
});
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54886362-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>