-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (74 loc) · 2.81 KB
/
index.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
<!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">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>Bast - Home</title>
</head>
<body>
<nav class="navbar navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img src="bast-white-sillhouette.svg" width="30" height="30" alt="" loading="lazy">
Bast
</a>
</nav>
<div style="padding-top: 50px;"class="container">
<div class="row">
<div class="col">
<p class="lead">
Access control has never been this easy.
</p>
<p>
Bast is an access control system with a wireless all-in-one smart-lock.
Installation is a breeze and settings are changed with an easy-to-use app.
</p>
</div>
<div class="col">
<iframe width="560" height="315" src="https://www.youtube.com/embed/1msbRlt5AJE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="row">
<div class="col">
</div>
</div>
<div class="row">
<div class="col">
<h2>Setup In No Time</h2>
<p>
Completely set up a system in three easy steps.
</p>
<ol>
<li>Install the lock on your door.</li>
<li>Download the Bast App.</li>
<li>Enter the passcode on the screen into the pin-pad of the lock.</li>
</ol>
</div>
</div>
<div class="row">
<div class="col">
<h2>Secure By Design</h2>
<p>
The server, locks, and app are all designed carefully and intentionally with security at the front of our minds.
</p>
<ul>
<li>Login and setup is passwordless, strengthening your account and simplifying your life.</li>
<li>The server is incapable of tracking user activity or controlling door states.</li>
<li>Communications use the latest encryption technologies.</li>
<li>Sane defaults and system architecture prevent misconfiguration.</li>
<li>Code is open-source to keep us in check.</li>
</ul>
<h2>Planned Features</h2>
<ul>
<li>Multiple admins per system</li>
<li>Anti-passback</li>
<li>Active times</li>
<li>Dynamic one-time pin-codes</li>
</ul>
</div>
</div>
</div>
</body>
</html>