-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
386 lines (375 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- created by Wojciech Przyłuski
https://github.com/przwojwwp/ -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>bosko.agency</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/de3fc66f05.js"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"
integrity="sha512-HaoDYc3PGduguBWOSToNc0AWGHBi2Y432Ssp3wNIdlOzrunCtB2qq6FrhtPbo+PlbvRbyi86dr5VQx61eg/daQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
</head>
<body class="body">
<div class="container-fluid p-0 m-0">
<header class="header">
<!-- replace content -->
<div class="header__logo js-replace">
<!-- item to replace -->
<div class="js-replace__item js-replace__item--active">
<div class="js-replace__content">
<div class="logo">Bosko</div>
</div>
</div>
<!-- end item to replace -->
<!-- item to replace with -->
<div class="js-replace__item">
<div class="js-replace__content">
<div class="logo logo--invert">Bosko</div>
</div>
</div>
<!-- end item to replace with -->
</div>
<!-- end replace content -->
</header>
<section class="section--1 section">
<div class="row p-0 m-0">
<div class="col-12 p-0 m-0">
<div class="section-1">
<div class="section-1-video-wrapper">
<div class="section-1-curtain"></div>
<video
src="video/BOSKO_REEL_v4.mp4"
autoplay
muted
loop
></video>
</div>
<div class="section-1-text-content">
<div class="title">
<div class="title-inner">
<div class="bosko">
<div class="bosko-inner">
<span class="word" style="--delay: 0">We </span>
<span class="word" style="--delay: 1">connect</span>
<br />
<span class="word" style="--delay: 2">brands </span>
<span class="word" style="--delay: 3">+ </span>
<span class="word" style="--delay: 4">culture</span>
<br />
<span class="word" style="--delay: 5">to </span>
<span class="word" style="--delay: 6">create </span>
<span class="word" style="--delay: 7">campaigns</span>
<br />
<span class="word" style="--delay: 8">people </span>
<span class="word" style="--delay: 9">love</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section--2 section">
<div class="row p-0 m-0 bg-white">
<div class="col-12 section-2-second-part">
<div class="section-2-text-content m-0 p-0">
<h2>
We create <br />
We produce
</h2>
<p>
As a creative agency, <br />
we combine brands and culture in a way <br />
that allows both to grow, build an audience <br />
and drive conversation.
</p>
<div class="section-2-subtitle">
We're based in Warsaw, Poland.
</div>
</div>
</div>
</div>
</section>
<section class="section--3 section section--bg">
<div class="row p-0 m-0">
<div class="col-12 p-0 section-3">
<div class="section-3-text-content">
<h2>Superpowers</h2>
</div>
<div class="row section-3-img-container">
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-end"
>
<div class="flex-column mb-0 justify-content-center">
<img
src="img/brand-experience.svg"
class="img-fluid brand-experience"
/>
<div class="superpower-description-text">
<h3>Brand Experience</h3>
<p>
To love your brand, people need to<br />
experience it - and we know how to design<br />
and deliver this experience to them.
</p>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-start"
>
<div class="flex-column mb-0 justify-content-center">
<img
src="img/branded-partnership.svg"
class="img-fluid brand-partnership"
/>
<div class="superpower-description-text">
<h3>Brand Partnership</h3>
<p>
We tap into the chemistry between<br />
talent & brand or brand & brand to create<br />
innovative campaigns.
</p>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-end"
>
<div class="flex-column justify-content-center image-container">
<img
src="img/branded-content.svg"
class="img-fluid branded-content"
/>
<div class="superpower-description-text">
<h3>Branded Content</h3>
<p>
We make stories that people want to love<br />
and share
</p>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-start"
>
<div class="flex-column justify-content-center">
<img
src="img/creative-medium.svg"
class="img-fluid creative-medium"
/>
<div class="superpower-description-text">
<h3>Creative Medium</h3>
<p>
Bored with standard placements?<br />
We surprise people with they way brands<br />
advertise themselves.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section--4 section">
<div class="row bg-light p-0 p-0 m-0">
<div class="col-12 p-0 section-4">
<div class="section-4-text-content">
<h2>Starring</h2>
</div>
<div class="row section-4-img-container">
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-end"
>
<div class="flex-column justify-content-center">
<img
id="natalia-image"
src="img/natalia-trebicka.png"
class="img-fluid"
/>
<div class="starring-description-text">
<h3>Natalia Trębicka</h3>
<p>Stanowisko</p>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-start"
>
<div class="flex-column justify-content-center">
<img
id="mateusz-image"
src="img/mateusz-wojnarowski.png"
class="img-fluid"
/>
<div class="starring-description-text">
<h3>
Mateusz<br />
Wojnarowski
</h3>
<p>Stanowisko</p>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-end"
>
<div class="flex-column justify-content-center">
<img
id="bartosz-image"
src="img/bartosz-kwiecien.png"
class="img-fluid"
/>
<div class="starring-description-text">
<h3>Bartosz Kwiecień</h3>
<p>Regional Creative Director</p>
</div>
</div>
</div>
<div
class="col-sm-12 col-md-6 d-flex justify-content-center justify-content-md-start"
>
<div class="flex-column justify-content-center d-none">
<img src="img/come-work-with-us.png" class="img-fluid" />
<div class="starring-description-text">
<h3>
Come,
<br />
work with us.
</h3>
<p>
<span class="s-4-mail-to">
<a href="mailto:[email protected]"
>
</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section--5 section">
<div
class="row p-0 m-0 d-flex justify-content-center align-items-center"
>
<div class="col-12 p-0 section-5">
<div class="section-5-text-content">
<h2>Let's get social</h2>
</div>
<div class="col-12 instagram-widget">
<script src="https://cdn.lightwidget.com/widgets/lightwidget.js"></script>
<iframe
src="//lightwidget.com/widgets/53b9116acdd75529aa8433f055923d80.html"
scrolling="no"
allowtransparency="true"
class="lightwidget-widget"
style="width: 100%; border: 0; overflow: hidden"
></iframe>
</div>
<div class="col-12">
<div class="instagram-profile-link">
<a href="https://www.instagram.com/bosko.agency/"
><h3>@bosko.agency</h3></a
>
</div>
</div>
</div>
</div>
</section>
<section class="section--6 section">
<div class="row bg-black p-0 pb-5 m-0">
<div class="col-12 p-0 section-6">
<img src="img/Bosko_Contact.png" class="img-fluid hands-img" />
<div class="section-6-text-content">
<h2>Get in touch</h2>
<p>
For any bussines enquiries and careeers<br />
you can reach us at
<span class="s-6-mail-to"
><a href="mailto:[email protected]"
></span
>
</p>
</div>
<div class="bosko-location">
Bosko<br />
The Warsaw Hub<br />
Rondo Daszyńskiego 2B<br />
00-843 Warszawa<br />
bosko.agency<br />
</div>
<button
onclick="topFunction()"
id="scroll-to-top-btn"
title="Go to top"
>
<i class="fas fa-arrow-up"></i>
<span>TOP</span>
</button>
</div>
</div>
</section>
<footer class="bg-black d-flex flex-column align-items-center">
<div class="rights">
© 2023, Bosko.agency, All rights reserved.
</div>
<div class="footer-icons">
<span class="footer-linkedin">
<a
href="https://www.linkedin.com/company/bosko-agency/"
target="_blank"
>
<i class="fab fa-linkedin-in" style="color: #8d8a8c"></i>
</a>
</span>
<span class="footer-instagram ml-2">
<a href="https://www.instagram.com/bosko.agency/" target="_blank">
<i class="fab fa-instagram" style="color: #8d8a8c"></i>
</a>
</span>
</div>
<div class="privacy-terms-contact">
<span class="privacy"
><a href="#" target="_blank">Privacy Policy</a></span
>
<span class="terms"
><a href="#" target="_blank">Terms and Conditions</a></span
>
<span class="contact"><a href="#" target="_blank">Contact</a></span>
</div>
</footer>
</div>
<script
src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
crossorigin="anonymous"
></script>
<script src="javascript.js"></script>
</body>
</html>