|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> |
|
<meta http-equiv="Pragma" content="no-cache"> |
|
<meta http-equiv="Expires" content="0"> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
<title>FaceOnLive OpenKYC</title> |
|
<link rel="shortcut icon" href="/static/img/favicon.ico"> |
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet"> |
|
|
|
<link href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" rel="stylesheet"> |
|
|
|
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap" rel="stylesheet"> |
|
|
|
<link href="/static/vendor/mdbootstrap/bootstrap.min.css" rel="stylesheet"> |
|
|
|
<link href="/static/vendor/mdbootstrap/mdb.min.css" rel="stylesheet"> |
|
|
|
|
|
|
|
<link href="/static/ui/scss/bundle.min.css" rel="stylesheet"> |
|
|
|
<link rel="stylesheet" href="/static/ui/scss/fr_file.css"> |
|
</head> |
|
|
|
<body> |
|
|
|
<div class="wrapper"> |
|
|
|
|
|
|
|
<div class="loader"> |
|
<div class="spinner-border" role="status"> |
|
<span class="sr-only"></span> |
|
</div> |
|
</div> |
|
|
|
<header> |
|
|
|
<div class="header-left"> |
|
<div class="container"> |
|
|
|
<a href="/id_detail/" class="btn btn-link"><span class="material-icons-outlined">arrow_back_ios</span></a> |
|
|
|
|
|
</div> |
|
</div> |
|
<div class="header-middle"> |
|
<div class="container"> |
|
|
|
</div> |
|
</div> |
|
<div class="header-right"> |
|
<div class="container"> |
|
|
|
</div> |
|
</div> |
|
|
|
</header> |
|
|
|
<main> |
|
|
|
|
|
<form method="post" id="form-fr" autocomplete="off"> |
|
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/> |
|
<div class="row page-header"> |
|
<div class="col-lg-12 text-center"> |
|
Take a selfie |
|
</div> |
|
</div> |
|
<div class="row page-subheader"> |
|
<div class="col-lg-12"> |
|
<p class="mb-0 text-center"> |
|
Frame your Face and capture.<br/> |
|
Avoid the shadow zone. |
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
</div> |
|
<div class="row page-content"> |
|
<div class="col-lg-12 d-flex justify-content-center px-0"> |
|
<input type="hidden" name="fr_file" id="id_fr_file"> |
|
<div class="default-container"> |
|
<div class="row"> |
|
<div class="col-lg-12"> |
|
<lottie-player src="/static/img/lottie/fr_file.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player> |
|
</div> |
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
<div class="preview-container" style="display: none;"> |
|
<img id="img-preview" width="100%"> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="row page-footer"> |
|
<div class="col-12"> |
|
<div class="row default-container"> |
|
<div class="col-12 d-flex justify-content-center"> |
|
<label class="btn btn-primary btn-block"> |
|
Next |
|
<input type="file" class="file-capture" accept="image/*" capture="user" hidden> |
|
</label> |
|
</div> |
|
</div> |
|
<div class="row preview-container" style="display: none;"> |
|
<div class="col-6 d-flex justify-content-center"> |
|
<label class="btn btn-outline-primary btn-side"> |
|
Retake |
|
<input type="file" class="file-capture" accept="image/*" capture="user" hidden> |
|
</label> |
|
</div> |
|
<div class="col-6 d-flex justify-content-center"> |
|
<button type="button" class="btn btn-primary btn-side" id="btn-next">Next</button> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</form> |
|
|
|
</main> |
|
|
|
<footer> |
|
|
|
<div class="container powered"> |
|
<img src="/static/img/faceonlive.png" width="42" />  |
|
<div> |
|
<span class="text-c-neutral">Powered by</span><br /> |
|
<a href="https://www.faceonlive.com">FaceOnLive</a> |
|
</div> |
|
</div> |
|
|
|
</footer> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
<script type="text/javascript" src="/static/jsi18n.js"></script> |
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/static/vendor/mdbootstrap/jquery.min.js"></script> |
|
|
|
<script type="text/javascript" src="/static/vendor/mdbootstrap/popper.min.js"></script> |
|
|
|
<script type="text/javascript" src="/static/vendor/mdbootstrap/bootstrap.min.js.download"></script> |
|
|
|
<script type="text/javascript" src="/static/vendor/mdbootstrap/mdb.min.js.download"></script> |
|
|
|
|
|
|
|
<script type="text/javascript" src="/static/vendor/compressorjs/compressor.min.js"></script> |
|
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> |
|
|
|
|
|
<script type="text/javascript" src="/static/ui/js/base.js"></script> |
|
|
|
<script type="text/javascript" src="/static/ui/js/fr_file.js"></script> |
|
</body> |
|
</html> |
|
|