-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (54 loc) · 2.28 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Intuition</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 href="advisory.html">Advisory</a></li>
<li class="main"><a class="current_page" href="index.html">Home</a></li>
</ul>
</header>
<div id="frontpage">
<img src="images/frontpage_banner.jpg" width = "1200" alt="Main Page">
<div class = "top-left"><h1>Intuition is a leading global <br> knowledge management solutions company</h1></div>
</div>
<div class="lower">
<div class="column">
<h2>KNOWLEDGE SERVICES</h2>
<img class = "image" src="images/Homepage_knoeldge_services.jpg" width = "260" alt="Knowledge Services">
<h3>Intuition’s professional services team advise, design and deliver on learning content and strategies for global clients</h3>
</div>
<div class="column">
<h2>ONLINE COURSES</h2>
<img class = "image" src="images/Homepage_onlinecourses_jpg.jpg" width = "260" alt="Knowledge Services">
<h3>Intuition’s portfolio of online learning catalogs deliver highly effective content through innovative technologies</h3>
</div>
<div class="column">
<h2>KNOWLEDGE TECHNOLOGY</h2>
<img class = "image" src="images/Homepage_knowledge_technology_.jpg" width = "260" alt="Knowledge Services">
<h3>Intuition’s knowledge management technologies allow clients to unlock, process and apply organizational knowledge</h3>
</div>
</div>
<footer>
<p>© Copyright 2017 by Intuition. All Rights Reserved</p>
</footer>
</div>
</body>
</html>