jekyll-theme-saifas 0.1.6 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -53
  3. data/_config.yml +17 -0
  4. data/_includes/assets/head.html +17 -0
  5. data/_includes/{page-footer.html → page/footer/contact-us-modal.html} +2 -30
  6. data/_includes/page/footer/index.html +21 -0
  7. data/_includes/page/header/index.html +5 -0
  8. data/_includes/page/header/logo.html +8 -0
  9. data/_includes/page/header/navigation.html +5 -0
  10. data/_includes/page/other/headline.html +3 -0
  11. data/_includes/plugins/breadcrumbs.html +6 -0
  12. data/_includes/{page-preloader.html → plugins/preloader.html} +0 -0
  13. data/_layouts/default.html +24 -1
  14. data/_sass/_base.sass +3 -533
  15. data/_sass/_layout.sass +52 -12
  16. data/_sass/_variables.sass +1 -0
  17. data/_sass/buttons.sass +1 -5
  18. data/_sass/initialize.sass +5 -7
  19. data/assets/graphics/fonts/readme.md +0 -1
  20. data/{_sass/custom-variables.sass → assets/graphics/images/readme.md} +0 -0
  21. data/assets/{graphics/images/domain/saifas-bi/backgrounds/about.md → sass/readme.md} +0 -0
  22. data/assets/{css → sass}/styles.sass +0 -0
  23. data/assets/scripts/index.js +1 -1
  24. data/assets/{graphics/images/domain/saifas-bi/icons/button-icons/about.md → scripts/readme.md} +0 -0
  25. metadata +18 -73
  26. data/_includes/block-iframe.html +0 -1
  27. data/_includes/card-thumbnail.html +0 -20
  28. data/_includes/lib-charting-assets.html +0 -4
  29. data/_includes/lib-gallery-assets.html +0 -7
  30. data/_includes/news-item-archive.html +0 -21
  31. data/_includes/news-item.html +0 -21
  32. data/_includes/page-base-assets.html +0 -22
  33. data/_includes/page-header-logo.html +0 -4
  34. data/_includes/page-header-path-item.html +0 -5
  35. data/_includes/page-headline.html +0 -3
  36. data/_layouts/cards-layout.html +0 -29
  37. data/_layouts/home.html +0 -27
  38. data/_layouts/news-item.html +0 -11
  39. data/_layouts/news.html +0 -26
  40. data/_sass/custom-styles.sass +0 -153
  41. data/_sass/media-requests.sass +0 -104
  42. data/assets/graphics/images/content/empty/empty-image-224px-224px.png +0 -0
  43. data/assets/graphics/images/content/empty/empty-showcase-sample-report/empty-image-500px-400px.jpg +0 -0
  44. data/assets/graphics/images/content/powerbi-icon-960px-1280px.png +0 -0
  45. data/assets/graphics/images/content/powerbi-icon-report-theme-white-black-900px-900px.png +0 -0
  46. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-calendar-120px-120px.png +0 -0
  47. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-legend-120px-120px.png +0 -0
  48. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-map-120px-120px.png +0 -0
  49. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-project-120px-120px.png +0 -0
  50. data/assets/graphics/images/content/saifas-bi-powerbi-custom-visuals/saifas-bi-pbi-cv-table-120px-120px.png +0 -0
  51. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-company-employees-300px-300px.png +0 -0
  52. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-legend-for-heatmap-300px-300px.png +0 -0
  53. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-personal-schedule-300px-300px.png +0 -0
  54. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-project-road-300px-300px.png +0 -0
  55. data/assets/graphics/images/content/saifas-bi-powerbi-reports/saifas-bi-pbi-report-world-population-300px-300px.png +0 -0
  56. data/assets/graphics/images/domain/saifas-bi/icons/fav-icons/saifas-brand-logo-star-theme-blue-black-256px-256px.ico +0 -0
  57. data/assets/graphics/images/domain/saifas-bi/icons/launch-shortcut-icons/about.md +0 -0
  58. data/assets/graphics/images/domain/saifas-bi/logos/saifas-brand-logo-star-theme-blue-black-276px-269px.png +0 -0
  59. data/assets/scripts/gallery.js +0 -3
  60. data/assets/scripts/highchart.js +0 -104
data/_sass/_base.sass CHANGED
@@ -1,216 +1,17 @@
1
1
  //Base fonts import
2
2
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap')
3
3
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap')
4
-
4
+
5
5
  *
6
6
  margin: 0
7
- box-sizing: border-box
8
-
9
- html
10
- height: 100%
11
7
  padding: 0
12
- margin: 0
13
- font-family: var(--main-font-family)
14
- background: white
8
+ box-sizing: border-box
15
9
 
16
10
  body
17
11
  display: flex
18
12
  flex-direction: column
19
13
  min-height: 100vh
20
14
  font-family: var(--main-font-family)
21
- background: white
22
-
23
- iframe
24
- flex: 1
25
-
26
- .cards__container
27
- display: flex
28
- flex: 4
29
- flex-direction: row
30
- flex-wrap: wrap
31
- justify-content: center
32
- /* max-width: 1268px */
33
-
34
- .custom-visual__card, .custom-visual-report__card
35
- display: flex
36
- flex-direction: column
37
- background-color: var(--color-grey)
38
- width: 300px
39
- height: 300px
40
- margin: 10px
41
- padding: 20px
42
- border-radius: 5px
43
- -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
44
- -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
45
- -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
46
- -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -ms-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
47
- transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
48
- -webkit-transition-delay: 0s
49
- -moz-transition-delay: 0s
50
- -o-transition-delay: 0s
51
- -ms-transition-delay: 0s
52
- transition-delay: 0s
53
- -webkit-transform: translateY(0px)
54
- -moz-transform: translateY(0px)
55
- -o-transform: translateY(0px)
56
- -ms-transform: translateY(0px)
57
- transform: translateY(0px)
58
- cursor: pointer
59
- &:hover
60
- -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
61
- box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
62
- background: rgba(200,200,200,0.2)
63
- -webkit-transform: translateY(-1px)
64
- -moz-transform: translateY(-1px)
65
- -o-transform: translateY(-1px)
66
- -ms-transform: translateY(-1px)
67
- transform: translateY(-1px)
68
-
69
- .card__top-section
70
- display: flex
71
-
72
- .top-section__icon
73
- img
74
- height: 64px
75
- width: 64px
76
- border-radius: 10px
77
-
78
- .top-section__title
79
- display: flex
80
- flex-direction: column
81
- padding-left: 10px
82
- font-family: var(--main-font-family)
83
- font-size: 20px
84
- color: var(--text-color)
85
- width: 100%
86
-
87
- .top-section__description
88
- font-size: 14px
89
- font-weight: 400
90
- margin-top: 6px
91
- img
92
- width: 14px
93
- height: 14px
94
-
95
- .main-section
96
- display: flex
97
- flex-direction: column
98
- margin-top: 10px
99
-
100
- .main-section__description
101
- font-size: 16px
102
- color: var(--text-color)
103
-
104
- .cards-section
105
- display: none
106
- height: 100%
107
- align-items: flex-end
108
-
109
- .report-cards-section
110
- display: none
111
- height: 100%
112
- align-items: center
113
- flex-direction: column
114
- justify-content: flex-end
115
- .cards-section__top
116
- width: 100%
117
- a
118
- margin: 0 5px
119
- width: auto
120
- padding: 0
121
- .cards-section__bottom
122
- margin-top: 10px
123
- width: 100%
124
- display: flex
125
- a
126
- margin: 0
127
- width: 100%
128
- margin: 0 5px
129
-
130
- .custom-visual__card:hover
131
- .cards-section
132
- display: flex
133
-
134
- .custom-visual-report__card:hover
135
- .report-cards-section
136
- display: flex
137
-
138
- .body-separator
139
- height: 2px
140
- background-color: var(--color-grey)
141
- margin: 20px
142
-
143
- .contact-link-container
144
- display: flex
145
- align-items: center
146
- justify-content: center
147
- border: 2px solid var(--color-grey)
148
- height: 64px
149
- border-radius: 5px
150
-
151
- .contact-link-container__link
152
- font-style: normal
153
- margin: 0 20px
154
-
155
- .card
156
- display: flex
157
- flex-direction: column
158
- background-color: var(--color-grey)
159
- margin: 10px
160
- padding: 20px
161
- height: fit-content
162
- border-radius: 5px
163
- min-width: 295px
164
- -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
165
- -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
166
- -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
167
- -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -ms-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
168
- transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
169
- -webkit-transition-delay: 0s
170
- -moz-transition-delay: 0s
171
- -o-transition-delay: 0s
172
- -ms-transition-delay: 0s
173
- transition-delay: 0s
174
- -webkit-transform: translateY(0px)
175
- -moz-transform: translateY(0px)
176
- -o-transform: translateY(0px)
177
- -ms-transform: translateY(0px)
178
- transform: translateY(0px)
179
- .btn
180
- margin-top: 10px
181
- &:hover
182
- -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
183
- box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
184
- background: rgba(200,200,200,0.2)
185
- -webkit-transform: translateY(-1px)
186
- -moz-transform: translateY(-1px)
187
- -o-transform: translateY(-1px)
188
- -ms-transform: translateY(-1px)
189
- transform: translateY(-1px)
190
- .card__description
191
- display: none
192
- .card__buttons-container
193
- display: flex
194
- .card__buttons-container
195
- transition: .3s
196
- opacity: 1
197
-
198
- .card__title
199
- color: var(--text-color)
200
- font-size: var(--font-size-title)
201
- margin-bottom: 20px
202
-
203
- .card__description
204
- color: var(--text-color)
205
- font-size: var(--font-size-description)
206
- margin-top: 20px
207
- height: 40px
208
-
209
- .home-body
210
- display: flex
211
- align-items: center
212
- justify-content: center
213
- flex-direction: column
214
15
 
215
16
  .headline
216
17
  margin: 18px
@@ -221,257 +22,6 @@ iframe
221
22
  font-size: 30px
222
23
  color: var(--text-color)
223
24
 
224
- .card__image
225
- display: flex
226
- justify-content: center
227
- img
228
- width: 100%
229
- max-width: 200px
230
- height: auto
231
-
232
- .footer__contact-us
233
- display: flex
234
- height: 100%
235
- width: fit-content
236
- font-family: var(--main-font-family)
237
- align-items: center
238
- margin-left: 20px
239
- font-style: normal
240
-
241
- .watermark
242
- display: flex
243
- font-family: var(--main-font-family)
244
- margin-right: 20px
245
-
246
- .details__card
247
- margin: 20px
248
- display: flex
249
- background-color: var(--color-grey)
250
- padding: 20px
251
-
252
- .details__card-text
253
- margin-left: 20px
254
- a
255
- margin-top: 20px
256
-
257
- .details__card-title
258
- color: var(--text-color)
259
- font-size: var(--font-size-title)
260
-
261
- .details__card-description
262
- color: var(--text-color)
263
- font-size: var(--font-size-description)
264
- margin-top: 10px
265
- img
266
- height: 14px
267
- width: 14px
268
-
269
-
270
- .details__card-image
271
- img
272
- width: 150px
273
- height: auto
274
-
275
- .details__card-buttons
276
- margin-left: 20px
277
- .btn
278
- margin-bottom: 15px
279
-
280
- .details__card-cost
281
- margin: 10px 0
282
- display: flex
283
- flex-direction: row
284
- font-size: 16px
285
- font-family: var(--main-font-family)
286
- color: var(--text-color)
287
-
288
- .details__card-cost
289
- .cost
290
- margin-left: 4px
291
- font-weight: 700
292
-
293
- .get-it-now-button
294
- background-color: #0271b6
295
- color: white
296
- &:hover
297
- background-color: #0271b6
298
-
299
- .card__buttons-container
300
- display: none
301
- margin-top: 20px
302
- transition: .3s
303
- opacity: 0
304
- height: 40px
305
-
306
- .breadcrumbs-separator
307
- display: flex
308
- align-items: center
309
- justify-content: center
310
- margin: 0 6px
311
-
312
- .breadcrumbs-text
313
- margin: 0
314
- display: block /* or in-line block according to your requirement */
315
- overflow: hidden
316
- white-space: nowrap
317
- text-overflow: ellipsis
318
-
319
- .columns-container
320
- display: grid
321
- grid-template-columns: 400px auto
322
- height: 100%
323
-
324
- .left-column
325
- display: flex
326
- flex-direction: column
327
- padding-left: 20px
328
- .btn
329
- margin-bottom: 10px
330
-
331
- .left-column__title
332
- color: var(--text-color)
333
- font-family: var(--main-font-family)
334
- font-size: 20px
335
- margin-bottom: 20px
336
-
337
- .disabled
338
- opacity: .5
339
- pointer-events: none
340
- cursor: not-allowed
341
-
342
- .custom-visual__description
343
- margin: 20px
344
- display: flex
345
- flex-direction: column
346
- font-family: var(--main-font-family)
347
- color: var(--text-color)
348
-
349
- .main-features__title, .most-popular-use-cases__title
350
- font-size: 18px
351
- font-weight: 600
352
- margin-bottom: 20px
353
-
354
- .custom-visual__description-text
355
- font-size: 16px
356
- font-weight: 400
357
- margin-top: 10px
358
-
359
- .reports-card
360
- display: flex
361
- flex-direction: column
362
- background: var(--color-grey)
363
- border-radius: 5px
364
- min-width: 480px
365
- max-height: 240px
366
- position: relative
367
-
368
- .reports-card__top-section
369
- display: flex
370
- align-items: center
371
- padding: 20px
372
-
373
- .reports-card-buttons__container
374
- display: flex
375
- justify-content: center
376
- flex-direction: column
377
- opacity: 0
378
- position: absolute
379
- bottom: 0
380
- transition: .3s
381
- width: 100%
382
-
383
- .reports-card__wrapper
384
- position: relative
385
- &:hover
386
- .reports-card
387
- filter: grayscale(70%)
388
- filter: brightness(0.4)
389
- .reports-card-buttons__container
390
- opacity: 1
391
- transition: .3s
392
- .reports-card-buttons__container-bottom
393
- display: flex
394
- .btn
395
- background: var(--color-grey)
396
- width: 100%
397
- margin: 10px
398
-
399
- .reports-card-details-button
400
- .btn
401
- width: auto
402
- margin: 10px 10px 0 10px
403
- background: var(--color-grey)
404
-
405
- .power-bi__buttons-container
406
- display: flex
407
- align-content: flex-start
408
- align-items: center
409
- justify-content: center
410
- flex-direction: row
411
- flex-wrap: wrap
412
- max-width: 1400px
413
-
414
- .power-bi__buttons-container--btn
415
- background: var(--color-grey)
416
- height: 240px
417
- width: 320px
418
- border-radius: 5px
419
- margin: 10px
420
- display: flex
421
- padding-top: 20px
422
- flex-direction: column
423
- color: var(--text-color)
424
- font-size: 20px
425
- font-family: var(--main-font-family)
426
- text-decoration: none
427
- text-align: center
428
- -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
429
- -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
430
- -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
431
- -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -ms-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
432
- transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
433
- -webkit-transition-delay: 0s
434
- -moz-transition-delay: 0s
435
- -o-transition-delay: 0s
436
- -ms-transition-delay: 0s
437
- transition-delay: 0s
438
- -webkit-transform: translateY(0px)
439
- -moz-transform: translateY(0px)
440
- -o-transform: translateY(0px)
441
- -ms-transform: translateY(0px)
442
- transform: translateY(0px)
443
- cursor: pointer
444
- &:hover
445
- -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
446
- box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
447
- background: rgba(200,200,200,0.2)
448
- -webkit-transform: translateY(-1px)
449
- -moz-transform: translateY(-1px)
450
- -o-transform: translateY(-1px)
451
- -ms-transform: translateY(-1px)
452
- transform: translateY(-1px)
453
- i
454
- margin-top: 20px
455
-
456
- .power-bi__buttons-container--tag
457
- font-family: var(--main-font-family)
458
- font-size: 16px
459
- color: var(--text-color)
460
- margin-top: 30px
461
- display: flex
462
- padding-left: 20px
463
- justify-content: flex-start
464
-
465
- .conctact-us-btn
466
- margin-left: 20px
467
- cursor: pointer
468
- display: flex
469
- align-items: center
470
- i
471
- margin-right: 8px
472
-
473
- /*Modal styles*/
474
-
475
25
  #modal
476
26
  display: none
477
27
  position: fixed
@@ -593,84 +143,4 @@ iframe
593
143
  margin-right: 10px
594
144
 
595
145
  .form-current-page
596
- display: none
597
-
598
- .circle-container
599
- width: 100%
600
- height: 100%
601
- display: flex
602
- align-items: center
603
- justify-content: center
604
- flex-direction: column
605
- a
606
- margin-top: 20px
607
-
608
- .circle
609
- margin: 10px
610
- display: flex
611
- align-items: center
612
- justify-content: center
613
- max-width: 300px
614
- width: 300px
615
- max-height: 300px
616
- height: 300px
617
- border-radius: 50%
618
- -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
619
- -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
620
- -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
621
- -ms-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -ms-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
622
- transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)
623
- -webkit-transition-delay: 0s
624
- -moz-transition-delay: 0s
625
- -o-transition-delay: 0s
626
- -ms-transition-delay: 0s
627
- transition-delay: 0s
628
- -webkit-transform: translateY(0px)
629
- -moz-transform: translateY(0px)
630
- -o-transform: translateY(0px)
631
- -ms-transform: translateY(0px)
632
- transform: translateY(0px)
633
- cursor: pointer
634
- background: var(--color-grey)
635
- color: var(--text-color)
636
- font-size: 20px
637
- text-decoration: none
638
- z-index: 2
639
- &:visited
640
- color: var(--text-color)
641
- &:hover
642
- -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
643
- box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2)
644
- background: rgba(200,200,200,0.2)
645
- -webkit-transform: translateY(-1px)
646
- -moz-transform: translateY(-1px)
647
- -o-transform: translateY(-1px)
648
- -ms-transform: translateY(-1px)
649
- transform: translateY(-1px)
650
-
651
- /*Flex styles*/
652
-
653
- .flex-direction-column
654
- display: flex
655
- flex-direction: column
656
-
657
- .flex-align-items-start
658
- display: flex
659
- align-items: flex-start
660
-
661
- .flex-justify-content-center
662
- display: flex
663
- justify-content: center
664
-
665
- .full-centering
666
- display: flex
667
- align-items: center
668
- justify-content: center
669
-
670
- article
671
- margin: 20px 20px 0 20px
672
- padding: 10px
673
- display: flex
674
- flex-direction: column
675
- background: var(--color-grey)
676
- border-radius: 5px
146
+ display: none
data/_sass/_layout.sass CHANGED
@@ -11,9 +11,10 @@ header
11
11
  height: var(--header-height)
12
12
  min-height: 64px
13
13
  background-color: var(--header-color)
14
- box-shadow: 0px 10px 20px -9px rgba(34, 60, 80, 0.4)
14
+ box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3)
15
15
  display: flex
16
16
  align-items: center
17
+ justify-content: space-between
17
18
  a
18
19
  color: var(--text-color)
19
20
  overflow: hidden
@@ -27,11 +28,16 @@ header
27
28
  text-decoration: none
28
29
  &:visited
29
30
  color: var(--text-color)
30
- .logo-text
31
+ .logo__title
31
32
  display: flex
32
33
  align-items: center
33
- margin-left: 8px
34
+ margin-left: 10px
34
35
  color: var(--text-color)
36
+ .logo__plug
37
+ width: 50px
38
+ height: 50px
39
+ border-radius: 100%
40
+ background: #FFFFFF
35
41
  img
36
42
  max-width: 50px
37
43
  max-height: 50px
@@ -44,7 +50,30 @@ header
44
50
  transition: background-size .3s
45
51
  a:hover:not(:first-child)
46
52
  background-size: 100% 2px
47
-
53
+ .header-navbar
54
+ height: 100%
55
+ display: flex
56
+ align-items: center
57
+ .header-navbar
58
+ a
59
+ display: flex
60
+ margin-right: 10px
61
+ font-size: 16px
62
+ color: var(--color-text)
63
+ text-decoration: none
64
+ background-image: linear-gradient(var(--text-color), var(--text-color))
65
+ background-position: 0% 100%
66
+ background-repeat: no-repeat
67
+ background-size: 0% 2px
68
+ transition: background-size .3s
69
+ a:last-child
70
+ margin-right: 20px
71
+ a:visited
72
+ color: var(--text-color)
73
+ a.active
74
+ background-size: 100% 2px
75
+ a:hover
76
+ background-size: 100% 2px
48
77
  footer
49
78
  display: flex
50
79
  align-items: center
@@ -54,14 +83,25 @@ footer
54
83
  width: 100%
55
84
  height: var(--footer-height)
56
85
  background-color: var(--color-grey)
57
- box-shadow: 0px -10px 20px -9px rgba(34, 60, 80, 0.25)
86
+ box-shadow: 0 -3px 5px rgba(57, 63, 72, 0.3)
58
87
  justify-content: space-between
88
+ .contact-us__btn
89
+ margin-left: 20px
90
+ cursor: pointer
91
+ display: flex
92
+ align-items: center
93
+ i
94
+ margin-right: 8px
59
95
 
60
- .socials
61
- a
62
- color: black
63
- text-decoration: none
64
- &:visited
96
+ .watermark
97
+ display: flex
98
+ font-family: var(--main-font-family)
99
+ margin-right: 20px
100
+ .socials
101
+ a
65
102
  color: black
66
- i
67
- margin-right: 10px
103
+ text-decoration: none
104
+ &:visited
105
+ color: black
106
+ i
107
+ margin-right: 10px
@@ -5,6 +5,7 @@
5
5
 
6
6
  /*Colors*/
7
7
  --font-color: #525252
8
+
8
9
  --header-color: #F0F0F0
9
10
 
10
11
  --color-grey: #F0F0F0
data/_sass/buttons.sass CHANGED
@@ -45,8 +45,4 @@
45
45
  -moz-transform: translateY(-1px)
46
46
  -o-transform: translateY(-1px)
47
47
  -ms-transform: translateY(-1px)
48
- transform: translateY(-1px)
49
- &.btn--purchase
50
- background-color: #55d96b
51
- &:hover
52
- background-color: #55d96b
48
+ transform: translateY(-1px)
@@ -1,7 +1,5 @@
1
- @import "_base.sass"
2
- @import "_layout.sass"
3
- @import "_variables.sass"
4
- @import "buttons.sass"
5
- @import "media-requests.sass"
6
- @import "custom-styles.sass"
7
- @import "custom-variables.sass"
1
+ @import "_base"
2
+ @import "_variables"
3
+ @import "_layout"
4
+ @import "preloader"
5
+ @import "buttons"
@@ -1 +0,0 @@
1
- Fonts should be placed in this folder
File without changes
@@ -12,7 +12,7 @@ window.onload = function () {
12
12
  /// contact form
13
13
 
14
14
  $(document).ready(function(){
15
- $('.conctact-us-btn').on('click', function(e){
15
+ $('.contact-us__btn').on('click', function(e){
16
16
  e.preventDefault();
17
17
  $('#modal').fadeIn(100);
18
18
  $('.modalBody').slideDown(300);