This repository was archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathb3.html
More file actions
109 lines (105 loc) · 6.33 KB
/
b3.html
File metadata and controls
109 lines (105 loc) · 6.33 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Xane</title>
<meta name="theme-color" content="#3C97BF">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/blog.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Xane.ai</a></h1>
<nav id="nav">
<a class="disappear" href="#menu">Menu</a>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<!-- <div class="logo"><span class="icon fa-diamond"></span></div>-->
<h2>XANE</h2>
<p>AI Chatbot for Employee Retention</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- DivA -->
<!-- DivA -->
<!-- DivA -->
<!-- DivA -->
<section id="one" class="wrapper spotlight divA divB blue">
<div class="inner" style="padding: 1em 1.5em 1em 1.5em">
<div class="content">
<h2 style="text-align: center; margin: 0px;" class="h2mod">Blog</h2>
</div>
</div>
</section>
<!-- DivA -->
<section id="one" class="wrapper spotlight divA divB" style="background-color: lightgray">
<div class="inner">
<div class="content">
<h2 style="text-align: center; font-size: 30px; margin-bottom: 0px; background-color: gray; color: white">Artificial Intelligence- Advent of Future Opportunities for Decision Making</h2>
</div>
</div>
</section>
<!-- One -->
<section id="two" class="wrapper alt spotlight style2 first">
<div class="inner">
<div class="content">
<h2 class="major" style="font-size: 32px; color: black"></h2>
<h3 style="text-align: unset; font-size: 20px; color: black">The science of today is the technology of tomorrow. Artificial Intelligence (AI) has the potential to be as metamorphic as the ever-volatile economy. Earlier it used to be just a faraway dream, but today it is omnipresent. Knowingly or unknowingly, we carry it in our cars, pockets as well as all the online services we use throughout our day. <br><center><img src="images/blog/b31.jpg" alt="" style="margin: 20px 20px; border-radius: 9%; width: 50%;" /></center><br>With the increase in the degree of digitization in the service sector, most of the organizations are applying AI to revamp their learning cultures. AI consists of different technologies including intelligent agents, automated cars, chat bots, machine learning and voice/face recognition. When these are fused with e-learning, organisational efficiency and productivity improves manifolds.
Preferment in technology including big-data analytics and other services have let AI to prosper across different aspects.
Today the execution of AI based technologies will morph the face of corporate learning into something very contemporary, simplify user interface and unshackle newer parameters of organisational growth. <ul><li>Enhance relationship between humans & machines. Using AI, employees get more time to do innovative tasks to get an edge over competitors.</li><li>Mould traditional models and processes : Intelligent machines go through learning processes and follow automated approach to rectify outcomes.</li><li>Improve outcomes with data analytics: Educators use AI to increase competency by learning analytics and algorithms, blend data in creative ways to deliver engaging learnings and insights.</li></ul></h3>
</div>
</div>
</section>
<section id="one" class="wrapper spotlight divA divB blue" style="background-color: #4c626b5c">
<div class="inner" style="padding: 1em 1.5em 1em 1.5em">
<div class="content">
<h2 style="text-align: center; margin: 0px; color: #00fdff" class="h2mod"><a href="https://www.xane.ai/blog" style="border-bottom: 0px;">Explore more amazing tips! Visit the blog!</a></h2>
</div>
</div>
</section>
<section id="one" class="wrapper spotlight divA divB" style="background: black">
<div class="inner">
<div class="content">
<h5 style="color: white; text-align: center;">© 2018 by Profformance Technologies Private Limited. All rights reserved.<br><a href="Terms_of_use.pdf">Terms of use</a> <a href="Privacy_policy.pdf">Privacy Policy</a></h5>
</div>
</div>
</section>
</section>
<!-- Scripts -->
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="/items/demos_assets/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>