-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
34 lines (34 loc) · 1.47 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="description" content="Homepage">
<meta name="keywords" content="Company,home,ABC">
<meta name="author" content="Programming Hub">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="../css/style.css">
<link href="https://cdn.jsdelivr,net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&family=Roboto&display=swap');
</style>
</head>
<body>
<div class="nav">
<div>Nexino labs</div>
<ul>
<li><a href="./hello.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
<div class="about-content">
<h1>About us</h1>
<p>Nexino Labs is dedicated to develop and market next generation IT products and to carry out
technical innovation for the trade,industry and public at large. Nexino labs is based in
Mumbai and brings together the craft of software,education and service design. Founded in
2016. Nexino's products reach more than 2 million learners worldwide.</p>
</div>
</body>
</html>