-
Notifications
You must be signed in to change notification settings - Fork 1
/
husd.html
50 lines (47 loc) · 2.29 KB
/
husd.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="husd.css">
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.css">
</head>
<body>
<section class="header">
<nav class="navbar navbar-expand-sm">
<div class="container-fluid ">
<a href="" class="navbar-brand ">HUSD</a>
<div class="navbar navbar-collapse justify-content-end">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="" class="nav-link">Company</a></li>
<li class="nav-item"><a href="" class="nav-link">Products</a></li>
<li class="nav-item"><a href="" class="nav-link">Solution</a></li>
<li class="nav-item"><a href="" class="nav-link">Career</a></li>
</ul>
</div>
<div class="dropdown navbar-collapse justify-content-end" >
<button class="btn dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown">En</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<li><a href="" class="dropdown-item"></a></li>
</ul>
</div>
<button class="btn border border-dark ">Book a demo</button>
</div>
</nav>
<div class="middle d-flex flex-column justify-content-center">
<div class="title">
<h1>Unified one <span>solution</span> any device</h1>
</div>
<div>
<p>We help bussiness deliver digital customer experiences that are personalized, optimised, and synchronized</p>
</div>
<div>
<button class="btn btn-primary">Get started free</button>
</div>
</div>
</section>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
</body>
</html>