-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgetting-started.html
237 lines (218 loc) · 9.96 KB
/
getting-started.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="icon" type="image/png" href="assets/img/favicon.ico">
<title>Rubik Tutorial by Creative Tim</title>
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/rubick.css" rel="stylesheet"/>
<link href="assets/css/demo.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700' rel='stylesheet' type='text/css'>
<link href="assets/css/fonts/pe-icon-7-stroke.css" rel="stylesheet">
<link href="assets/css/fonts/Rubik-Fonts.css" rel="stylesheet" />
</head>
<body>
<nav class="navbar navbar-default navbar-transparent navbar-fixed-top" 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/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>
<button onclick="window.location.href='https://github.com/timcreative/rubik/issues'" id="issueButton" class="btn btn-simple btn-neutral">Have an issue?</button>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="main wrapper">
<div class="section section-header section-first" id="section0">
<div class="full-background pattern-image" style="max-height: 600px; overflow: hidden;">
<img src="assets/img/rubik_background.jpg" >
<div class="container">
<div class="content">
<h1>Rubik</h1>
<div class="separator-container">
<div class="separator line-separator">♦</div>
</div>
<h5 class="text-muted">Follow this short tutorial to learn how to get started with your new favourite page.</h5>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<!-- what is row -->
<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>
Rubik is a beautiful resource built over Twitter Bootstrap. Trying to create amazing looking landing pages, we have created the Rubik bundle, which is basically a collection of sections. From headers to description or teams areas, we have taken into account any element you might need to present yourself or your project and have created a section for it.
</p>
<p>
One of the key features of Rubik is customisation. We have tried to give you multiple options, from which you can choose the one that fits your needs. No matter your choice, it will fit in with the rest and look amazing. Just change the text and images inside the code and you will be ready to go.
</p>
</div>
</div>
<!-- end row -->
<!-- usage row -->
<div class="row tim-row">
<h2 class="text-center">Getting Started</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
Inside the archive you will find four fully-coded examples that follow the same structure. Every section in a page has multiple alternatives.
</p>
<p>
The easiest way to start is to use one of our pre-built examples where all the files are already included and ready to use. You can mix and match until you find the perfect fit.
</p>
<p>
Or, you can go to rubik-builder.html to manually choose the sections then there will be a generation function that will create all the necessary HTML for you.
</p>
</div>
</div>
<!-- end row -->
<!-- file structure row -->
<div class="row tim-row">
<h2 class="text-center">File Structure</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
Let's take it one by one:
</p>
<p>
x_rubik_1.2<br>
--agency.html<br>
--Creative Tim License.pdf<br>
--getting-started.html<br>
--houses.html<br>
--index.html<br>
--photo.html<br>
--presentation-page.html<br>
--rubik-builder.html<br>
--sections.html<br>
--startup.html<br>
--template.html<br>
--assets<br>
---css<br>
-----bootstrap.css<br>
-----demo.css<br>
-----jquery.bxslider.css<br>
-----rubik.css<br>
-----fonts<br>
-------pe-icon-7-stroke.css<br>
-------Rubik-Fonts.css<br>
---img<br>
---fonts<br>
---js<br>
-----bootstrap.js<br>
-----gsdk-bootstrapswitch.js (used just for rubik-builder.html)<br>
-----jquery-1.11.2.js<br>
-----jquery-1.11.2.min.js<br>
-----jquery.bxslider.js (used just for rubik-builder.html)<br>
-----jquery.waypoints.min.js<br>
-----rubik.js<br>
-----modernizr.js<br>
</p>
</div>
</div>
<!-- end row -->
<div class="row tim-row">
<h2 class="text-center">Sections</h2>
<legend></legend>
<div class="col-md-8 col-md-offset-2">
<p>
After complex documentation, we have found out every great presentation page can be broke down into sections. We have tried to cover every piece and have ended up with the following results.
</p>
<p>
Going through them, we have:
<ol>
<li> Navigation Bar </li>
<li> Header </li>
<li> General Description Area</li>
<li> Company Description</li>
<li> Projects Area</li>
<li> Testimonials</li>
<li> Team Description</li>
<li> Statistics Area</li>
<li> Contact Us</li>
<li> Footers</li>
</ol>
</p>
<p>
For more details regarding the sections, where you can find the examples and how you can start coding, go to our <a href="sections.html">sections page</a>.
</p>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
</div>
<footer class="footer footer-transparent">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="http://www.creative-tim.com/product/rubik">
Rubik
</a>
</li>
<li>
<a href="http://www.creative-tim.com">
Creative Tim
</a>
</li>
<li>
<a href="http://blog.creative-tim.com">
Blog
</a>
</li>
</ul>
</nav>
<div class="social-area pull-right">
<a class="btn btn-social btn-twitter btn-simple" href="https://twitter.com/CreativeTim">
<i class="fa fa-twitter"></i>
</a>
<a class="btn btn-social btn-facebook btn-simple" href="https://www.facebook.com/CreativeTim">
<i class="fa fa-facebook-square"></i>
</a>
<a class="btn btn-social btn-google btn-simple" href="https://plus.google.com/+CreativetimPage">
<i class="fa fa-google-plus"></i>
</a>
</div>
<div class="copyright">
© 2015 Creative Tim, made with love
</div>
</div>
</footer>
</body>
<!-- core js files -->
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/modernizr.js"></script>
<!-- file where we handle all the script from the Rubik page -->
<script type="text/javascript" src="assets/js/rubick.js"></script>
</html>