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 pathb2.html
More file actions
106 lines (103 loc) · 5.94 KB
/
b2.html
File metadata and controls
106 lines (103 loc) · 5.94 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
<!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">Xane AI - Awarded as The Best AI/ML Startup</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">Individual commitment and team efforts, together enabled Xane to be recognized as 'THE BEST START-UP' in AI/ML category at The Aeonian Startup Expo Conference held at Mumbai in 2018 and organised by NASSCOM and SEBA.<br><center><img src="images/blog/b21.jpg" alt="" style="margin: 20px 20px; border-radius: 9%; width: 50%;" /></center><br>Xane has been privileged to be identified as a "startup that has been capable of bringing in the significant commercialization of AI and Machine Learning through affordable innovations in the past year!"<center><img src="images/blog/b22.jpg" alt="" style="margin: 20px 20px; border-radius: 9%; width: 50%;" /></center>It enabled us to target visitors through direct face to face meetings in one of the most effective and efficient marketing strategy in order to build brand equity. It was a great opportunity to learn from the feedback of end users in terms of things that require action. It also generated lucrative, highly targeted business leads by interacting face to face with potential Investors /Incubators/accelerators.<center><img src="images/blog/b23.jpg" alt="" style="margin: 20px 20px; border-radius: 9%; width: 50%;" /></center>Lastly, it was indeed a golden opportunity to network with entrepreneurs and investors and proved to be a fruitful advertising medium.</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>