145 lines
5.2 KiB
HTML
145 lines
5.2 KiB
HTML
<!--
|
|
/*!
|
|
|
|
=========================================================
|
|
* Black Dashboard Angular v1.3.0
|
|
=========================================================
|
|
|
|
* Product Page: https://www.creative-tim.com/product/black-dashboard-angular
|
|
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
|
|
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-angular/blob/master/LICENSE.md)
|
|
|
|
* Coded by Creative Tim
|
|
|
|
=========================================================
|
|
|
|
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
*/
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="../public/apple-icon.png">
|
|
<link rel="icon" type="image/png" href="../src/assets/img/favicon.png" />
|
|
<title>
|
|
Components Documentation - Black Dashboard Angular by Creative Tim
|
|
</title>
|
|
<!-- Fonts and icons -->
|
|
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet" />
|
|
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
|
|
|
|
<!-- Nucleo Icons -->
|
|
<link href="../src/assets/css/nucleo-icons.css" rel="stylesheet" />
|
|
<!-- CSS Files -->
|
|
<link href="./black-dashboard.css?v=1.3.0" rel="stylesheet" />
|
|
<!-- CSS Just for demo purpose, don't include it in your project -->
|
|
<link href="../src/assets/demo/demo.css" rel="stylesheet" />
|
|
<style media="screen">
|
|
.footer{
|
|
padding: 24px 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="offline-doc">
|
|
<!-- Navbar -->
|
|
<nav class="navbar navbar-expand-lg navbar-absolute navbar-transparent">
|
|
<div class="container">
|
|
<div class="navbar-wrapper">
|
|
<div class="navbar-toggle d-inline">
|
|
<button type="button" class="navbar-toggler">
|
|
<span class="navbar-toggler-bar bar1"></span>
|
|
<span class="navbar-toggler-bar bar2"></span>
|
|
<span class="navbar-toggler-bar bar3"></span>
|
|
</button>
|
|
</div>
|
|
<a class="navbar-brand" href="javascript:void(0)">Black Dashboard Angular</a>
|
|
</div>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-bar navbar-kebab"></span>
|
|
<span class="navbar-toggler-bar navbar-kebab"></span>
|
|
<span class="navbar-toggler-bar navbar-kebab"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navigation">
|
|
<ul class="navbar-nav ml-auto">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="https://github.com/creativetimofficial/black-dashboard-angular/issues" target="_blank">
|
|
Have an issue?
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div class="modal modal-search fade" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="searchModal" aria-hidden="true">
|
|
<div class="modal-dialog" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<input type="text" class="form-control" id="inlineFormInputGroup" placeholder="SEARCH">
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<i class="tim-icons icon-simple-remove"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- End Navbar -->
|
|
<div class="page-header" style="height: 100vh;">
|
|
<div class="container">
|
|
<div class="row text-center">
|
|
<div class="col-md-8 ml-auto mr-auto">
|
|
<div class="brand">
|
|
<h1 class="title">
|
|
Black Dashboard Angular
|
|
</h1>
|
|
<h3 class="description">Documentation v1.3.0</h3>
|
|
<br/>
|
|
<a href="https://demos.creative-tim.com/black-dashboard-angular/#/documentation/tutorial" class="btn btn-primary btn-round btn-lg">View documentation</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<ul class="nav">
|
|
<li class="nav-item">
|
|
<a href="javascript:void(0)" class="nav-link">
|
|
Creative Tim
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a href="javascript:void(0)" class="nav-link">
|
|
About Us
|
|
</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a href="javascript:void(0)" class="nav-link">
|
|
Blog
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<div class="copyright">
|
|
©
|
|
<script>
|
|
document.write(new Date().getFullYear())
|
|
</script> made with <i class="tim-icons icon-heart-2"></i> by
|
|
<a href="javascript:void(0)" target="_blank">Creative Tim</a> for a better web.
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- Core JS Files -->
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|