-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
105 lines (66 loc) · 4.14 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Us</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 src="images/[email protected]" alt="Intuition Logo" id="logo">
<ul class="main">
<li class="main"><a class="current_page" 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 href="advisory.html">Advisory</a></li>
<li class="main"><a href="index.html">Home</a></li>
</ul>
</header>
<div id="overview">
<div class="about left">
<h1>About Us </h1>
<p>Intuition is a leading global knowledge management solutions company. With offices located worldwide, we have developed and deployed our award winning products and services to many of the world’s leading corporate and largest public sector organizations for over 25 years. Our unrivaled end-to-end capabilities help our clients optimize knowledge within their organizations to achieve real business objectives.
</p>
<p>In the global economy, we believe the extent to which companies can process and exploit knowledge is the key determinant in securing competitive advantage. Intuition helps organizations find and utilize knowledge in a meaningful way using a blend of domain expertise, best-in-class learning, and innovative learning technologies.
</p>
<p>
Very often knowledge is trapped within organizations. This often vital insight is never uncovered and its benefit missed. By capturing and sharing this knowledge using Intuition’s solutions, your business and employees can be far more successful.
</p>
<h1>Expertise</h1>
<p>Intuition brings our combination of the world’s leading financial eLearning library, its knowledge management technology, mobile learning technology and range of professional services to meet our clients knowledge needs. Our professional team comprises leading learning consultants and trainers, visual design experts, specialist desktop and mobile developers and experienced sales and support staff. We are truly passionate about what we do and even more so about sharing our own knowledge and ideas with our clients. With products and services delivered to a diverse industry base, covering a global audience in excess of two million users, Intuition has the solutions and expertise to satisfy any requirements.</p>
<h1>Awards</h1>
<p>For over 25 years, Intuition has been recognized across the globe for our skill in harnessing technologies to create and enable effective learning. This ability has been recognized in a long list of awards, below is a section of our most recent wins.</p>
<h3>Learning Awards 2014</h3>
<p>Learning Technologies Solution of the Year Category</p>
<h3>Brandon Hall Awards 2012</h3>
<p>Brandon Hall Best use of Mobile Learning Award – Silver winner</p>
<h3>e-Learning Age Awards 2011</h3>
<p>Intuition shortlisted for eLearning Age awards Best use of Mobile Learning</p>
<h3>February 2012</h3>
<p>Intuition named Learning Leader 2011 Bersin & Associates</p>
<h3>May 2010</h3>
<p>Intuition wins Mobile Technology Project of the Year</p>
</div>
</div>
<div class="about right">
<img id = "Contact" src="images/pexels-photo-428339.jpeg" width = "270" alt="Main Page">
<h1>Contact Us</h1>
<h3>Address</h3>
<p>IFSC House, <br>Custom House Quay,<br>Dublin 1,<br>Ireland</p>
<h3>Phone:</h3><p>+35316054300</p>
</div>
<footer>
<p>© Copyright 2017 by Intuition. All Rights Reserved</p>
</footer>
</div>
</body>
</html>