-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsitedisclaimer.html
100 lines (87 loc) · 6.22 KB
/
websitedisclaimer.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Viventra Corporate Website</title>
<!-- CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.6/css/all.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<link rel="stylesheet" href="assets/css/herosupport.css">
<link rel="stylesheet" href="assets/css/site.css">
<!-- Favicon and touch icons -->
<!--
<link rel="shortcut icon" href="assets/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
-->
</head>
<body>
<!-- Top menu -->
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-dark border-bottom box-shadow">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="./index.html#top-content">
<img src="images/Viventra Logo 1600x400 Navy - Trademarked.svg" width="200" height="50" alt="Viventra logo image">
</a>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link " href="./index.html#top-content">Our mission</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#brand-story">Our brand story</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#solution-themes">Solution themes</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#contact-us">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./index.html#about-us">About us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h2 class="display-4">Website Disclaimer</h2>
<p class="lead">The information contained in this website is for general information purposes only. The information is provided by viventra.com and viventra.in, properties of VIVENTRA SYSTEMS PRIVATE LIMITED (“Viventra”). While we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.</p>
<p class="lead">In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.</p>
<p class="lead">Through this website you are able to link to other websites which are not under the control of VIVENTRA SYSTEMS PRIVATE LIMITED. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them.</p>
<p class="lead">Every effort is made to keep the website up and running smoothly. However, VIVENTRA SYSTEMS PRIVATE LIMITED takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues beyond our control. If you have purchased a service subscription from Viventra, your rights under that subscription are specified separately in the subscription user agreement.</p>
</div>
<!-- Footer -->
<footer class="border-top footer text-muted">
<div class="container">
Copyright © 2019 - Viventra Systems Private Limited. All Rights Reserved. | <a href="./privacy.html">Privacy</a> | <a href="./termsofuse.html">Terms</a> | <a href="./websitedisclaimer.html">Disclaimer</a> | Follow us: <a href="https://twitter.com/@@viventrasys"><span class="fab fa-twitter"></span></a> <a href="https://www.linkedin.com/company/viventrasys"><span class="fab fa-linkedin"></span></a>
</div>
</footer>
<!-- Javascript -->
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/jquery-migrate-3.0.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/retina-1.1.0.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>