You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
4.9 KiB
97 lines
4.9 KiB
<!DOCTYPE html> |
|
<html> |
|
|
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> |
|
<title>Levin - a storageless password manager</title> |
|
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Muli"> |
|
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css"> |
|
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css"> |
|
<link rel="stylesheet" href="assets/css/style.css"> |
|
</head> |
|
|
|
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="56"><header class="masthead" style="background: url('assets/img/purple.png');"> |
|
<div class="container h-100"> |
|
<div class="row h-100"> |
|
<div class="col-lg-7 my-auto"> |
|
<div class="mx-auto header-content"> |
|
<h1 class="mb-5">Levin lets you generate and manage passwords using one master password without logging in and without a database.</h1><a class="btn btn-outline-warning btn-xl" role="button" href="/app">Try Levin Now!</a> |
|
</div> |
|
</div> |
|
<div class="col-lg-5 my-auto"> |
|
<div class="device-container"> |
|
<div class="device-mockup iphone6_plus portrait white"> |
|
<div class="device" style="background-image:url('assets/img/iphone_6_plus_white_port.png');"> |
|
<div class="screen"><img class="img-fluid" src="assets/img/Screenshot_2.png" /></div> |
|
<div class="button"></div> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="iphone-mockup"></div> |
|
</div> |
|
</div> |
|
</div> |
|
</header> |
|
<section id="features" class="features"> |
|
<div class="container"> |
|
<div class="text-center section-heading"> |
|
<h2>Why Levin?</h2> |
|
<hr> |
|
</div> |
|
<div class="row"> |
|
<div class="col-lg-4 my-auto"> |
|
<div class="device-container"> |
|
<div class="device-mockup iphone6_plus portrait white"> |
|
<div class="device" style="background-image:url('assets/img/iphone_6_plus_white_port.png');"> |
|
<div class="screen"><img class="img-fluid" src="assets/img/Screenshot_2.png"></div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="col-lg-8 my-auto"> |
|
<div class="container-fluid"> |
|
<div class="row"> |
|
<div class="col-lg-6"> |
|
<div class="feature-item"><i class="icon-screen-smartphone text-primary"></i> |
|
<h3>Works anywhere</h3> |
|
<p class="text-muted">Need to use Levin on the go? No problem, it supports any mobile device with internet.</p> |
|
</div> |
|
</div> |
|
<div class="col-lg-6"> |
|
<div class="feature-item"><i class="icon-eye text-primary"></i> |
|
<h3>Privacy Respecting</h3> |
|
<p class="text-muted">Privacy is one of our main priorities. We value your privacy and don't unethically track you.</p> |
|
</div> |
|
</div> |
|
<div class="col-lg-6"> |
|
<div class="feature-item"><i class="icon-present text-primary"></i> |
|
<h3>Free to Use</h3> |
|
<p class="text-muted">Levin is free to use for anyone anywhere, so start using it now!</p> |
|
</div> |
|
</div> |
|
<div class="col-lg-6"> |
|
<div class="feature-item"><i class="icon-lock text-primary"></i> |
|
<h3>Secure</h3> |
|
<p class="text-muted">Levin has no database, meaning your passwords aren't stored anywhere.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
<footer> |
|
<div class="container"> |
|
<p>© Levin 2021. All Rights Reserved.</p> |
|
</div> |
|
</footer> |
|
<script src="assets/bootstrap/js/bootstrap.min.js"></script> |
|
<script src="assets/js/new-age.js"></script> |
|
</body> |
|
|
|
</html>
|
|
|