-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (129 loc) · 6.86 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!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>Bitlocker - password and note manager</title>
<meta name="description" content="Knight is a beautiful Bootstrap 4 template for product landing pages." />
<!--Inter UI font-->
<link href="https://rsms.me/inter/inter-ui.css" rel="stylesheet">
<!--vendors styles-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css">
<!-- Bootstrap CSS / Color Scheme -->
<link rel="stylesheet" href="css/default.css" id="theme-color">
</head>
<body>
<!--navigation-->
<section class="smart-scroll">
<div class="container-fluid">
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand heading-black" href="index.html">
BitLocker
</a>
<button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="collapse"
data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false"
aria-label="Toggle navigation">
<span data-feather="grid"></span>
</button>
</nav>
</div>
</section>
<!--hero header-->
<section class="py-7 py-md-0 bg-hero" id="home">
<div class="container">
<div class="row vh-md-100">
<div class="col-md-8 col-sm-10 col-12 mx-auto my-auto text-center">
<h1 class="heading-black text-capitalize">BitLocker: The Ultimate Password Manager for Secure and
Convenient Access</h1>
</div>
<div class="text-center">
<p class="lead py-3">
Welcome to Bitlocker, the ultimate password manager application. Are you tired of trying to
remember dozens of different passwords for all of your online accounts? Do you worry about
the
security of your personal information and login credentials? Look no further! Bitlocker is
here
to help. With our easy-to-use interface and advanced security features, you can safely and
securely store all of your passwords in one convenient location. Say goodbye to the hassle
of
forgotten passwords and hello to the peace of mind that comes with knowing your sensitive
information is protected. Try Bitlocker today and take control of your online security.
</p>
<a class="btn btn-primary d-inline-flex flex-row align-items-center"
href="https://github.com//vijay-sahani/bitlocker.github.io/raw/master/app/release/app-release.apk">Download
<em class="ml-2" data-feather="arrow-down"></em>
</a>
</div>
</div>
</div>
</section>
<!--footer-->
<footer class="py-6">
<div class="container">
<div class="row text-center">
<div class="col-12">
<h5>About Bitlocker</h5>
<p class="text-muted">Bit locker is a password and notes manager that makes it easy
for users to store and access passwords. Encrypts passwords and secure notes confidential data
with
industry-standard encryption like AES
with an inbuilt powerful and simple password generator that allows
users to create strong and unique passwords for each app</p>
<ul class="list-inline social social-sm">
<li class="list-inline-item">
<a href="https://github.com/vijay-sahani"><i class="fa fa-github"></i></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/vijay_sahan1/"><i class="fa fa-instagram"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/vijay-sahani/"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="row mt-5">
<div class="col-12 text-muted text-center small-xl">
© 2022 Bit locker - All Rights Reserved
</div>
</div>
</footer>
<!--scroll to top-->
<div class="scroll-top">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</div>
<div class="switcher-wrap">
<div class="switcher-trigger">
<span class="fa fa-gear"></span>
</div>
<div class="color-switcher">
<h6>Color Switcher</h6>
<ul class="mt-3 clearfix">
<li class="bg-teal active" data-color="default" title="Default Teal"></li>
<li class="bg-purple" data-color="purple" title="Purple"></li>
<li class="bg-blue" data-color="blue" title="Blue"></li>
<li class="bg-red" data-color="red" title="Red"></li>
<li class="bg-green" data-color="green" title="Green"></li>
<li class="bg-indigo" data-color="indigo" title="Indigo"></li>
<li class="bg-orange" data-color="orange" title="Orange"></li>
<li class="bg-cyan" data-color="cyan" title="Cyan"></li>
<li class="bg-yellow" data-color="yellow" title="Yellow"></li>
<li class="bg-pink" data-color="pink" title="Pink"></li>
</ul>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.7.3/feather.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>