forked from creativetimofficial/material-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial.html
275 lines (249 loc) · 10.7 KB
/
tutorial.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!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 - Material Kit 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" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<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-kit.css" rel="stylesheet"/>
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/css/demo.css" rel="stylesheet" />
</head>
<body class="tutorial-page">
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll" role="navigation">
<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="http://www.creative-tim.com">
<div class="logo-container">
<div class="logo">
<img src="assets/img/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="index.html">Back to Kit</a>
</li>
<li>
<a href="https://github.com/timcreative/material-kit/issues">Have an issue?</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('https://images.unsplash.com/photo-1423655156442-ccc11daa4e99?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450');">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1 class="title text-center">Tutorial</h1>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="section">
<div class="container">
<div class="row tim-row">
<h2 class="text-center">Short Description and Usage</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
<b>Material Kit</b> is a beautiful resource built for Bootstrap. It was made over the powerful <a href="http://fezvrasta.github.io/bootstrap-material-design/" target="_blank">Bootstrap Material Design</a>. We used and have redesigned all components to make it look flat, minimalist and easy to use. We are proud of this new Bootstrap skin and the possibilities for customisation.
</p>
<p>
Using it is very simple and it will enable you to refresh you classic looking application. To get the desired effect you will also need to integrate JS plugins that take a little bit more effort. It the end the result will be worth it.
</p>
</div>
</div>
<div class="row tim-row">
<h2 class="text-center">Getting Started</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
The <b>Material Kit</b> is built on top of Bootstrap 3, so you can safely use it on your existing or new Bootstrap project. No line of code from Bootstrap 3 was changed, so you don't have to worry about undesired effects in your work.
</p>
<p>
We provide all the necessary CSS resources. To get going, just include <code>assets/css/material-kit.css</code> in your HTML template. Your project will get the new look.
</p>
<p>
The easiest way to start is to use our <a href="template.html" target="_blank">start-up template</a> where all the files are already included and ready to use.
</p>
</div>
</div>
<div class="row tim-row">
<h2 class="text-center">File Structure</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
Once you have downloaded the archive and opened it, you will find the following structure:
</p>
<p>
Let's take it one by one:
</p>
<p>
x_material_kit<br>
--assets<br>
---css<br>
-----bootstrap.min.css<br>
-----material-kit.css<br>
-----demo.css<br>
---img<br>
---js<br>
-----bootstrap-datepicker.js<br>
-----bootstrap.min.js<br>
-----jquery.min.js<br>
-----material-kit.js<br>
-----material.min.js<br>
-----nouislider.min.js<br>
----sass<br>
-----material-kit<br>
-----material-kit.scss<br>
--examples<br>
--components-documentation.html<br>
--Creative Tim License.pdf
--index.html<br>
--template.html<br>
--tutorial.html<br>
</p>
</div>
</div>
<div class="row tim-row">
<h2 class="text-center">Restyled Components</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
Here is the list of Bootstrap 3 components that were restyled in <b>Material Kit</b>:
<ul>
<li> Buttons </li>
<li> Inputs</li>
<li> Select</li>
<li> Textarea</li>
<li> Menu </li>
<li> Dropdown</li>
<li> Progress Bars</li>
<li> Navigation Menu</li>
<li> Pagination</li>
<li> Labels</li>
<li> Notifications</li>
<li> Typography</li>
<li> Images</li>
<li> Tables</li>
<li> Tooltips</li>
<li> Popovers</li>
<li> Modal </li>
<li> Carousel</li>
</ul>
</p>
</div>
</div>
<div class="row tim-row">
<h2 class="text-center">New Components</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
Besides giving the existing Bootstrap elements a new look, we added new ones, so that the interface and consistent and homogenous.
</p>
<p>
Going through them, we added:
<ul>
<li> Tags</li>
<li> Checkboxes</li>
<li> Radio Buttons</li>
<li> Sliders</li>
<li> Toggle Buttons</li>
<li> Raised Areas</li>
<li> Cards with tabs</li>
<li> Datepicker</li>
<li> Material Icons</li>
</ul>
</p>
<p>
For more details regarding the components, go to our <a href="components-documentation.html">Components Page</a>.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-transparent">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="http://www.creative-tim.com">
Creative Tim
</a>
</li>
<li>
<a href="http://presentation.creative-tim.com">
About Us
</a>
</li>
<li>
<a href="http://blog.creative-tim.com">
Blog
</a>
</li>
<li>
<a href="http://www.creative-tim.com/license">
Licenses
</a>
</li>
</ul>
</nav>
<div class="social-area pull-right">
<a class="btn btn-social btn-twitter btn-just-icon" href="https://twitter.com/CreativeTim">
<i class="fa fa-twitter"></i>
</a>
<a class="btn btn-social btn-facebook btn-just-icon" href="https://www.facebook.com/CreativeTim">
<i class="fa fa-facebook-square"></i>
</a>
<a class="btn btn-social btn-google btn-just-icon" href="https://plus.google.com/+CreativetimPage">
<i class="fa fa-google-plus"></i>
</a>
</div>
<div class="copyright">
© 2016 Creative Tim, made with love
</div>
</div>
</footer>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script>
$().ready(function(){
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>