-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
98 lines (94 loc) · 4.94 KB
/
about.html
File metadata and controls
98 lines (94 loc) · 4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 1000px)" href="css/mobile.css">
<link rel="stylesheet" media="screen and (min-width: 1001px)" href="css/widescreen.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>technovera | About</title>
</head>
<body>
<nav id="nav">
<div class="nav-container">
<img src="img/logo.png" alt="newsgrid logo" class="logo">
<img src="img/logo-dark.png" alt="newsgrid logo" class="logo-dark">
<div class="social">
<a href="https://facebook.com" target="blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://twitter.com" target="blank"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://instagram.com" target="blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://youtube.com" target="blank"><i class="fab fa-youtube fa-2x"></i></a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="current" href="about.html">About</a></li>
</ul>
</div>
</nav>
<div id="article" class="mb-1">
<div class="container max-width">
<article class="card">
<h1 class="l-heading">About Us</h1>
<p>
<strong>technover</strong> is a team of people who, from Paraty Tech and Data Seekers (a Paraty Tech spin-off), work with the aim of keeping hoteliers informed of all the latest technological innovations on the market. Concepts such as distribution, OTAs, Google, remarketing, revenue management and SEM are the protagonists of contents written by experts for professionals in the sector.
</p>
<h2 class="m-heading">ABOUT TECHNOVERA</h2>
<p>
<strong>technover</strong> is a technology and marketing services company that specialises in hotel solutions and adapts to the industry’s real needs. We have two strong points: an in-depth knowledge of the world of hospitality and our ability to create our own technology.
</p>
<p>
One of our main aims is to achieve an increase in bookings made at your hotel on your own website as direct booking sales is the channel with greatest profitability, given that it reduces dependency on third parties, decreases the cost per booking, creates brand image, promotes loyalty in clients, increases your hotel’s direct income and increases occupancy.
</p>
<p>Please feel free contact us : technovera@gmail.com</p>
</article>
</div>
</div>
<!-- footer -->
<footer id="footer" class="">
<div class="container footer-container">
<div>
<img src="img/logo.png" alt="logo light" class="footer-logo">
<img src="img/logo-dark.png" alt="logo dark" class="footer-logo-dark">
<p>technovera is a leading technology media property, dedicated to obsessively profiling web technologies tech news.</p>
</div>
<div>
<h3>EMAIL NEWSLETTER</h3>
<p>Sign Up to our Newletter for latest new and more awesome content!</p>
<form name="contact" action="POST" data-netlify="true">
<input type="email" name="email" placeholder="Enter Email" id="email">
<input class="btn btn-primary subscribe" type="submit" value="Subscribe">
</form>
</div>
<div>
<h3>CATEGORIES</h3>
<ul class="list">
<li><a href="#"><i class="fas fa-chevron-right"></i> React</a></li>
<li><a href="#"><i class="fas fa-chevron-right"></i> JavaScript</a></li>
<li><a href="#"><i class="fas fa-chevron-right"></i> Angular</a></li>
<li><a href="#"><i class="fas fa-chevron-right"></i> Mern</a></li>
</ul>
</div>
<div>
<h3>Follow Us On</h3>
<div class="social">
<a href="https://facebook.com" target="blank"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://twitter.com" target="blank"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://linkedin.com" target="blank"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://instagram.com" target="blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://youtube.com" target="blank"><i class="fab fa-youtube fa-2x"></i></a>
</div>
</div>
<div>
<p>Copyright © 2020, All Rights Reserved</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.6/lib/darkmode-js.min.js"></script>
<script src="js/dark-mode.js"></script>
</body>
</html>