-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
316 lines (306 loc) · 12.2 KB
/
index.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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MI SITIO</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="./assets/css/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif|Raleway:100,700" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/index.css">
<link rel="stylesheet" href="./assets/css/queries.css">
</head>
<body>
<!--HEADER-->
<header class="header u-container">
<div class="header-logo">
CREATIVE TIM
</div>
<div class="header-menu">
<i class="fa fa-bars header-menu-icon" aria-hidden="true"></i>
</div>
</header>
<!--BANNER-->
<section class="banner">
<h1 class="banner-title">CREATIVE TIM</h1>
<div class="u-dash">
■
</div>
<h2 class="banner-subtitle">
Awesome Bootstrap freebies and templates to build better websites
</h2>
<div class="banner-arrow">
<i class="fa fa-arrow-circle-o-down" aria-hidden="true"></i>
</div>
</section>
<!--ABOUT-->
<section class="about">
<h2 class="about-title">ABOUT CREATIVE TIM</h2>
<div class="u-dash">■</div>
<p class="about-text">
Creative Tim is a startup that creates design tools that make the web development process faster and easier. We love the web and care deeply for how users interact with a digital product. We power businesses and individuals to create better looking web projects around the world.
</p>
<div class="about-contentCols">
<div class="about-contentCols-col">
<img src="./assets/images/img2.jpg" alt="description" class="img">
<img src="./assets/images/img6.jpg" alt="description" class="img">
</div>
<div class="about-contentCols-col">
<img src="./assets/images/img3.jpg" alt="description" class="img">
<img src="./assets/images/img1.jpg" alt="description" class="img">
<img src="./assets/images/img7.jpg" alt="description" class="img">
</div>
<div class="about-contentCols-col">
<img src="./assets/images/img4.jpg" alt="description" class="img">
<img src="./assets/images/img5.jpg" alt="description" class="img">
</div>
</div>
</section>
<!--WHAT-->
<section class="what u-container">
<h2 class="what-title">WHAT WE DO</h2>
<div class="u-dash">■</div>
<div class="what-contentCols">
<div class="what-contentCols-col">
<i class="fa fa-bus icon" aria-hidden="true"></i>
<h3 class="title">Create UI Tools</h3>
<p class="text">
We have created the tools that will help you in your next design project. From plugins to complex kits, we've got you covered in all areas regarding front-end development.
</p>
</div>
<div class="what-contentCols-col">
<i class="fa fa-commenting icon" aria-hidden="true"></i>
<h3 class="title">Create UI Tools</h3>
<p class="text">
We have created the tools that will help you in your next design project. From plugins to complex kits, we've got you covered in all areas regarding front-end development.
</p>
</div>
<div class="what-contentCols-col">
<i class="fa fa-camera icon" aria-hidden="true"></i>
<h3 class="title">Create UI Tools</h3>
<p class="text">
We have created the tools that will help you in your next design project. From plugins to complex kits, we've got you covered in all areas regarding front-end development.
</p>
</div>
</div>
</section>
<!--PREMIUM-->
<section class="premium u-container">
<h2 class="premium-title">OUR PREMIUM UI TOOLS</h2>
<div class="u-dash">■</div>
<p class="premium-text">
Check out these UI Tools, they will speed up your development process for sure!
</p>
<!--CARDS-->
<div class="premium-contentCards">
<div class="premium-contentCards-card">
<img src="./assets/images/card1.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
<div class="premium-contentCards-card">
<img src="./assets/images/card2.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
<div class="premium-contentCards-card">
<img src="./assets/images/card3.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
<div class="premium-contentCards-card">
<img src="./assets/images/card4.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
<div class="premium-contentCards-card">
<img src="./assets/images/card5.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
<div class="premium-contentCards-card">
<img src="./assets/images/card6.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
<div class="premium-contentCards-card">
<img src="./assets/images/card1.jpg" alt="description" class="img">
<h4 class="subtitle">Just Launched</h4>
<h3 class="title">Material Dashboard</h3>
<p class="text">
Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design
</p>
<div class="contentButtons">
<button class="contentButtons-button">Live View</button>
<button class="contentButtons-button">Free Download</button>
</div>
</div>
</div>
</section>
<!--TEAM-->
<section class="team u-container">
<h2 class="team-title">OUR TEAM</h2>
<div class="u-dash">■</div>
<div class="team-contentCols">
<!--COL1-->
<div class="team-contentCols-col">
<img src="./assets/images/elena.jpg" alt="elena" class="img">
<h3 class="title">Elena Conocel</h3>
<p class="text">
Elena is one of the co-founders and takes care of growth, product development and partnerships. She is analytical, driven and adapts easily to new conditions, while trying to keep everyone on track.
</p>
<div class="contentSocials">
<i class="fa fa-facebook-square contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-twitter contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-linkedin-square contentSocials-social" aria-hidden="true"></i>
</div>
</div>
<!--COL2-->
<div class="team-contentCols-col">
<img src="./assets/images/diana.png" alt="diana" class="img">
<h3 class="title">Elena Conocel</h3>
<p class="text">
Elena is one of the co-founders and takes care of growth, product development and partnerships. She is analytical, driven and adapts easily to new conditions, while trying to keep everyone on track.
</p>
<div class="contentSocials">
<i class="fa fa-facebook-square contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-twitter contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-linkedin-square contentSocials-social" aria-hidden="true"></i>
</div>
</div>
<!--COL3-->
<div class="team-contentCols-col">
<img src="./assets/images/alex.png" alt="alex" class="img">
<h3 class="title">Elena Conocel</h3>
<p class="text">
Elena is one of the co-founders and takes care of growth, product development and partnerships. She is analytical, driven and adapts easily to new conditions, while trying to keep everyone on track.
</p>
<div class="contentSocials">
<i class="fa fa-facebook-square contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-twitter contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-linkedin-square contentSocials-social" aria-hidden="true"></i>
</div>
</div>
<!--COL4-->
<div class="team-contentCols-col">
<img src="./assets/images/beni.jpg" alt="beni" class="img">
<h3 class="title">Elena Conocel</h3>
<p class="text">
Elena is one of the co-founders and takes care of growth, product development and partnerships. She is analytical, driven and adapts easily to new conditions, while trying to keep everyone on track.
</p>
<div class="contentSocials">
<i class="fa fa-facebook-square contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-twitter contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-linkedin-square contentSocials-social" aria-hidden="true"></i>
</div>
</div>
</div>
</section>
<!--NUMBERS-->
<section class="numbers">
<h2 class="numbers-title">NUMBERS</h2>
<div class="u-dash">■</div>
<h3 class="numbers-subtitle">
Started from the bottom now we're here" - Drake
</h3>
<div class="numbers-contentCols">
<!--COL1-->
<div class="numbers-contentCols-col">
<h4 class="title">Users</h4>
<h5 class="subtitle">Businesses and Professionals</h5>
<div class="number">
184000+
</div>
</div>
<!--COL2-->
<div class="numbers-contentCols-col">
<h4 class="title">Users</h4>
<h5 class="subtitle">Businesses and Professionals</h5>
<div class="number">
184000+
</div>
</div>
<!--COL3-->
<div class="numbers-contentCols-col">
<h4 class="title">Users</h4>
<h5 class="subtitle">Businesses and Professionals</h5>
<div class="number">
184000+
</div>
</div>
</div>
</section>
<!--FOOTER-->
<footer class="footer u-container">
<!--COL1-->
<ul class="footer-list">
<li class="footer-list-item">
<a href="" class="link">Home</a>
</li>
<li class="footer-list-item">
<a href="" class="link">Contact</a>
</li>
<li class="footer-list-item">
<a href="" class="link">Blog</a>
</li>
<li class="footer-list-item">
<a href="" class="link">Other</a>
</li>
</ul>
<!--COL2-->
<p class="footer-text">
© 2016 Creative Tim, page made with Rubik
</p>
<!--COL3-->
<div class="footer-contentSocials">
<i class="fa fa-facebook-square footer-contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-twitter footer-contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-google-plus-square footer-contentSocials-social" aria-hidden="true"></i>
<i class="fa fa-dribbble footer-contentSocials-social" aria-hidden="true"></i>
</div>
</footer>
<script src="./assets/js/index.js"></script>
</body>
</html>