-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
89 lines (77 loc) · 5.03 KB
/
references.html
File metadata and controls
89 lines (77 loc) · 5.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Page title -->
<title>References</title>
<!-- Bootstrap core CSS: Material design -->
<link rel="stylesheet" href="vendor/material/css/material-icons.css">
<link rel="stylesheet" href="vendor/material/css/bootstrap-material-design.min.css">
<!-- Custom styles -->
<link rel="stylesheet" href="css/custom.css">
<!-- Custom JS scripts -->
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<!-- Content wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper" class="bg-dark" w3-include-html="toc.html"></div>
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<h1>References</h1><hr />
This documentation website uses the following free-to-use packages:
<div class="card">
<div class="card-body">
<h3 class="card-title">Bootstrap Material design</h3>
<h6 class="card-subtitle mb-2 text-muted">Material Design for Bootstrap is an open source toolkit based on Bootstrap for developing Material Design apps with HTML, CSS, and JS.</h6>
<div class="card-text">
<p>Author: Federico Zivolo <a href="https://github.com/FezVrasta">@FezVrasta (GitHub)</a></p>
<a class="btn btn-outline-primary" href="https://fezvrasta.github.io/bootstrap-material-design/">Website</a>
<a class="btn btn-outline-success" href="https://github.com/FezVrasta/bootstrap-material-design/">GitHub Repo</a>
<a class="btn btn-outline-info" href="https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md">Code licensed MIT</a>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h3 class="card-title">Start Bootstrap - Simple Sidebar</h3>
<h6 class="card-subtitle mb-2 text-muted">Simple Sidebar is an off canvas sidebar navigation template for Bootstrap created by Start Bootstrap.</h6>
<div class="card-text">
<p>Author: <a href="https://github.com/BlackrockDigital">@BlackrockDigital (GitHub)</a></p>
<a class="btn btn-outline-primary" href="https://startbootstrap.com/template-overviews/simple-sidebar/">Website</a>
<a class="btn btn-outline-success" href="https://github.com/BlackrockDigital/startbootstrap-simple-sidebar">GitHub Repo</a>
<a class="btn btn-outline-info" href="https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE">Code licensed MIT</a>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h3 class="card-title">highlight.js</h3>
<h6 class="card-subtitle mb-2 text-muted">Syntax highlighting for the Web.</h6>
<div class="card-text">
<p>Author: Ivan Sagalaev <a href="https://github.com/BlackrockDigital">@isagalaev (GitHub)</a></p>
<a class="btn btn-outline-primary" href="https://highlightjs.org/">Website</a>
<a class="btn btn-outline-success" href="https://github.com/isagalaev/highlight.js">GitHub Repo</a>
<a class="btn btn-outline-info" href="https://github.com/isagalaev/highlight.js/blob/master/LICENSE">Code licensed BSD</a>
</div>
</div>
</div>
</div>
</div> <!-- /#page-content-wrapper -->
</div> <!-- /#wrapper -->
<!-- call includeHTML() -->
<script type="text/javascript">includeHTML();</script>
<!-- Bootstrap core JavaScript ================================================== -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="vendor/popper/popper.min.js"></script>
<!-- Bootstrap core JS: Material design -->
<script type="text/javascript" src="vendor/material/js/bootstrap-material-design.min.js"></script>
</body>
</html>