-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvisory.html
95 lines (61 loc) · 4.02 KB
/
advisory.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Advisory Services</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<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-111791857-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="container">
<header>
<img id="logo" src="images/[email protected]" alt="Intuition Logo">
<ul class="main" >
<li class="main"><a href="about.html">About Us</a></li>
<li class="main"><a href="industries.html">Industries</a></li>
<li class="main"><a href="knowledge.html">Knowledge Services</a></li>
<li class="main"><a class="current_page" href="advisory.html">Advisory</a></li>
<li class="main"><a href="index.html">Home</a></li>
</ul>
</header>
<section>
<img src="images/pexels-photo-351264.jpeg" alt="Advisory" width="900" height="502" id="Advisory">
<h1>Advisory Services</h1>
<h2>Building the blueprint for success</h2>
<p>As the business landscape continues to change, the risk and reward of effective planning has reached critical levels. With organizations continuing to integrate new and existing systems, the need to effectively streamline and automate processes while also meeting the demands of the modern employee can be overwhelming.</p>
<p>Intuition works with organizations on a range of talent management concerns from on-boarding to learning strategies. Through expert advice and years of practical experience, Intuition works with customers to develop processes and programs that meet the talent and technology needs of the organization.</p>
<h3>Our Advisory Services cover three main areas:</h3>
<h2>Learning Consultancy</h2>
<p>From content development to assignment, delivery and reporting, Intuition’s learning consultants provide practical, industry-focused advice and recommendations on how best to maximize the impact and effectiveness of client’s learning strategies. </p>
<p>Taking a business-oriented approach, our Advisory team partner with organizations to:</p>
<ul class="lower">
<li class="lower">Analyze the learning requirements from your business lines</li>
<li class="lower">Evaluate the existing business processes and content</li>
<li class="lower">Recommend the optimal blend of learning approaches, delivery channels and learner support to achieve your business goals</li>
<li class="lower">Conduct a training needs analysis (TNA) to assess and advise on the most suitable learning interventions and training initiatives</li>
</ul>
<h2>Technology Consultancy</h2>
<p>With a global team of specialist technology consultants and developers, Intuition has built an unrivaled reputation for designing and implementing effective learning solutions which help organizations to unlock, manage and share their enterprise knowledge.</p>
<p>Our technology consultants engage with customers on focused short-term projects and strategic long-term engagements such as:</p>
<ul class="lower">
<li class="lower">Mobile Learning and Knowledge Management implementations</li>
<li class="lower">Executing enterprise integrations ( SCORM, AICC, SSO) covering LMS/LCM’s</li>
<li class="lower">Providing Project Management for large-scale technology roll-outs</li>
<li class="lower">Developing Content Authoring and Delivery strategies</li>
<li class="lower">Producing technical and functional specifications for project charters and security reviews</li>
</ul>
<p>Although each client engagement is defined by specific business goals and needs, Intuition works to streamline our solutions for clients through established capabilities, key deliverables, and managed risk.</p>
</section>
<footer>
<p>© Copyright 2017 by Intuition. All Rights Reserved</p>
</footer>
</div>
</body>
</html>