-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
473 lines (442 loc) · 15.6 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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" rel="stylesheet" href="./styles/style.css" />
<link type="text/css" rel="stylesheet" href="./styles/sections.css" />
<link type="text/css" rel="stylesheet" href="./styles/buttons.css" />
<link type="text/css" media="screen and (max-width: 768px)" rel="stylesheet" href="./styles/mobile.css" />
<title>Challenge 1 - Compass PB</title>
</head>
<body>
<header class="header">
<figure>
<img src="./components/images/logo.svg" alt="Logo" />
</figure>
<nav class="menu">
<a href="#who" class="item">About</a>
<a href="#work" class="item">Work</a>
<a href="#services" class="item">Services</a>
<a href="#jobs" class="item">
Jobs
<span class="notification">2</span>
</a>
<input type="checkbox" id="checkbox-menu" />
<label for="checkbox-menu">
<span></span>
<span></span>
<span></span>
</label>
</nav>
<a href="#cta" id="btncontact"><button class="btn darkBlue">Contact Us</button></a>
</header>
<main>
<section id="about">
<div class="bigText">
Stand Out from The Crowd.
<div class="smallText">
Agency is a full-service agency, busy designing and building
beautiful digital products, brands, and experiences.
</div>
<a href="#work">
<button class="btn lightBlue">Recent Work</button>
</a>
</div>
<figure class="image"></figure>
</section>
<section id="who">
<div class="firstLine">
<div class="logo">
<img src="./components/images/logoSmall.svg" alt="Logo Small" />
</div>
<div class="number">
<span>01</span>
</div>
<div class="title">
<span>Who We Are</span>
</div>
</div>
<div class="secondLine">
<span class="title"> We Make Designs that Lead and Inpire. </span>
<div class="arrows">
<div class="left">
<a href=""><img src="./components/images/leftArrow.svg" alt="Arrow Left" /></a>
</div>
<div class="right">
<a href=""><img src="./components/images/rightArrow.svg" alt="Arrow Right" /></a>
</div>
</div>
</div>
<div class="thirdLine">
<div class="arrows">
<div class="left">
<a href=""><img src="./components/images/leftArrow.svg" alt="Arrow Left" /></a>
</div>
<div class="right">
<a href=""><img src="./components/images/rightArrow.svg" alt="Arrow Right" /></a>
</div>
</div>
<select class="years">
<option value="2019">2017</option>
<option value="2018">2018</option>
<option value="2018">2019</option>
<option value="2018">2020</option>
<option value="2018">2021</option>
</select>
</div>
<div class="middle">
<nav class="years">
<a href="">2017</a>
<a href="">2018</a>
<a href="">2019</a>
<a href="">2020</a>
<a href="">2021</a>
</nav>
<figure class="image"></figure>
</div>
<div class="bottom">
<div class="area">
<div class="title">
A design team building a curated marketplace for UI designers.
</div>
<div class="text">
4,404 curated design resources to energize your creative workflow.
We're a growing family of 334,531 designers and makers from around
the world
</div>
<a href="#cta">
<button class="btn lightBlue">Contact Us</button>
</a>
</div>
<div class="branding">
<div class="bigNumber">28</div>
<div class="bugNumberText">Bigest Branding</div>
</div>
</div>
<div class="oval">
<div class="ovalInside">
<div class="number">28</div>
<div class="text">Bigest Branding</div>
</div>
</div>
</section>
<section id="services">
<div class="firstLine">
<div class="logo">
<img src="./components/images/logoSmall.svg" alt="Logo Small" />
</div>
<div class="number">
<span>02.</span>
</div>
<div class="title">
<span>What We Do</span>
</div>
</div>
<div class="secondLine">
<span class="title"> We Make Designs that Lead and Inpire. </span>
<div class="arrows">
<div class="left">
<a href=""><img src="./components/images/secondLeft.svg" alt="Arrow Left" /></a>
</div>
<div class="right">
<a href=""><img src="./components/images/rightArrow.svg" alt="Arrow Right" /></a>
</div>
</div>
</div>
<div class="thirdLine">
<div class="arrows">
<div class="left">
<a href=""><img src="./components/images/leftArrow.svg" alt="Arrow Left" /></a>
</div>
<div class="right">
<a href=""><img src="./components/images/rightArrow.svg" alt="Arrow Right" /></a>
</div>
</div>
</div>
<div class="cards">
<div class="card">
<div class="insideCard">
<figure class="strat"></figure>
<div class="title">Strategy</div>
</div>
</div>
<div class="card">
<div class="insideCard">
<figure class="brand"></figure>
<div class="title">Branding</div>
</div>
</div>
<div class="card">
<div class="insideCard">
<figure class="inter"></figure>
<div class="title">Interactive</div>
</div>
</div>
<div class="card">
<div class="insideCard">
<figure class="comm"></figure>
<div class="title">Communicate</div>
</div>
</div>
</div>
</section>
<section id="work">
<div class="firstLine">
<div class="logo">
<img src="./components/images/logoSmall.svg" alt="Logo Small" />
</div>
<div class="number">
<span>03.</span>
</div>
<div class="title">
<span>Famous Projects</span>
</div>
</div>
<div class="secondLine">
<span class="title"> Our Partnerships </span>
<a href="#cta">
<button class="btn lightBlue workBtn">Contact Us</button>
</a>
</div>
<div class="thirdLine">
Agency is a full-service agency, busy designing and building beautiful
digital products, brands, and experiences.
</div>
<img class="wordHeadline" src="./components/images/headline.png" alt="Works" />
<div class="works">
<div class="alone" style="margin: 341px 0 0 0;">
<span class="name">Bento 3D Illustration</span>
<div class="first">
<figure class="img">
<img src="./components/images/tablet.svg">
</figure>
<div class="arrow"></div>
</div>
<span class="desc">Agency is a full-service agency, busy designing and building beautiful digital products,
brands, and experiences.</span>
</div>
<div class="alone" style="margin: 0 0 0 0;">
<span class="name">Bento Vol. 2</span>
<div class="second">
<figure class="img" style="margin: 0 0 0 0;">
<img src="./components/images/board.svg">
</figure>
<div class="arrow"></div>
</div>
<span class="desc">Agency is a full-service agency, busy designing and building beautiful digital products,
brands, and experiences.</span>
</div>
<div class="alone" style="margin: 165px 0 0 0;">
<span class="name">Sapiens: Man</span>
<div class="fourth">
<figure class="img" style="margin: 0 0 0 0;">
<img src="./components/images/man.svg">
</figure>
<div class="arrow"></div>
</div>
<span class="desc">Agency is a full-service agency, busy designing and building beautiful digital products,
brands, and experiences.</span>
</div>
<div class="alone" style="margin: -50px 0 0 0;">
<span class="name">Bento Vol. 3</span>
<div class="third">
<figure class="img" style="margin: 0 0 0 0;">
<img src="./components/images/mic.svg">
</figure>
<div class="arrow"></div>
</div>
<span class="desc">Agency is a full-service agency, busy designing and building beautiful digital products,
brands, and experiences.</span>
</div>
</div>
<div class="workCards">
<div class="card">
<div class="image first">
<img src="./components/images/woman.png" />
<span class="featured">Featured Product</span>
</div>
<span>Bento 3D Illustration</span>
<span class="sub">Agency is a full-service agency, busy designing and building beautiful digital products,
brands</span>
<img class="arrow" src="./components/images/purpleArrow.svg" />
</div>
<div class="card">
<div class="image second">
<img src="./components/images/board.png" />
</div>
<span>Bento 3D Illustration</span>
<span class="sub">Agency is a full-service agency, busy designing and building beautiful digital products,
brands</span>
<img class="arrow" src="./components/images/purpleArrow.svg" />
</div>
<div class="card">
<div class="image third">
<img src="./components/images/tablet.png" />
</div>
<span>Bento 3D Illustration</span>
<span class="sub">Agency is a full-service agency, busy designing and building beautiful digital products,
brands</span>
<img class="arrow" src="./components/images/purpleArrow.svg" />
</div>
<div class="card">
<div class="image fourth">
<img src="./components/images/mic.png" />
</div>
<span>Bento 3D Illustration</span>
<span class="sub">Agency is a full-service agency, busy designing and building beautiful digital products,
brands</span>
<img class="arrow" src="./components/images/purpleArrow.svg" />
</div>
<div class="card">
<div class="image first">
<img src="./components/images/man.png" />
</div>
<span>Bento 3D Illustration</span>
<span class="sub">Agency is a full-service agency, busy designing and building beautiful digital products,
brands</span>
<img class="arrow" src="./components/images/purpleArrow.svg" />
</div>
<a href="#cta" style="text-decoration: none">
<button class="btn lightBlue worksBtn">Contact Us</button>
</a>
</div>
</section>
<section id="jobs">
<div class="headline">
<div class="logo">
<img src="./components/images/logoSmall.svg" alt="Logo Small" />
</div>
<span class="number"> 04. </span>
<span class="title"> We are hiring </span>
</div>
<div class="container">
<div class="left">
<span class="title"> Jobs </span>
<span class="text">
Agency is a full-service agency, busy designing and building
beautiful digital products, brands, and experiences.
</span>
<div class="btnText">
<figure class="img">
<img src="./components/images/jobsArrow.svg" alt="Arrow" />
</figure>
<span>Available jobs</span>
</div>
</div>
<div class="right">
<div class="card">
<span class="job">
Graphic Designer
<span class="amount"> 2 </span>
</span>
<span class="desc"> 2 years experience </span>
<figure class="arrow"></figure>
</div>
<div class="card">
<span class="job"> Visual Designer </span>
<span class="desc"> 2 years experience </span>
<figure class="arrow"></figure>
</div>
<div class="card">
<span class="job"> Art Director </span>
<span class="desc"> 2 years experience </span>
<figure class="arrow"></figure>
</div>
<div class="card">
<span class="job">
Web Designer
<span class="amount"> 6 </span>
</span>
<span class="desc"> 2 years experience </span>
<figure class="arrow"></figure>
</div>
</div>
</div>
</section>
<section id="cta">
<div class="radius">
<div id="item-0">
<figure class="logo">
<img src="./components/images/speachBubble.svg" alt="Speech bubble" />
</figure>
<span class="title">👋 Say Hello</span>
<span class="message">A design team building a curated marketplace for UI
designers.</span>
</div>
<div id="item-1">
<span class="message">Let’s talk about your next project</span>
<button class="btn white contactCta">Contact Us</button>
</div>
<div id="item-2">
<div class="area">
<figure class="icon"></figure>
<div class="message">
Invest in your designs today!
<figure class="arrow">
<img src="./components/images/footerArrow.svg" alt="Arrow" />
</figure>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<figure>
<img src="./components/images/logo.svg" alt="Logo" />
</figure>
<span class="text">
Agency is a full-service agency, busy designing and building beautiful
digital products, brands, and experiences.
</span>
<span class="textSmall">
Agency is a full-service agency, busy designing and building.
</span>
<select class="selectFooter">
<option>Home</option>
</select>
<div class="medias">
<div class="bubbles">
<img src="./components/images/logo-facebook.svg" alt="Facebook" />
</div>
<div class="bubbles">
<img src="./components/images/logo-youtube.svg" alt="Youtube" />
</div>
<div class="bubbles">
<img src="./components/images/logo-instagram.svg" alt="Instagram" />
</div>
</div>
<div class="bottomMobile">© 2020, UI8 LLC.</div>
<nav class="menu">
<a href="#about" class="item">About</a>
<a href="#work" class="item">Work</a>
<a href="#services" class="item">Services</a>
<a href="#jobs" class="item">Jobs</a>
</nav>
<div class="bottom">
<div class="bottomFooter">
<span class="left"> © 2020, UI8 LLC. </span>
<div class="right">
<span class="text"> Follow us </span>
<a href="">
<figure>
<img src="./components/images/logo-facebook.svg" alt="Instagram" />
</figure>
</a>
<a href="">
<figure>
<img src="./components/images/logo-youtube.svg" alt="Instagram" />
</figure>
</a>
<a href="">
<figure>
<img src="./components/images/logo-instagram.svg" alt="Instagram" />
</figure>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>