-
Notifications
You must be signed in to change notification settings - Fork 546
/
Copy pathtutorial-components.html
197 lines (185 loc) · 6.33 KB
/
tutorial-components.html
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!--
/*!
=========================================================
* Material Dashboard React - v1.10.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/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" />
<link
rel="apple-touch-icon"
sizes="76x76"
href="assets/img/apple-icon.png"
/>
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
Tutorial Components - Material Dashboard React by Creative Tim
</title>
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
name="viewport"
/>
<!-- Fonts and icons -->
<link
rel="stylesheet"
type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"
/>
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-dashboard.css?v=1.10.0" rel="stylesheet" />
<link href="assets/css/demo-documentation.css?v=1.10.0" rel="stylesheet" />
<style media="screen">
.page-header {
height: 100vh;
}
.page-header .description {
color: #ffffff;
}
.header-filter .container {
padding-top: 33vh;
}
</style>
</head>
<body class="components-page">
<nav
class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll"
>
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="https://www.creative-tim.com">
<div class="logo-container">
<div class="logo">
<img src="assets/img/new_logo.png" alt="Creative Tim Logo" />
</div>
<div class="brand">Creative Tim</div>
</div>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a
href="https://demos.creative-tim.com/material-dashboard-react/#/dashboard"
>Material Dashboard React</a
>
</li>
<li>
<a
href="https://github.com/creativetimofficial/material-dashboard-react/issues"
>Have an issue?</a
>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div
class="page-header header-filter"
style="background-image: url('assets/img/cover.jpeg');"
>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h1 class="title ">Material Dashboard React</h1>
<h4 class="title">Tutorial and Components</h4>
<h5 class="description">v1.10.0</h5>
<a
href="https://demos.creative-tim.com/material-dashboard-react/#/documentation/tutorial"
class="btn btn-rose btn-fill btn-round"
target="_blank"
>View documentation</a
>
</div>
</div>
</div>
</div>
<footer class="footer footer-transparent">
<div class="container">
<nav class="pull-left">
<ul>
<li><a href="https://www.creative-tim.com"> Creative Tim </a></li>
<li>
<a href="https://presentation.creative-tim.com"> About Us </a>
</li>
<li><a href="http://blog.creative-tim.com"> Blog </a></li>
<li>
<a href="https://www.creative-tim.com/license"> Licenses </a>
</li>
</ul>
</nav>
<div class="social-area pull-right">
<a
class="btn btn-just-icon btn-twitter btn-simple"
href="https://twitter.com/CreativeTim"
>
<i class="fa fa-twitter"></i>
</a>
<a
class="btn btn-just-icon btn-facebook btn-simple"
href="https://www.facebook.com/CreativeTim"
>
<i class="fa fa-facebook-square"></i>
</a>
<a
class="btn btn-just-icon btn-google btn-simple"
href="https://plus.google.com/+CreativetimPage"
>
<i class="fa fa-google-plus"></i>
</a>
<a
class="btn btn-just-icon btn-instagram btn-simple"
href="https://www.instagram.com/creativetimofficial"
>
<i class="fa fa-instagram"></i>
</a>
</div>
<div class="copyright">
©
<script>
document.write(new Date().getFullYear());
</script>
Creative Tim, made with love
</div>
</div>
</footer>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script>
var header_height;
var fixed_section;
var floating = false;
$().ready(function() {
suggestions_distance = $("#suggestions").offset();
pay_height = $(".fixed-section").outerHeight();
$(window).on("scroll", md.checkScrollForTransparentNavbar);
demo.initDocumentationCharts();
});
</script>
</html>