-
Notifications
You must be signed in to change notification settings - Fork 0
/
casestudy-download-hctm.html
executable file
·87 lines (80 loc) · 4.09 KB
/
casestudy-download-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
<!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 - Thanks for Signing up</title>
<meta name="description" content="r/ally is the knowledge management tool that figures out who knows what in your company">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:description" content="r/ally is a mobile knowledge management platform designed to lift productivity, boost engagement and maximize human capital through collaboration" />
<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' 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>
<!-- /// start promo /// -->
<section class="promo static background-top">
<div class="promo-block text-center transparent c-soon wow bounceIn" data-wow-duration="2s">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="lead">Download r/ally's Human Capital Talent Management case study</h1>
<hr>
<br>
<a href="datasheet/rally-professional-services-case-study.pdf" target = "_blank" class="btn btn-gray btn-sm">Download Case Study</a>
<br>
<br>
<br>
<p></p><a href="index.html">Home</a></p>
</div>
<br>
</div>
</div>
</div>
</div>
</section>
<!-- /// 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>
(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>