sync
[bootswatch] / material-kit / tutorial.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4         <meta charset="utf-8" />
5         <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
6         <link rel="icon" type="image/png" href="assets/img/favicon.png">
7         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8
9         <title>Tutorial - Material Kit by Creative Tim</title>
10
11         <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
12
13         <!--     Fonts and icons     -->
14         <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
15     <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
16         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
17
18         <!-- CSS Files -->
19     <link href="assets/css/bootstrap.min.css" rel="stylesheet" />
20     <link href="assets/css/material-kit.css" rel="stylesheet"/>
21
22         <!-- CSS Just for demo purpose, don't include it in your project -->
23         <link href="assets/css/demo.css" rel="stylesheet" />
24 </head>
25
26 <body class="tutorial-page">
27
28 <nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll" role="navigation">
29   <div class="container">
30     <!-- Brand and toggle get grouped for better mobile display -->
31     <div class="navbar-header">
32       <button id="menu-toggle" type="button" class="navbar-toggle">
33         <span class="sr-only">Toggle navigation</span>
34         <span class="icon-bar bar1"></span>
35         <span class="icon-bar bar2"></span>
36         <span class="icon-bar bar3"></span>
37       </button>
38       <a href="http://www.creative-tim.com">
39            <div class="logo-container">
40                 <div class="logo">
41                     <img src="assets/img/logo.png" alt="Creative Tim Logo">
42                 </div>
43                 <div class="brand">
44                     Creative Tim
45                 </div>
46             </div>
47       </a>
48     </div>
49
50     <!-- Collect the nav links, forms, and other content for toggling -->
51     <div class="collapse navbar-collapse">
52                 <ul  class="nav navbar-nav navbar-right">
53                         <li>
54                                 <a href="index.html">Back to Kit</a>
55                         </li>
56                         <li>
57                 <a href="https://github.com/timcreative/material-kit/issues">Have an issue?</a>
58             </li>
59         </ul>
60
61     </div><!-- /.navbar-collapse -->
62   </div><!-- /.container-fluid -->
63 </nav>
64
65 <div class="wrapper">
66         <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');">
67                 <div class="container">
68                         <div class="row">
69                                 <div class="col-md-6 col-md-offset-3">
70                                         <h1 class="title text-center">Tutorial</h1>
71                                 </div>
72                         </div>
73                 </div>
74         </div>
75
76         <div class="main main-raised">
77                 <div class="section">
78                 <div class="container">
79                                 <div class="row tim-row">
80                         <h2 class="text-center">Short Description and Usage</h2>
81                         <legend></legend>
82                         <div class="col-md-8 col-md-offset-2">
83                             <p>
84                                 <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.
85                             </p>
86                             <p>
87                                 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.
88                             </p>
89                         </div>
90
91                     </div>
92
93                     <div class="row tim-row">
94                         <h2 class="text-center">Getting Started</h2>
95                         <legend></legend>
96                         <div class="col-md-8 col-md-offset-2">
97                         <p>
98                                 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.
99                         </p>
100                         <p>
101                             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.
102                         </p>
103                         <p>
104                             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.
105                         </p>
106                         </div>
107                     </div>
108
109                     <div class="row tim-row">
110                         <h2 class="text-center">File Structure</h2>
111                         <legend></legend>
112                         <div class="col-md-8 col-md-offset-2">
113                             <p>
114                                 Once you have downloaded the archive and opened it, you will find the following structure:
115                             </p>
116                             <p>
117                                 Let's take it one by one:
118                             </p>
119                             <p>
120                             x_material_kit<br>
121                             --assets<br>
122                             ---css<br>
123                             -----bootstrap.min.css<br>
124                                                 -----material-kit.css<br>
125                             -----demo.css<br>
126                             ---img<br>
127                             ---js<br>
128                             -----bootstrap-datepicker.js<br>
129                             -----bootstrap.min.js<br>
130                             -----jquery.min.js<br>
131                             -----material-kit.js<br>
132                             -----material.min.js<br>
133                             -----nouislider.min.js<br>
134                             ----sass<br>
135                                                 -----material-kit<br>
136                                                 -----material-kit.scss<br>
137                                                 --examples<br>
138                             --components-documentation.html<br>
139                                                 --Creative Tim License.pdf
140                                             --index.html<br>
141                             --template.html<br>
142                             --tutorial.html<br>
143                            </p>
144                         </div>
145                     </div>
146
147                     <div class="row tim-row">
148                         <h2 class="text-center">Restyled Components</h2>
149                         <legend></legend>
150                         <div class="col-md-8 col-md-offset-2">
151                             <p>
152                             Here is the list of Bootstrap 3 components that were restyled in <b>Material Kit</b>:
153                                 <ul>
154                                     <li> Buttons </li>
155                                     <li> Inputs</li>
156                                     <li> Select</li>
157                                     <li> Textarea</li>
158                                     <li> Menu </li>
159                                     <li> Dropdown</li>
160                                     <li> Progress Bars</li>
161                                     <li> Navigation Menu</li>
162                                     <li> Pagination</li>
163                                     <li> Labels</li>
164                                     <li> Notifications</li>
165                                     <li> Typography</li>
166                                     <li> Images</li>
167                                     <li> Tables</li>
168                                     <li> Tooltips</li>
169                                     <li> Popovers</li>
170                                     <li> Modal </li>
171                                     <li> Carousel</li>
172                                 </ul>
173                             </p>
174                         </div>
175                     </div>
176
177                     <div class="row tim-row">
178                         <h2 class="text-center">New Components</h2>
179                         <legend></legend>
180                         <div class="col-md-8 col-md-offset-2">
181                             <p>
182                             Besides giving the existing Bootstrap elements a new look, we added new ones, so that the interface and consistent and homogenous.
183                             </p>
184                             <p>
185                             Going through them, we added:
186                             <ul>
187                                 <li> Tags</li>
188                                 <li> Checkboxes</li>
189                                 <li> Radio Buttons</li>
190                                 <li> Sliders</li>
191                                 <li> Toggle Buttons</li>
192                                                         <li> Raised Areas</li>
193                                                         <li> Cards with tabs</li>
194                                 <li> Datepicker</li>
195                                                         <li> Material Icons</li>
196                                                 </ul>
197                             </p>
198                             <p>
199                                 For more details regarding the components, go to our <a href="components-documentation.html">Components Page</a>.
200                             </p>
201                         </div>
202                     </div>
203                 </div>
204             </div>
205         </div>
206
207 </div>
208 <footer class="footer footer-transparent">
209     <div class="container">
210         <nav class="pull-left">
211             <ul>
212                                 <li>
213                                         <a href="http://www.creative-tim.com">
214                                                 Creative Tim
215                                         </a>
216                                 </li>
217                                 <li>
218                                         <a href="http://presentation.creative-tim.com">
219                                            About Us
220                                         </a>
221                                 </li>
222                                 <li>
223                                         <a href="http://blog.creative-tim.com">
224                                            Blog
225                                         </a>
226                                 </li>
227                                 <li>
228                                         <a href="http://www.creative-tim.com/license">
229                                                 Licenses
230                                         </a>
231                                 </li>
232             </ul>
233         </nav>
234         <div class="social-area pull-right">
235             <a class="btn btn-social btn-twitter btn-just-icon" href="https://twitter.com/CreativeTim">
236                 <i class="fa fa-twitter"></i>
237             </a>
238             <a class="btn btn-social btn-facebook btn-just-icon" href="https://www.facebook.com/CreativeTim">
239                 <i class="fa fa-facebook-square"></i>
240             </a>
241             <a class="btn btn-social btn-google btn-just-icon" href="https://plus.google.com/+CreativetimPage">
242                 <i class="fa fa-google-plus"></i>
243             </a>
244         </div>
245         <div class="copyright">
246             &copy; 2016 Creative Tim, made with love
247         </div>
248     </div>
249 </footer>
250
251 </body>
252         <!--   Core JS Files   -->
253         <script src="assets/js/jquery.min.js" type="text/javascript"></script>
254         <script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
255         <script src="assets/js/material.min.js"></script>
256
257         <!--  Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
258         <script src="assets/js/nouislider.min.js" type="text/javascript"></script>
259
260         <!--  Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
261         <script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
262
263         <!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
264         <script src="assets/js/material-kit.js" type="text/javascript"></script>
265
266         <script>
267
268                 $().ready(function(){
269
270                         $(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
271
272                 });
273
274 </script>
275 </html>