├── .DS_Store
├── README.md
├── assets
├── .DS_Store
├── font
│ ├── CerebriSansPro-Bold.woff
│ ├── CerebriSansPro-Bold.woff2
│ ├── CerebriSansPro-BoldItalic.woff
│ ├── CerebriSansPro-BoldItalic.woff2
│ ├── CerebriSansPro-ExtraBold.woff
│ ├── CerebriSansPro-ExtraBold.woff2
│ ├── CerebriSansPro-ExtraBoldItalic.woff
│ ├── CerebriSansPro-ExtraBoldItalic.woff2
│ ├── CerebriSansPro-ExtraLight.woff
│ ├── CerebriSansPro-ExtraLight.woff2
│ ├── CerebriSansPro-ExtraLightItalic.woff
│ ├── CerebriSansPro-ExtraLightItalic.woff2
│ ├── CerebriSansPro-Heavy.woff
│ ├── CerebriSansPro-Heavy.woff2
│ ├── CerebriSansPro-HeavyItalic.woff
│ ├── CerebriSansPro-HeavyItalic.woff2
│ ├── CerebriSansPro-Italic.woff
│ ├── CerebriSansPro-Italic.woff2
│ ├── CerebriSansPro-Light.woff
│ ├── CerebriSansPro-Light.woff2
│ ├── CerebriSansPro-LightItalic.woff
│ ├── CerebriSansPro-LightItalic.woff2
│ ├── CerebriSansPro-Medium.woff
│ ├── CerebriSansPro-Medium.woff2
│ ├── CerebriSansPro-MediumItalic.woff
│ ├── CerebriSansPro-MediumItalic.woff2
│ ├── CerebriSansPro-Regular.woff
│ ├── CerebriSansPro-Regular.woff2
│ ├── demo.html
│ └── stylesheet.css
├── images
│ ├── .DS_Store
│ ├── dog.png
│ ├── girl-3.png
│ ├── girl.png
│ ├── hand-and-phone.png
│ ├── hand.png
│ ├── man-2.png
│ ├── man-3.png
│ └── man.png
└── svg
│ ├── bell.svg
│ └── lines.svg
├── css
├── _mixins.scss
├── style.css
├── style.css.map
└── style.scss
├── index.html
├── js
├── debouncer.js
└── project.js
└── page-shots
├── .DS_Store
├── shot-1.png
├── shot-2.png
├── shot-3.png
└── shot-4.png
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/.DS_Store
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # No Dey Beg
2 | A go at abeg.app's old web page.
3 |
4 | # The challenge
5 | The challenge was not to just re-create the web page, but to re-create it using nothing but vanilla HTML, CSS and JAVASCRIPT. Notable parts of the code are the custom debouncer in the JS folder, keyframes animation in SCSS, and the for loops in the SCSS.
6 |
7 | # Shots
8 |
9 | 
10 |
11 | 
12 |
13 | 
14 |
15 | 
16 |
--------------------------------------------------------------------------------
/assets/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/.DS_Store
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Bold.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Bold.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-BoldItalic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-BoldItalic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraBold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraBold.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraBold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraBold.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraBoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraBoldItalic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraBoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraBoldItalic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraLight.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraLight.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraLight.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraLight.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraLightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraLightItalic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-ExtraLightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-ExtraLightItalic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Heavy.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Heavy.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Heavy.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Heavy.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-HeavyItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-HeavyItalic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-HeavyItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-HeavyItalic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Italic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Italic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Light.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Light.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-LightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-LightItalic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-LightItalic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Medium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Medium.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Medium.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Medium.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-MediumItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-MediumItalic.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-MediumItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-MediumItalic.woff2
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Regular.woff
--------------------------------------------------------------------------------
/assets/font/CerebriSansPro-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/font/CerebriSansPro-Regular.woff2
--------------------------------------------------------------------------------
/assets/font/demo.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
179 |
180 |
Cerebri Sans Pro Bold Italic
181 |
.your-style {
182 | font-family: 'Cerebri Sans Pro';
183 | font-weight: bold;
184 | font-style: italic;
185 | }
186 |
187 |
188 | abcdefghijklmnopqrstuvwxyz
189 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
190 | 0123456789.:,;()*!?'@#<>$%&^+-=~
191 |
192 |
The quick brown fox jumps over the lazy dog.
193 |
The quick brown fox jumps over the lazy dog.
194 |
The quick brown fox jumps over the lazy dog.
195 |
The quick brown fox jumps over the lazy dog.
196 |
The quick brown fox jumps over the lazy dog.
197 |
The quick brown fox jumps over the lazy dog.
198 |
The quick brown fox jumps over the lazy dog.
199 |
The quick brown fox jumps over the lazy dog.
200 |
The quick brown fox jumps over the lazy dog.
201 |
The quick brown fox jumps over the lazy dog.
202 |
The quick brown fox jumps over the lazy dog.
203 |
204 |
205 |
206 |
Cerebri Sans Pro Bold
207 |
.your-style {
208 | font-family: 'Cerebri Sans Pro';
209 | font-weight: bold;
210 | font-style: normal;
211 | }
212 |
213 |
214 | abcdefghijklmnopqrstuvwxyz
215 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
216 | 0123456789.:,;()*!?'@#<>$%&^+-=~
217 |
218 |
The quick brown fox jumps over the lazy dog.
219 |
The quick brown fox jumps over the lazy dog.
220 |
The quick brown fox jumps over the lazy dog.
221 |
The quick brown fox jumps over the lazy dog.
222 |
The quick brown fox jumps over the lazy dog.
223 |
The quick brown fox jumps over the lazy dog.
224 |
The quick brown fox jumps over the lazy dog.
225 |
The quick brown fox jumps over the lazy dog.
226 |
The quick brown fox jumps over the lazy dog.
227 |
The quick brown fox jumps over the lazy dog.
228 |
The quick brown fox jumps over the lazy dog.
229 |
230 |
231 |
232 |
Cerebri Sans Pro Bold
233 |
.your-style {
234 | font-family: 'Cerebri Sans Pro';
235 | font-weight: bold;
236 | font-style: normal;
237 | }
238 |
239 |
240 | abcdefghijklmnopqrstuvwxyz
241 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
242 | 0123456789.:,;()*!?'@#<>$%&^+-=~
243 |
244 |
The quick brown fox jumps over the lazy dog.
245 |
The quick brown fox jumps over the lazy dog.
246 |
The quick brown fox jumps over the lazy dog.
247 |
The quick brown fox jumps over the lazy dog.
248 |
The quick brown fox jumps over the lazy dog.
249 |
The quick brown fox jumps over the lazy dog.
250 |
The quick brown fox jumps over the lazy dog.
251 |
The quick brown fox jumps over the lazy dog.
252 |
The quick brown fox jumps over the lazy dog.
253 |
The quick brown fox jumps over the lazy dog.
254 |
The quick brown fox jumps over the lazy dog.
255 |
256 |
257 |
258 |
Cerebri Sans Pro ExtraBold
259 |
.your-style {
260 | font-family: 'Cerebri Sans Pro';
261 | font-weight: 800;
262 | font-style: normal;
263 | }
264 |
265 |
266 | abcdefghijklmnopqrstuvwxyz
267 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
268 | 0123456789.:,;()*!?'@#<>$%&^+-=~
269 |
270 |
The quick brown fox jumps over the lazy dog.
271 |
The quick brown fox jumps over the lazy dog.
272 |
The quick brown fox jumps over the lazy dog.
273 |
The quick brown fox jumps over the lazy dog.
274 |
The quick brown fox jumps over the lazy dog.
275 |
The quick brown fox jumps over the lazy dog.
276 |
The quick brown fox jumps over the lazy dog.
277 |
The quick brown fox jumps over the lazy dog.
278 |
The quick brown fox jumps over the lazy dog.
279 |
The quick brown fox jumps over the lazy dog.
280 |
The quick brown fox jumps over the lazy dog.
281 |
282 |
283 |
284 |
Cerebri Sans Pro Bold Italic
285 |
.your-style {
286 | font-family: 'Cerebri Sans Pro';
287 | font-weight: bold;
288 | font-style: italic;
289 | }
290 |
291 |
292 | abcdefghijklmnopqrstuvwxyz
293 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
294 | 0123456789.:,;()*!?'@#<>$%&^+-=~
295 |
296 |
The quick brown fox jumps over the lazy dog.
297 |
The quick brown fox jumps over the lazy dog.
298 |
The quick brown fox jumps over the lazy dog.
299 |
The quick brown fox jumps over the lazy dog.
300 |
The quick brown fox jumps over the lazy dog.
301 |
The quick brown fox jumps over the lazy dog.
302 |
The quick brown fox jumps over the lazy dog.
303 |
The quick brown fox jumps over the lazy dog.
304 |
The quick brown fox jumps over the lazy dog.
305 |
The quick brown fox jumps over the lazy dog.
306 |
The quick brown fox jumps over the lazy dog.
307 |
308 |
309 |
310 |
Cerebri Sans Pro ExtraBold
311 |
.your-style {
312 | font-family: 'Cerebri Sans Pro';
313 | font-weight: 800;
314 | font-style: normal;
315 | }
316 |
317 |
318 | abcdefghijklmnopqrstuvwxyz
319 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
320 | 0123456789.:,;()*!?'@#<>$%&^+-=~
321 |
322 |
The quick brown fox jumps over the lazy dog.
323 |
The quick brown fox jumps over the lazy dog.
324 |
The quick brown fox jumps over the lazy dog.
325 |
The quick brown fox jumps over the lazy dog.
326 |
The quick brown fox jumps over the lazy dog.
327 |
The quick brown fox jumps over the lazy dog.
328 |
The quick brown fox jumps over the lazy dog.
329 |
The quick brown fox jumps over the lazy dog.
330 |
The quick brown fox jumps over the lazy dog.
331 |
The quick brown fox jumps over the lazy dog.
332 |
The quick brown fox jumps over the lazy dog.
333 |
334 |
335 |
336 |
Cerebri Sans Pro ExtraBold Italic
337 |
.your-style {
338 | font-family: 'Cerebri Sans Pro';
339 | font-weight: 800;
340 | font-style: italic;
341 | }
342 |
343 |
344 | abcdefghijklmnopqrstuvwxyz
345 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
346 | 0123456789.:,;()*!?'@#<>$%&^+-=~
347 |
348 |
The quick brown fox jumps over the lazy dog.
349 |
The quick brown fox jumps over the lazy dog.
350 |
The quick brown fox jumps over the lazy dog.
351 |
The quick brown fox jumps over the lazy dog.
352 |
The quick brown fox jumps over the lazy dog.
353 |
The quick brown fox jumps over the lazy dog.
354 |
The quick brown fox jumps over the lazy dog.
355 |
The quick brown fox jumps over the lazy dog.
356 |
The quick brown fox jumps over the lazy dog.
357 |
The quick brown fox jumps over the lazy dog.
358 |
The quick brown fox jumps over the lazy dog.
359 |
360 |
361 |
362 |
Cerebri Sans Pro ExtraBold Italic
363 |
.your-style {
364 | font-family: 'Cerebri Sans Pro ExBold';
365 | font-weight: 800;
366 | font-style: italic;
367 | }
368 |
369 |
370 | abcdefghijklmnopqrstuvwxyz
371 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
372 | 0123456789.:,;()*!?'@#<>$%&^+-=~
373 |
374 |
The quick brown fox jumps over the lazy dog.
375 |
The quick brown fox jumps over the lazy dog.
376 |
The quick brown fox jumps over the lazy dog.
377 |
The quick brown fox jumps over the lazy dog.
378 |
The quick brown fox jumps over the lazy dog.
379 |
The quick brown fox jumps over the lazy dog.
380 |
The quick brown fox jumps over the lazy dog.
381 |
The quick brown fox jumps over the lazy dog.
382 |
The quick brown fox jumps over the lazy dog.
383 |
The quick brown fox jumps over the lazy dog.
384 |
The quick brown fox jumps over the lazy dog.
385 |
386 |
387 |
388 |
Cerebri Sans Pro ExtraLight
389 |
.your-style {
390 | font-family: 'Cerebri Sans Pro';
391 | font-weight: 200;
392 | font-style: normal;
393 | }
394 |
395 |
396 | abcdefghijklmnopqrstuvwxyz
397 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
398 | 0123456789.:,;()*!?'@#<>$%&^+-=~
399 |
400 |
The quick brown fox jumps over the lazy dog.
401 |
The quick brown fox jumps over the lazy dog.
402 |
The quick brown fox jumps over the lazy dog.
403 |
The quick brown fox jumps over the lazy dog.
404 |
The quick brown fox jumps over the lazy dog.
405 |
The quick brown fox jumps over the lazy dog.
406 |
The quick brown fox jumps over the lazy dog.
407 |
The quick brown fox jumps over the lazy dog.
408 |
The quick brown fox jumps over the lazy dog.
409 |
The quick brown fox jumps over the lazy dog.
410 |
The quick brown fox jumps over the lazy dog.
411 |
412 |
413 |
414 |
Cerebri Sans Pro ExtraLight Italic
415 |
.your-style {
416 | font-family: 'Cerebri Sans Pro';
417 | font-weight: 200;
418 | font-style: italic;
419 | }
420 |
421 |
422 | abcdefghijklmnopqrstuvwxyz
423 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
424 | 0123456789.:,;()*!?'@#<>$%&^+-=~
425 |
426 |
The quick brown fox jumps over the lazy dog.
427 |
The quick brown fox jumps over the lazy dog.
428 |
The quick brown fox jumps over the lazy dog.
429 |
The quick brown fox jumps over the lazy dog.
430 |
The quick brown fox jumps over the lazy dog.
431 |
The quick brown fox jumps over the lazy dog.
432 |
The quick brown fox jumps over the lazy dog.
433 |
The quick brown fox jumps over the lazy dog.
434 |
The quick brown fox jumps over the lazy dog.
435 |
The quick brown fox jumps over the lazy dog.
436 |
The quick brown fox jumps over the lazy dog.
437 |
438 |
439 |
440 |
Cerebri Sans Pro ExtraLight
441 |
.your-style {
442 | font-family: 'Cerebri Sans Pro';
443 | font-weight: 200;
444 | font-style: normal;
445 | }
446 |
447 |
448 | abcdefghijklmnopqrstuvwxyz
449 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
450 | 0123456789.:,;()*!?'@#<>$%&^+-=~
451 |
452 |
The quick brown fox jumps over the lazy dog.
453 |
The quick brown fox jumps over the lazy dog.
454 |
The quick brown fox jumps over the lazy dog.
455 |
The quick brown fox jumps over the lazy dog.
456 |
The quick brown fox jumps over the lazy dog.
457 |
The quick brown fox jumps over the lazy dog.
458 |
The quick brown fox jumps over the lazy dog.
459 |
The quick brown fox jumps over the lazy dog.
460 |
The quick brown fox jumps over the lazy dog.
461 |
The quick brown fox jumps over the lazy dog.
462 |
The quick brown fox jumps over the lazy dog.
463 |
464 |
465 |
466 |
Cerebri Sans Pro Heavy
467 |
.your-style {
468 | font-family: 'Cerebri Sans Pro';
469 | font-weight: 900;
470 | font-style: normal;
471 | }
472 |
473 |
474 | abcdefghijklmnopqrstuvwxyz
475 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
476 | 0123456789.:,;()*!?'@#<>$%&^+-=~
477 |
478 |
The quick brown fox jumps over the lazy dog.
479 |
The quick brown fox jumps over the lazy dog.
480 |
The quick brown fox jumps over the lazy dog.
481 |
The quick brown fox jumps over the lazy dog.
482 |
The quick brown fox jumps over the lazy dog.
483 |
The quick brown fox jumps over the lazy dog.
484 |
The quick brown fox jumps over the lazy dog.
485 |
The quick brown fox jumps over the lazy dog.
486 |
The quick brown fox jumps over the lazy dog.
487 |
The quick brown fox jumps over the lazy dog.
488 |
The quick brown fox jumps over the lazy dog.
489 |
490 |
491 |
492 |
Cerebri Sans Pro ExtraLight Italic
493 |
.your-style {
494 | font-family: 'Cerebri Sans Pro ExLight';
495 | font-weight: 200;
496 | font-style: italic;
497 | }
498 |
499 |
500 | abcdefghijklmnopqrstuvwxyz
501 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
502 | 0123456789.:,;()*!?'@#<>$%&^+-=~
503 |
504 |
The quick brown fox jumps over the lazy dog.
505 |
The quick brown fox jumps over the lazy dog.
506 |
The quick brown fox jumps over the lazy dog.
507 |
The quick brown fox jumps over the lazy dog.
508 |
The quick brown fox jumps over the lazy dog.
509 |
The quick brown fox jumps over the lazy dog.
510 |
The quick brown fox jumps over the lazy dog.
511 |
The quick brown fox jumps over the lazy dog.
512 |
The quick brown fox jumps over the lazy dog.
513 |
The quick brown fox jumps over the lazy dog.
514 |
The quick brown fox jumps over the lazy dog.
515 |
516 |
517 |
518 |
Cerebri Sans Pro Heavy
519 |
.your-style {
520 | font-family: 'Cerebri Sans Pro';
521 | font-weight: 900;
522 | font-style: normal;
523 | }
524 |
525 |
526 | abcdefghijklmnopqrstuvwxyz
527 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
528 | 0123456789.:,;()*!?'@#<>$%&^+-=~
529 |
530 |
The quick brown fox jumps over the lazy dog.
531 |
The quick brown fox jumps over the lazy dog.
532 |
The quick brown fox jumps over the lazy dog.
533 |
The quick brown fox jumps over the lazy dog.
534 |
The quick brown fox jumps over the lazy dog.
535 |
The quick brown fox jumps over the lazy dog.
536 |
The quick brown fox jumps over the lazy dog.
537 |
The quick brown fox jumps over the lazy dog.
538 |
The quick brown fox jumps over the lazy dog.
539 |
The quick brown fox jumps over the lazy dog.
540 |
The quick brown fox jumps over the lazy dog.
541 |
542 |
543 |
544 |
Cerebri Sans Pro Heavy Italic
545 |
.your-style {
546 | font-family: 'Cerebri Sans Pro';
547 | font-weight: 900;
548 | font-style: italic;
549 | }
550 |
551 |
552 | abcdefghijklmnopqrstuvwxyz
553 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
554 | 0123456789.:,;()*!?'@#<>$%&^+-=~
555 |
556 |
The quick brown fox jumps over the lazy dog.
557 |
The quick brown fox jumps over the lazy dog.
558 |
The quick brown fox jumps over the lazy dog.
559 |
The quick brown fox jumps over the lazy dog.
560 |
The quick brown fox jumps over the lazy dog.
561 |
The quick brown fox jumps over the lazy dog.
562 |
The quick brown fox jumps over the lazy dog.
563 |
The quick brown fox jumps over the lazy dog.
564 |
The quick brown fox jumps over the lazy dog.
565 |
The quick brown fox jumps over the lazy dog.
566 |
The quick brown fox jumps over the lazy dog.
567 |
568 |
569 |
570 |
Cerebri Sans Pro Italic
571 |
.your-style {
572 | font-family: 'Cerebri Sans Pro';
573 | font-weight: normal;
574 | font-style: italic;
575 | }
576 |
577 |
578 | abcdefghijklmnopqrstuvwxyz
579 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
580 | 0123456789.:,;()*!?'@#<>$%&^+-=~
581 |
582 |
The quick brown fox jumps over the lazy dog.
583 |
The quick brown fox jumps over the lazy dog.
584 |
The quick brown fox jumps over the lazy dog.
585 |
The quick brown fox jumps over the lazy dog.
586 |
The quick brown fox jumps over the lazy dog.
587 |
The quick brown fox jumps over the lazy dog.
588 |
The quick brown fox jumps over the lazy dog.
589 |
The quick brown fox jumps over the lazy dog.
590 |
The quick brown fox jumps over the lazy dog.
591 |
The quick brown fox jumps over the lazy dog.
592 |
The quick brown fox jumps over the lazy dog.
593 |
594 |
595 |
596 |
Cerebri Sans Pro Heavy Italic
597 |
.your-style {
598 | font-family: 'Cerebri Sans Pro';
599 | font-weight: 900;
600 | font-style: italic;
601 | }
602 |
603 |
604 | abcdefghijklmnopqrstuvwxyz
605 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
606 | 0123456789.:,;()*!?'@#<>$%&^+-=~
607 |
608 |
The quick brown fox jumps over the lazy dog.
609 |
The quick brown fox jumps over the lazy dog.
610 |
The quick brown fox jumps over the lazy dog.
611 |
The quick brown fox jumps over the lazy dog.
612 |
The quick brown fox jumps over the lazy dog.
613 |
The quick brown fox jumps over the lazy dog.
614 |
The quick brown fox jumps over the lazy dog.
615 |
The quick brown fox jumps over the lazy dog.
616 |
The quick brown fox jumps over the lazy dog.
617 |
The quick brown fox jumps over the lazy dog.
618 |
The quick brown fox jumps over the lazy dog.
619 |
620 |
621 |
622 |
Cerebri Sans Pro Light
623 |
.your-style {
624 | font-family: 'Cerebri Sans Pro';
625 | font-weight: 300;
626 | font-style: normal;
627 | }
628 |
629 |
630 | abcdefghijklmnopqrstuvwxyz
631 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
632 | 0123456789.:,;()*!?'@#<>$%&^+-=~
633 |
634 |
The quick brown fox jumps over the lazy dog.
635 |
The quick brown fox jumps over the lazy dog.
636 |
The quick brown fox jumps over the lazy dog.
637 |
The quick brown fox jumps over the lazy dog.
638 |
The quick brown fox jumps over the lazy dog.
639 |
The quick brown fox jumps over the lazy dog.
640 |
The quick brown fox jumps over the lazy dog.
641 |
The quick brown fox jumps over the lazy dog.
642 |
The quick brown fox jumps over the lazy dog.
643 |
The quick brown fox jumps over the lazy dog.
644 |
The quick brown fox jumps over the lazy dog.
645 |
646 |
647 |
648 |
Cerebri Sans Pro Italic
649 |
.your-style {
650 | font-family: 'Cerebri Sans Pro';
651 | font-weight: normal;
652 | font-style: italic;
653 | }
654 |
655 |
656 | abcdefghijklmnopqrstuvwxyz
657 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
658 | 0123456789.:,;()*!?'@#<>$%&^+-=~
659 |
660 |
The quick brown fox jumps over the lazy dog.
661 |
The quick brown fox jumps over the lazy dog.
662 |
The quick brown fox jumps over the lazy dog.
663 |
The quick brown fox jumps over the lazy dog.
664 |
The quick brown fox jumps over the lazy dog.
665 |
The quick brown fox jumps over the lazy dog.
666 |
The quick brown fox jumps over the lazy dog.
667 |
The quick brown fox jumps over the lazy dog.
668 |
The quick brown fox jumps over the lazy dog.
669 |
The quick brown fox jumps over the lazy dog.
670 |
The quick brown fox jumps over the lazy dog.
671 |
672 |
673 |
674 |
Cerebri Sans Pro Light Italic
675 |
.your-style {
676 | font-family: 'Cerebri Sans Pro';
677 | font-weight: 300;
678 | font-style: italic;
679 | }
680 |
681 |
682 | abcdefghijklmnopqrstuvwxyz
683 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
684 | 0123456789.:,;()*!?'@#<>$%&^+-=~
685 |
686 |
The quick brown fox jumps over the lazy dog.
687 |
The quick brown fox jumps over the lazy dog.
688 |
The quick brown fox jumps over the lazy dog.
689 |
The quick brown fox jumps over the lazy dog.
690 |
The quick brown fox jumps over the lazy dog.
691 |
The quick brown fox jumps over the lazy dog.
692 |
The quick brown fox jumps over the lazy dog.
693 |
The quick brown fox jumps over the lazy dog.
694 |
The quick brown fox jumps over the lazy dog.
695 |
The quick brown fox jumps over the lazy dog.
696 |
The quick brown fox jumps over the lazy dog.
697 |
698 |
699 |
700 |
Cerebri Sans Pro Light
701 |
.your-style {
702 | font-family: 'Cerebri Sans Pro';
703 | font-weight: 300;
704 | font-style: normal;
705 | }
706 |
707 |
708 | abcdefghijklmnopqrstuvwxyz
709 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
710 | 0123456789.:,;()*!?'@#<>$%&^+-=~
711 |
712 |
The quick brown fox jumps over the lazy dog.
713 |
The quick brown fox jumps over the lazy dog.
714 |
The quick brown fox jumps over the lazy dog.
715 |
The quick brown fox jumps over the lazy dog.
716 |
The quick brown fox jumps over the lazy dog.
717 |
The quick brown fox jumps over the lazy dog.
718 |
The quick brown fox jumps over the lazy dog.
719 |
The quick brown fox jumps over the lazy dog.
720 |
The quick brown fox jumps over the lazy dog.
721 |
The quick brown fox jumps over the lazy dog.
722 |
The quick brown fox jumps over the lazy dog.
723 |
724 |
725 |
726 |
Cerebri Sans Pro Medium
727 |
.your-style {
728 | font-family: 'Cerebri Sans Pro';
729 | font-weight: 500;
730 | font-style: normal;
731 | }
732 |
733 |
734 | abcdefghijklmnopqrstuvwxyz
735 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
736 | 0123456789.:,;()*!?'@#<>$%&^+-=~
737 |
738 |
The quick brown fox jumps over the lazy dog.
739 |
The quick brown fox jumps over the lazy dog.
740 |
The quick brown fox jumps over the lazy dog.
741 |
The quick brown fox jumps over the lazy dog.
742 |
The quick brown fox jumps over the lazy dog.
743 |
The quick brown fox jumps over the lazy dog.
744 |
The quick brown fox jumps over the lazy dog.
745 |
The quick brown fox jumps over the lazy dog.
746 |
The quick brown fox jumps over the lazy dog.
747 |
The quick brown fox jumps over the lazy dog.
748 |
The quick brown fox jumps over the lazy dog.
749 |
750 |
751 |
752 |
Cerebri Sans Pro Medium Italic
753 |
.your-style {
754 | font-family: 'Cerebri Sans Pro';
755 | font-weight: 500;
756 | font-style: italic;
757 | }
758 |
759 |
760 | abcdefghijklmnopqrstuvwxyz
761 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
762 | 0123456789.:,;()*!?'@#<>$%&^+-=~
763 |
764 |
The quick brown fox jumps over the lazy dog.
765 |
The quick brown fox jumps over the lazy dog.
766 |
The quick brown fox jumps over the lazy dog.
767 |
The quick brown fox jumps over the lazy dog.
768 |
The quick brown fox jumps over the lazy dog.
769 |
The quick brown fox jumps over the lazy dog.
770 |
The quick brown fox jumps over the lazy dog.
771 |
The quick brown fox jumps over the lazy dog.
772 |
The quick brown fox jumps over the lazy dog.
773 |
The quick brown fox jumps over the lazy dog.
774 |
The quick brown fox jumps over the lazy dog.
775 |
776 |
777 |
778 |
Cerebri Sans Pro Light Italic
779 |
.your-style {
780 | font-family: 'Cerebri Sans Pro';
781 | font-weight: 300;
782 | font-style: italic;
783 | }
784 |
785 |
786 | abcdefghijklmnopqrstuvwxyz
787 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
788 | 0123456789.:,;()*!?'@#<>$%&^+-=~
789 |
790 |
The quick brown fox jumps over the lazy dog.
791 |
The quick brown fox jumps over the lazy dog.
792 |
The quick brown fox jumps over the lazy dog.
793 |
The quick brown fox jumps over the lazy dog.
794 |
The quick brown fox jumps over the lazy dog.
795 |
The quick brown fox jumps over the lazy dog.
796 |
The quick brown fox jumps over the lazy dog.
797 |
The quick brown fox jumps over the lazy dog.
798 |
The quick brown fox jumps over the lazy dog.
799 |
The quick brown fox jumps over the lazy dog.
800 |
The quick brown fox jumps over the lazy dog.
801 |
802 |
803 |
804 |
Cerebri Sans Pro Regular
805 |
.your-style {
806 | font-family: 'Cerebri Sans Pro';
807 | font-weight: normal;
808 | font-style: normal;
809 | }
810 |
811 |
812 | abcdefghijklmnopqrstuvwxyz
813 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
814 | 0123456789.:,;()*!?'@#<>$%&^+-=~
815 |
816 |
The quick brown fox jumps over the lazy dog.
817 |
The quick brown fox jumps over the lazy dog.
818 |
The quick brown fox jumps over the lazy dog.
819 |
The quick brown fox jumps over the lazy dog.
820 |
The quick brown fox jumps over the lazy dog.
821 |
The quick brown fox jumps over the lazy dog.
822 |
The quick brown fox jumps over the lazy dog.
823 |
The quick brown fox jumps over the lazy dog.
824 |
The quick brown fox jumps over the lazy dog.
825 |
The quick brown fox jumps over the lazy dog.
826 |
The quick brown fox jumps over the lazy dog.
827 |
828 |
829 |
830 |
Cerebri Sans Pro Medium
831 |
.your-style {
832 | font-family: 'Cerebri Sans Pro';
833 | font-weight: 500;
834 | font-style: normal;
835 | }
836 |
837 |
838 | abcdefghijklmnopqrstuvwxyz
839 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
840 | 0123456789.:,;()*!?'@#<>$%&^+-=~
841 |
842 |
The quick brown fox jumps over the lazy dog.
843 |
The quick brown fox jumps over the lazy dog.
844 |
The quick brown fox jumps over the lazy dog.
845 |
The quick brown fox jumps over the lazy dog.
846 |
The quick brown fox jumps over the lazy dog.
847 |
The quick brown fox jumps over the lazy dog.
848 |
The quick brown fox jumps over the lazy dog.
849 |
The quick brown fox jumps over the lazy dog.
850 |
The quick brown fox jumps over the lazy dog.
851 |
The quick brown fox jumps over the lazy dog.
852 |
The quick brown fox jumps over the lazy dog.
853 |
854 |
855 |
856 |
Cerebri Sans Pro Medium Italic
857 |
.your-style {
858 | font-family: 'Cerebri Sans Pro';
859 | font-weight: 500;
860 | font-style: italic;
861 | }
862 |
863 |
864 | abcdefghijklmnopqrstuvwxyz
865 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
866 | 0123456789.:,;()*!?'@#<>$%&^+-=~
867 |
868 |
The quick brown fox jumps over the lazy dog.
869 |
The quick brown fox jumps over the lazy dog.
870 |
The quick brown fox jumps over the lazy dog.
871 |
The quick brown fox jumps over the lazy dog.
872 |
The quick brown fox jumps over the lazy dog.
873 |
The quick brown fox jumps over the lazy dog.
874 |
The quick brown fox jumps over the lazy dog.
875 |
The quick brown fox jumps over the lazy dog.
876 |
The quick brown fox jumps over the lazy dog.
877 |
The quick brown fox jumps over the lazy dog.
878 |
The quick brown fox jumps over the lazy dog.
879 |
880 |
881 |
882 |
Cerebri Sans Pro Regular
883 |
.your-style {
884 | font-family: 'Cerebri Sans Pro';
885 | font-weight: normal;
886 | font-style: normal;
887 | }
888 |
889 |
890 | abcdefghijklmnopqrstuvwxyz
891 | ABCDEFGHIJKLMNOPQRSTUVWXYZ
892 | 0123456789.:,;()*!?'@#<>$%&^+-=~
893 |
894 |
The quick brown fox jumps over the lazy dog.
895 |
The quick brown fox jumps over the lazy dog.
896 |
The quick brown fox jumps over the lazy dog.
897 |
The quick brown fox jumps over the lazy dog.
898 |
The quick brown fox jumps over the lazy dog.
899 |
The quick brown fox jumps over the lazy dog.
900 |
The quick brown fox jumps over the lazy dog.
901 |
The quick brown fox jumps over the lazy dog.
902 |
The quick brown fox jumps over the lazy dog.
903 |
The quick brown fox jumps over the lazy dog.
904 |
The quick brown fox jumps over the lazy dog.
905 |
906 |
907 |
908 |
909 |
--------------------------------------------------------------------------------
/assets/font/stylesheet.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Cerebri Sans Pro';
3 | src: url('CerebriSansPro-BoldItalic.woff2') format('woff2'),
4 | url('CerebriSansPro-BoldItalic.woff') format('woff');
5 | font-weight: bold;
6 | font-style: italic;
7 | font-display: swap;
8 | }
9 |
10 | @font-face {
11 | font-family: 'Cerebri Sans Pro';
12 | src: url('CerebriSansPro-Bold.woff2') format('woff2'),
13 | url('CerebriSansPro-Bold.woff') format('woff');
14 | font-weight: bold;
15 | font-style: normal;
16 | font-display: swap;
17 | }
18 |
19 | @font-face {
20 | font-family: 'Cerebri Sans Pro';
21 | src: url('CerebriSansPro-Bold.woff2') format('woff2'),
22 | url('CerebriSansPro-Bold.woff') format('woff');
23 | font-weight: bold;
24 | font-style: normal;
25 | font-display: swap;
26 | }
27 |
28 | @font-face {
29 | font-family: 'Cerebri Sans Pro';
30 | src: url('CerebriSansPro-ExtraBold.woff2') format('woff2'),
31 | url('CerebriSansPro-ExtraBold.woff') format('woff');
32 | font-weight: 800;
33 | font-style: normal;
34 | font-display: swap;
35 | }
36 |
37 | @font-face {
38 | font-family: 'Cerebri Sans Pro';
39 | src: url('CerebriSansPro-BoldItalic.woff2') format('woff2'),
40 | url('CerebriSansPro-BoldItalic.woff') format('woff');
41 | font-weight: bold;
42 | font-style: italic;
43 | font-display: swap;
44 | }
45 |
46 | @font-face {
47 | font-family: 'Cerebri Sans Pro';
48 | src: url('CerebriSansPro-ExtraBold.woff2') format('woff2'),
49 | url('CerebriSansPro-ExtraBold.woff') format('woff');
50 | font-weight: 800;
51 | font-style: normal;
52 | font-display: swap;
53 | }
54 |
55 | @font-face {
56 | font-family: 'Cerebri Sans Pro';
57 | src: url('CerebriSansPro-ExtraBoldItalic.woff2') format('woff2'),
58 | url('CerebriSansPro-ExtraBoldItalic.woff') format('woff');
59 | font-weight: 800;
60 | font-style: italic;
61 | font-display: swap;
62 | }
63 |
64 | @font-face {
65 | font-family: 'Cerebri Sans Pro ExBold';
66 | src: url('CerebriSansPro-ExtraBoldItalic.woff2') format('woff2'),
67 | url('CerebriSansPro-ExtraBoldItalic.woff') format('woff');
68 | font-weight: 800;
69 | font-style: italic;
70 | font-display: swap;
71 | }
72 |
73 | @font-face {
74 | font-family: 'Cerebri Sans Pro';
75 | src: url('CerebriSansPro-ExtraLight.woff2') format('woff2'),
76 | url('CerebriSansPro-ExtraLight.woff') format('woff');
77 | font-weight: 200;
78 | font-style: normal;
79 | font-display: swap;
80 | }
81 |
82 | @font-face {
83 | font-family: 'Cerebri Sans Pro';
84 | src: url('CerebriSansPro-ExtraLightItalic.woff2') format('woff2'),
85 | url('CerebriSansPro-ExtraLightItalic.woff') format('woff');
86 | font-weight: 200;
87 | font-style: italic;
88 | font-display: swap;
89 | }
90 |
91 | @font-face {
92 | font-family: 'Cerebri Sans Pro';
93 | src: url('CerebriSansPro-ExtraLight.woff2') format('woff2'),
94 | url('CerebriSansPro-ExtraLight.woff') format('woff');
95 | font-weight: 200;
96 | font-style: normal;
97 | font-display: swap;
98 | }
99 |
100 | @font-face {
101 | font-family: 'Cerebri Sans Pro';
102 | src: url('CerebriSansPro-Heavy.woff2') format('woff2'),
103 | url('CerebriSansPro-Heavy.woff') format('woff');
104 | font-weight: 900;
105 | font-style: normal;
106 | font-display: swap;
107 | }
108 |
109 | @font-face {
110 | font-family: 'Cerebri Sans Pro ExLight';
111 | src: url('CerebriSansPro-ExtraLightItalic.woff2') format('woff2'),
112 | url('CerebriSansPro-ExtraLightItalic.woff') format('woff');
113 | font-weight: 200;
114 | font-style: italic;
115 | font-display: swap;
116 | }
117 |
118 | @font-face {
119 | font-family: 'Cerebri Sans Pro';
120 | src: url('CerebriSansPro-Heavy.woff2') format('woff2'),
121 | url('CerebriSansPro-Heavy.woff') format('woff');
122 | font-weight: 900;
123 | font-style: normal;
124 | font-display: swap;
125 | }
126 |
127 | @font-face {
128 | font-family: 'Cerebri Sans Pro';
129 | src: url('CerebriSansPro-HeavyItalic.woff2') format('woff2'),
130 | url('CerebriSansPro-HeavyItalic.woff') format('woff');
131 | font-weight: 900;
132 | font-style: italic;
133 | font-display: swap;
134 | }
135 |
136 | @font-face {
137 | font-family: 'Cerebri Sans Pro';
138 | src: url('CerebriSansPro-Italic.woff2') format('woff2'),
139 | url('CerebriSansPro-Italic.woff') format('woff');
140 | font-weight: normal;
141 | font-style: italic;
142 | font-display: swap;
143 | }
144 |
145 | @font-face {
146 | font-family: 'Cerebri Sans Pro';
147 | src: url('CerebriSansPro-HeavyItalic.woff2') format('woff2'),
148 | url('CerebriSansPro-HeavyItalic.woff') format('woff');
149 | font-weight: 900;
150 | font-style: italic;
151 | font-display: swap;
152 | }
153 |
154 | @font-face {
155 | font-family: 'Cerebri Sans Pro';
156 | src: url('CerebriSansPro-Light.woff2') format('woff2'),
157 | url('CerebriSansPro-Light.woff') format('woff');
158 | font-weight: 300;
159 | font-style: normal;
160 | font-display: swap;
161 | }
162 |
163 | @font-face {
164 | font-family: 'Cerebri Sans Pro';
165 | src: url('CerebriSansPro-Italic.woff2') format('woff2'),
166 | url('CerebriSansPro-Italic.woff') format('woff');
167 | font-weight: normal;
168 | font-style: italic;
169 | font-display: swap;
170 | }
171 |
172 | @font-face {
173 | font-family: 'Cerebri Sans Pro';
174 | src: url('CerebriSansPro-LightItalic.woff2') format('woff2'),
175 | url('CerebriSansPro-LightItalic.woff') format('woff');
176 | font-weight: 300;
177 | font-style: italic;
178 | font-display: swap;
179 | }
180 |
181 | @font-face {
182 | font-family: 'Cerebri Sans Pro';
183 | src: url('CerebriSansPro-Light.woff2') format('woff2'),
184 | url('CerebriSansPro-Light.woff') format('woff');
185 | font-weight: 300;
186 | font-style: normal;
187 | font-display: swap;
188 | }
189 |
190 | @font-face {
191 | font-family: 'Cerebri Sans Pro';
192 | src: url('CerebriSansPro-Medium.woff2') format('woff2'),
193 | url('CerebriSansPro-Medium.woff') format('woff');
194 | font-weight: 500;
195 | font-style: normal;
196 | font-display: swap;
197 | }
198 |
199 | @font-face {
200 | font-family: 'Cerebri Sans Pro';
201 | src: url('CerebriSansPro-MediumItalic.woff2') format('woff2'),
202 | url('CerebriSansPro-MediumItalic.woff') format('woff');
203 | font-weight: 500;
204 | font-style: italic;
205 | font-display: swap;
206 | }
207 |
208 | @font-face {
209 | font-family: 'Cerebri Sans Pro';
210 | src: url('CerebriSansPro-LightItalic.woff2') format('woff2'),
211 | url('CerebriSansPro-LightItalic.woff') format('woff');
212 | font-weight: 300;
213 | font-style: italic;
214 | font-display: swap;
215 | }
216 |
217 | @font-face {
218 | font-family: 'Cerebri Sans Pro';
219 | src: url('CerebriSansPro-Regular.woff2') format('woff2'),
220 | url('CerebriSansPro-Regular.woff') format('woff');
221 | font-weight: normal;
222 | font-style: normal;
223 | font-display: swap;
224 | }
225 |
226 | @font-face {
227 | font-family: 'Cerebri Sans Pro';
228 | src: url('CerebriSansPro-Medium.woff2') format('woff2'),
229 | url('CerebriSansPro-Medium.woff') format('woff');
230 | font-weight: 500;
231 | font-style: normal;
232 | font-display: swap;
233 | }
234 |
235 | @font-face {
236 | font-family: 'Cerebri Sans Pro';
237 | src: url('CerebriSansPro-MediumItalic.woff2') format('woff2'),
238 | url('CerebriSansPro-MediumItalic.woff') format('woff');
239 | font-weight: 500;
240 | font-style: italic;
241 | font-display: swap;
242 | }
243 |
244 | @font-face {
245 | font-family: 'Cerebri Sans Pro';
246 | src: url('CerebriSansPro-Regular.woff2') format('woff2'),
247 | url('CerebriSansPro-Regular.woff') format('woff');
248 | font-weight: normal;
249 | font-style: normal;
250 | font-display: swap;
251 | }
252 |
253 |
--------------------------------------------------------------------------------
/assets/images/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/.DS_Store
--------------------------------------------------------------------------------
/assets/images/dog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/dog.png
--------------------------------------------------------------------------------
/assets/images/girl-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/girl-3.png
--------------------------------------------------------------------------------
/assets/images/girl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/girl.png
--------------------------------------------------------------------------------
/assets/images/hand-and-phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/hand-and-phone.png
--------------------------------------------------------------------------------
/assets/images/hand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/hand.png
--------------------------------------------------------------------------------
/assets/images/man-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/man-2.png
--------------------------------------------------------------------------------
/assets/images/man-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/man-3.png
--------------------------------------------------------------------------------
/assets/images/man.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sholanke/no-dey-beg/e865104f18c2b4eddf8108fad0101bcc1a6ac2d5/assets/images/man.png
--------------------------------------------------------------------------------
/assets/svg/bell.svg:
--------------------------------------------------------------------------------
1 |
12 |
13 | NoDeyBeg
14 |
15 | By
16 | Sholanke Olamide ✌🏽
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 | Make Someone
29 |
30 |
31 | Happy With Cash
33 | 💃🏽
35 |
36 |
37 | Do you want to pay for the food you ordered for a friend, send money
38 | to your babe or friends? use NoDeyBeg.
39 |
40 |
41 |
42 |
43 |
46 |
47 |
50 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | Digitally Kick
62 |
63 |
64 | some A** 🦵🏾
66 |
67 |
68 | With NoDeyBeg you get a digital wallet that can be funded by a
69 | transfer from any bank.
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 | Sending Money
88 |
89 |
90 | Can Be Fun Too
92 | 💃🏽
94 |
95 |
96 | Send money to people on your contact list using their phone numbers
97 | or via payment links that can be shared however you decide or even
98 | using bank accounts.
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 | Just Go
111 |
112 |
113 | Cashless Abeg
115 | 💃🏽
117 |
118 |
119 | Do you want to pay for the food you ordered for a friend, send money
120 | to your babe or friends? use NoDeyBeg.
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 | No Dey ask for
133 |
134 |
135 | Urgent 2k again
137 | 💔
139 |
140 |
141 | Do you want to pay for the food you ordered for a friend, send money
142 | to your babe or friends? use NoDeyBeg.
143 |
144 |
145 |
148 |
149 |
150 |
151 |
152 |
153 | No Dey ask for
154 |
155 |
156 | Urgent 2k again
158 | 💃🏽
160 |
161 |
162 | Do you want to pay for the food you ordered for a friend, send money
163 | to your babe or friends? use NoDeyBeg.
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
184 |
185 |
186 |