forked from creativetimofficial/get-shit-done
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
252 lines (220 loc) · 8.57 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
<!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>Get Shit Done Kit Tutorial by Creative Tim</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="bootstrap3/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/gsdk.css" rel="stylesheet" />
<link href="assets/css/demo.css" rel="stylesheet" />
<link href="bootstrap3/css/font-awesome.css" rel="stylesheet">
<script src="jquery/jquery-1.10.2.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="bootstrap3/js/bootstrap.js" type="text/javascript"></script>
<script src="assets/js/gsdk-checkbox.js"></script>
<script src="assets/js/gsdk-radio.js"></script>
<script src="assets/js/gsdk-bootstrapswitch.js"></script>
<script src="assets/js/get-shit-done.js"></script>
</head>
<body>
<div id="navbar-full">
<div class="container">
<nav class="navbar navbar-ct-blue navbar-transparent navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://creative-tim.com">
<div class="logo-container">
<div class="logo">
<img src="assets/img/new_logo.png">
</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" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Back to Kit</a></li>
<li><a href="http://www.creative-tim.com/product/get-shit-done-kit" class="btn btn-round btn-default">Download</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div><!-- end container-->
<div class='blurred-container'>
<div class="motto">
<div>Get</div>
<div class="border no-right-border">Sh</div><div class="border">it</div>
<div>Done</div>
</div>
<div class="img-src" style="background-image: url('assets/img/blurred-black-cover.jpeg')"></div>
<div class="img-src img-blurred" style="background-image: url('assets/img/blurred-black-cover.jpeg')"></div>
</div>
</div>
<div class="main">
<div class="container tim-container">
<div class="row tim-row">
<div class="col-md-3 col-md-offset-1">
<h3>What is the 'Get Shit Done' kit? </h3>
</div>
<div class="col-md-7">
<p>
'Get Shit Done' kit is a beautiful resource built for Bootstrap. We have redesigned all its 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>
<!-- end row -->
<div class="row tim-row">
<div class="col-md-3 col-md-offset-1">
<h3>How to Use It? </h3>
</div>
<div class="col-md-7">
<p>
The 'Get Shit Done' kit 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 'css/get-shit-done.css' in your HTML template. Your project will get the new look.
</p>
<p>
The easiest way to start is to use our start-up template where all the files are already included and ready to use.
</p>
</div>
</div>
<!-- end row -->
<div class="row tim-row">
<div class="col-md-3 col-md-offset-1">
<h3>File Structure</h3>
</div>
<div class="col-md-7">
<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>
x_get_shit_done<br>
--assets<br>
---css<br>
-----demo.css<br>
-----get-shit-done.css<br>
-----gsdk-base.css<br>
-----gsdk-checkbox-radio-switch.css<br>
-----gsdk-sliders.css<br>
---img<br>
---js<br>
-----custom.js<br>
-----get-shit-done.js<br>
-----gsdk-bootstrapswitch.js<br>
-----gsdk-checkbox.js<br>
-----gsdk-radio.js<br>
-----jquery-ui-1.10.4.custom.min.js<br>
--bootstrap3<br>
--index.html<br>
</div>
</div>
<!-- end row -->
<div class="row tim-row">
<div class="col-md-3 col-md-offset-1">
<h3>Restyled components</h3>
</div>
<div class="col-md-7">
<p>
Here is the list of Bootstrap 3 components that we restyled in 'Get Shit Done' kit:
<ul>
<li> Buttons </li>
<li> Inputs</li>
<li> Menu </li>
<li> Dropdown</li>
<li> Progress bars</li>
<li> Navigation bars</li>
<li> Pagination</li>
<li> Labels</li>
<li> Badges</li>
<li> Notifications</li>
<li> Typography</li>
<li> Images</li>
<li> Modal </li>
<li> Collapse</li>
<li> Carousel</li>
</ul>
</p>
</div>
</div>
<!-- end row -->
<div class="row tim-row">
<div class="col-md-3 col-md-offset-1">
<h3>New components</h3>
</div>
<div class="col-md-7">
<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> Checkboxes</li>
<li> Radio Buttons</li>
<li> Sliders</li>
<li> Switches</li>
<li> Search forms</li>
</ul>
</p>
<p>
For more details regarding the components, go to our <a href="components.html">components page</a>.
</p>
</div>
</div>
<!-- end row -->
<div class="row tim-row">
<div class="col-md-3 col-md-offset-1">
<h3>Images</h3>
</div>
<div class="col-md-7">
<p>
All 'Get Shit Done' images belong to guys at <a href="http://www.migoals.com.au/">Mi Goals</a>. We want to thank them again for letting us use them inside the kit. Go check out their awesome stationery and the <a href="http://migoals.com/product/get-shit-done-booklets/">Get Shit Done Poster</a>.
</p>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<div class="footer">
<div class="overlayer">
<div class="container">
<div class="row support">
<div class="col-sm-3">
</div>
<div class="col-sm-3">
</div>
<div class="col-sm-4">
</div>
<div class="col-sm-2">
</div>
</div>
<div class="row">
<div class="credits">
© 2016 Get Shit Done Kit, made with <i class="fa fa-heart heart" alt="love"></i> for a better web.
</div>
</div>
</div>
</div>
</div>
</body>
</html>