adding initial fast-api
This commit is contained in:
62
fast-api/node_modules/jq-fakeloader/demo/demo5.html
generated
vendored
Normal file
62
fast-api/node_modules/jq-fakeloader/demo/demo5.html
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>DEMO5</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="css/demo.css">
|
||||
<link rel="stylesheet" href="css/fakeLoader.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--[if lt IE 7]>
|
||||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
<div class="fakeloader"></div>
|
||||
|
||||
<section id="section-navigation">
|
||||
|
||||
<div class="container text-center">
|
||||
<a href="http://joaopereirawd.github.io/fakeLoader.js"><button class="btn-default btn-goback">← Article & Download</button></a>
|
||||
</div>
|
||||
|
||||
<div class="container text-center">
|
||||
<a href="demo1.html"><button class="btn-default btn-white">Spinner1</button></a>
|
||||
<a href="demo2.html"><button class="btn-default btn-white">Spinner2</button></a>
|
||||
<a href="demo3.html"><button class="btn-default btn-white">Spinner3</button></a>
|
||||
<a href="demo4.html"><button class="btn-default btn-white">Spinner4</button></a>
|
||||
<a href="demo5.html"><button class="btn-default btn-white btn-active">Spinner5</button></a>
|
||||
<a href="demo6.html"><button class="btn-default btn-white">Spinner6</button></a>
|
||||
<a href="demo7.html"><button class="btn-default btn-white">Spinner7</button></a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container text-center">
|
||||
<script async type="text/javascript"
|
||||
src="//cdn.carbonads.com/carbon.js?serve=CK7DLK3E&placement=joaopereirawdgithubio" id="_carbonads_js"></script>
|
||||
<h1>DOM was loaded</h1>
|
||||
</div>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="js/fakeLoader.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$.fakeLoader({
|
||||
timeToHide:1200,
|
||||
bgColor:"#e67e22",
|
||||
spinner:"spinner5"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="fakeLoader"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user