landing-page-gem 0.17.1 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +2 -0
  3. data/_includes/benefits.html +5 -5
  4. data/_includes/body.html +2 -2
  5. data/_includes/footer.html +37 -123
  6. data/_includes/hash/landing.yml +1 -1
  7. data/_includes/header.html +1 -1
  8. data/_includes/navbar.html +11 -111
  9. data/_includes/preconnect.html +2 -2
  10. data/_includes/styles/vendor.html +1 -1
  11. data/_includes/svg/check-mark.html +1 -1
  12. data/_layouts/landing.html +0 -1
  13. data/assets/img/facebook-f_white.svg +1 -0
  14. data/assets/img/instagram-white.svg +1 -0
  15. data/assets/img/kcc-logo_white.svg +1 -0
  16. data/assets/img/kcc-word-logo_white.svg +1 -0
  17. data/assets/img/linkedin-white.svg +1 -0
  18. data/assets/img/pinterest-p_white.svg +1 -0
  19. data/assets/img/xitter.svg +1 -0
  20. data/assets/img/youtube-white.svg +1 -0
  21. data/assets/js/dist/917.5136152057a7fc5ba6da.bundle.js +1 -0
  22. data/assets/js/dist/bootstrap.5136152057a7fc5ba6da.bundle.js +0 -0
  23. data/assets/js/dist/bootstrap.5136152057a7fc5ba6da.css +1 -0
  24. data/assets/js/dist/{kcc-landing-page.c1d958d714ef7923409e.bundle.js → kcc-landing-page.5136152057a7fc5ba6da.bundle.js} +1 -1
  25. data/assets/js/dist/{kcc-landing-page.c1d958d714ef7923409e.css → kcc-landing-page.5136152057a7fc5ba6da.css} +1 -1
  26. data/assets/js/src/bootstrap.js +4 -0
  27. data/assets/js/src/footerDate.js +3 -3
  28. data/assets/js/src/landingPage.js +7 -12
  29. data/assets/js/src/lazyLoad.js +2 -2
  30. data/assets/js/src/websiteSearch.js +6 -6
  31. data/assets/scss/3-layout/_positioning.scss +1 -1
  32. data/assets/scss/bootstrap.scss +99 -0
  33. metadata +20 -12
  34. data/_includes/scripts/vendor-cdn.html +0 -3
  35. data/assets/img/culture.svg +0 -31
  36. data/assets/img/schedule.svg +0 -42
  37. data/assets/img/support.svg +0 -12
  38. data/assets/js/dist/917.c1d958d714ef7923409e.bundle.js +0 -1
  39. /data/assets/js/dist/{102.c1d958d714ef7923409e.bundle.js → 102.5136152057a7fc5ba6da.bundle.js} +0 -0
  40. /data/assets/js/dist/{143.c1d958d714ef7923409e.bundle.js → 143.5136152057a7fc5ba6da.bundle.js} +0 -0
  41. /data/assets/js/dist/{776.c1d958d714ef7923409e.bundle.js → 776.5136152057a7fc5ba6da.bundle.js} +0 -0
@@ -0,0 +1,99 @@
1
+ // 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
2
+ @import '../../node_modules/bootstrap/scss/functions';
3
+
4
+ // 2. Include any default variable overrides here
5
+
6
+ $container-max-widths: (
7
+ sm: 540px,
8
+ md: 720px,
9
+ lg: 960px,
10
+ xl: 1140px,
11
+ xxl: 1140px
12
+ );
13
+
14
+ $link-decoration: none;
15
+ $link-hover-decoration: underline;
16
+
17
+ $navbar-padding-x: 1rem;
18
+
19
+ $breadcrumb-padding-y: .75rem;
20
+ $breadcrumb-padding-x: 1rem;
21
+
22
+ // 3. Include remainder of required Bootstrap stylesheets
23
+ @import '../../node_modules/bootstrap/scss/variables';
24
+ // @import '../../node_modules/bootstrap/scss/variables-dark';
25
+ @import '../../node_modules/bootstrap/scss/maps';
26
+ @import '../../node_modules/bootstrap/scss/mixins';
27
+ @import '../../node_modules/bootstrap/scss/root';
28
+
29
+ // 4. Include any optional Bootstrap CSS as needed
30
+ @import '../../node_modules/bootstrap/scss/utilities';
31
+ @import '../../node_modules/bootstrap/scss/reboot';
32
+ @import '../../node_modules/bootstrap/scss/type';
33
+ @import '../../node_modules/bootstrap/scss/images';
34
+ @import '../../node_modules/bootstrap/scss/containers';
35
+ @import '../../node_modules/bootstrap/scss/grid';
36
+ @import '../../node_modules/bootstrap/scss/transitions';
37
+ // @import '../../node_modules/bootstrap/scss/nav';
38
+ @import '../../node_modules/bootstrap/scss/navbar';
39
+ // @import '../../node_modules/bootstrap/scss/accordion';
40
+ // @import '../../node_modules/bootstrap/scss/alert';
41
+ @import '../../node_modules/bootstrap/scss/breadcrumb';
42
+ // @import '../../node_modules/bootstrap/scss/button-group';
43
+ @import '../../node_modules/bootstrap/scss/buttons';
44
+ @import '../../node_modules/bootstrap/scss/card';
45
+ @import '../../node_modules/bootstrap/scss/close';
46
+ // @import '../../node_modules/bootstrap/scss/dropdown';
47
+ @import '../../node_modules/bootstrap/scss/forms';
48
+ // @import '../../node_modules/bootstrap/scss/modal';
49
+ // @import '../../node_modules/bootstrap/scss/tables';
50
+
51
+ // All Bootstrap 5 scss partial files:
52
+ // * items in use start with single line comment (//)
53
+ // * items not yet used are /* multi-line comments */
54
+ /* _accordion.scss */
55
+ // _alert.scss
56
+ /* _badge.scss */
57
+ // _breadcrumb.scss
58
+ /* _button-group.scss */
59
+ // _buttons.scss
60
+ // _card.scss
61
+ /* _carousel.scss */
62
+ // _close.scss
63
+ // _containers.scss
64
+ // _dropdown.scss
65
+ /* _forms.scss */
66
+ // _functions.scss
67
+ // _grid.scss
68
+ // _helpers.scss
69
+ // _images.scss
70
+ /* _list-group.scss */
71
+ /* _maps.scss */
72
+ // _mixins.scss
73
+ // _modal.scss
74
+ // _nav.scss
75
+ // _navbar.scss
76
+ /* _offcanvas.scss */
77
+ /* _pagination.scss */
78
+ /* _placeholders.scss */
79
+ /* _popover.scss */
80
+ /* _progress.scss */
81
+ // _reboot.scss
82
+ // _root.scss
83
+ /* _spinners.scss */
84
+ // _tables.scss
85
+ /* _toasts.scss */
86
+ /* _tooltip.scss */
87
+ // _transitions.scss
88
+ // _type.scss
89
+ // _utilities.scss
90
+ /* _variables-dark.scss */
91
+ // _variables.scss
92
+
93
+ //5. Include helpers
94
+ @import '../../node_modules/bootstrap/scss/helpers';
95
+
96
+ // 6. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
97
+ @import '../../node_modules/bootstrap/scss/utilities/api';
98
+
99
+ // 7. Add additional custom code here
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: landing-page-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-15 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -48,7 +48,6 @@ files:
48
48
  - _includes/scripts/custom-theme.html
49
49
  - _includes/scripts/google-noscript.html
50
50
  - _includes/scripts/google-tag.html
51
- - _includes/scripts/vendor-cdn.html
52
51
  - _includes/styles/fonts.html
53
52
  - _includes/styles/main.html
54
53
  - _includes/styles/vendor.html
@@ -72,24 +71,32 @@ files:
72
71
  - _layouts/landing.html
73
72
  - assets/img/DSC_8724_4x3.jpg
74
73
  - assets/img/banner-bg.jpg
75
- - assets/img/culture.svg
76
74
  - assets/img/d-daun2.jpg
75
+ - assets/img/facebook-f_white.svg
77
76
  - assets/img/iccmc-logo_blue-transparent.png
77
+ - assets/img/instagram-white.svg
78
78
  - assets/img/itransfer.png
79
+ - assets/img/kcc-logo_white.svg
80
+ - assets/img/kcc-word-logo_white.svg
79
81
  - assets/img/keyboard_arrow_right.svg
82
+ - assets/img/linkedin-white.svg
80
83
  - assets/img/miguel2.jpg
84
+ - assets/img/pinterest-p_white.svg
81
85
  - assets/img/placeholder_16to9.jpg
82
86
  - assets/img/placeholder_4by3.jpg
83
87
  - assets/img/placeholder_square.jpg
84
- - assets/img/schedule.svg
85
- - assets/img/support.svg
88
+ - assets/img/xitter.svg
89
+ - assets/img/youtube-white.svg
86
90
  - assets/img/zippia.png
87
- - assets/js/dist/102.c1d958d714ef7923409e.bundle.js
88
- - assets/js/dist/143.c1d958d714ef7923409e.bundle.js
89
- - assets/js/dist/776.c1d958d714ef7923409e.bundle.js
90
- - assets/js/dist/917.c1d958d714ef7923409e.bundle.js
91
- - assets/js/dist/kcc-landing-page.c1d958d714ef7923409e.bundle.js
92
- - assets/js/dist/kcc-landing-page.c1d958d714ef7923409e.css
91
+ - assets/js/dist/102.5136152057a7fc5ba6da.bundle.js
92
+ - assets/js/dist/143.5136152057a7fc5ba6da.bundle.js
93
+ - assets/js/dist/776.5136152057a7fc5ba6da.bundle.js
94
+ - assets/js/dist/917.5136152057a7fc5ba6da.bundle.js
95
+ - assets/js/dist/bootstrap.5136152057a7fc5ba6da.bundle.js
96
+ - assets/js/dist/bootstrap.5136152057a7fc5ba6da.css
97
+ - assets/js/dist/kcc-landing-page.5136152057a7fc5ba6da.bundle.js
98
+ - assets/js/dist/kcc-landing-page.5136152057a7fc5ba6da.css
99
+ - assets/js/src/bootstrap.js
93
100
  - assets/js/src/footerDate.js
94
101
  - assets/js/src/landingPage.js
95
102
  - assets/js/src/lazyLoad.js
@@ -112,6 +119,7 @@ files:
112
119
  - assets/scss/2-modules/_nav-landing.scss
113
120
  - assets/scss/3-layout/_positioning.scss
114
121
  - assets/scss/3-layout/_thank-you.scss
122
+ - assets/scss/bootstrap.scss
115
123
  - assets/scss/inline.scss
116
124
  - assets/scss/main.scss
117
125
  homepage: https://github.com/KankakeeCommunityCollege/landing-page-gem
@@ -1,3 +0,0 @@
1
- <!-- CDN links to Bootstrap 4 beta dependancies -->
2
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
3
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
@@ -1,31 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190 100">
2
- <rect fill="none" width="190" height="100"/>
3
- <g>
4
- <path fill="#003057" d="M73.6,59.2c2.4,2.3,3.6,5.5,3.5,8.7c-0.1,1.8,0,3.7,0,5.7c0,1,0,1.8,0,2.7v4.7H18.3v-4.7c0-1,0-1.9,0-2.9
5
- c0-2.5,0-5.1,0.1-7.7c0.3-2.3,1.3-4.4,2.9-6c4-4.1,9.1-7,14.7-8.4c-4.6-5.4-6.4-12.6-4.8-19.6c2-7.4,8.7-12.6,16.4-12.6h0.1
6
- c0.7,0,1.4,0.1,2.2,0.2c9.4,1.3,16,9.9,14.7,19.3c-0.5,4.7-2.3,9.1-5.3,12.7C64.7,52.6,69.7,55.3,73.6,59.2z M72.5,67.7
7
- c0.1-2-0.7-3.9-2.2-5.3c-3.6-3.4-8-5.7-12.8-6.8c-0.1,0-0.2,0-0.4,0c-0.5,0-1.1,0.2-1.5,0.5c-2.4,1.5-5.1,2.3-7.9,2.4
8
- c-2.8-0.1-5.6-0.9-7.9-2.4c-0.4-0.3-0.9-0.4-1.4-0.5H38c-5,1.1-9.6,3.6-13.2,7.2c-0.9,0.9-1.5,1.9-1.7,3.1c-0.1,3.4,0,6.8,0,10.3
9
- h49.3C72.4,73.3,72.4,70.5,72.5,67.7z M60.1,36.3c0,0,0-0.1,0-0.1c0-6.8-5.5-12.4-12.4-12.4c-5.6,0-10.4,3.8-11.9,9.1
10
- c-1.4,6.9,1.3,14.1,7.1,18.2c1.4,1,3.1,1.5,4.8,1.5c1.8,0,3.5-0.6,5-1.7c4.2-3.1,6.9-7.8,7.3-13.1C60,37.4,60.1,36.9,60.1,36.3z"
11
- />
12
- <g>
13
- <path fill="#003057" d="M168.2,59.2c2.4,2.3,3.6,5.5,3.5,8.7c-0.1,1.8,0,3.7,0,5.7c0,1,0,1.8,0,2.7v4.7h-58.8v-4.7
14
- c0-1,0-1.9,0-2.9c0-2.5,0-5.1,0.1-7.7c0.3-2.3,1.3-4.4,2.9-6c4-4.1,9.1-7,14.7-8.4c-4.6-5.4-6.4-12.6-4.8-19.6
15
- c2-7.4,8.7-12.6,16.4-12.6h0.1c0.7,0,1.4,0.1,2.2,0.2c9.4,1.3,16,9.9,14.7,19.3c-0.5,4.7-2.3,9.1-5.3,12.7
16
- C159.3,52.6,164.2,55.3,168.2,59.2z M167,67.7c0.1-2-0.7-3.9-2.2-5.3c-3.6-3.4-8-5.7-12.8-6.8c-0.1,0-0.3,0-0.4,0
17
- c-0.5,0-1.1,0.2-1.5,0.5c-2.4,1.5-5.1,2.3-7.9,2.4c-2.8-0.1-5.6-0.9-7.9-2.4c-0.4-0.3-0.9-0.4-1.4-0.5h-0.3
18
- c-5,1.1-9.6,3.6-13.2,7.2c-0.9,0.8-1.5,1.9-1.7,3.1c-0.1,3.4,0,6.8,0,10.3H167C167,73.3,166.9,70.5,167,67.7z M154.6,36.3
19
- c0,0,0-0.1,0-0.1c0-6.8-5.5-12.4-12.4-12.4c-5.6,0-10.4,3.8-11.9,9.1c-1.4,6.9,1.3,14.1,7.1,18.2c1.4,1,3.1,1.5,4.8,1.5
20
- c1.8,0,3.5-0.6,5-1.7c4.2-3.1,6.9-7.8,7.3-13.1C154.5,37.4,154.6,36.9,154.6,36.3z"/>
21
- <path fill="#7A8FA7" d="M164.8,62.4c1.4,1.4,2.2,3.3,2.2,5.3c-0.1,2.8,0,5.6,0,8.5h-49.3c0-3.5-0.1-6.9,0-10.3
22
- c0.2-1.2,0.8-2.3,1.7-3.1c3.6-3.6,8.2-6.1,13.2-7.2h0.3c0.5,0.1,1,0.2,1.4,0.5c2.4,1.5,5.1,2.4,7.9,2.4c2.8-0.1,5.6-0.9,7.9-2.4
23
- c0.5-0.3,1-0.4,1.5-0.5c0.1,0,0.3,0,0.4,0C156.9,56.7,161.3,59.1,164.8,62.4z"/>
24
- <path fill="#7A8FA7" d="M154.6,36.2c0,0,0,0.1,0,0.1c0,0.5-0.1,1.1-0.1,1.6c-0.4,5.2-3,10-7.3,13.1c-1.4,1.1-3.2,1.7-5,1.7
25
- c-1.7,0-3.4-0.6-4.8-1.5c-5.7-4.1-8.5-11.3-7.1-18.2c1.5-5.4,6.3-9.1,11.9-9.1C149,23.8,154.6,29.4,154.6,36.2z"/>
26
- </g>
27
- <path fill="#003057" d="M124.4,73.6v7.3H65.6v-7.6c0-2.5,0-5.1,0.1-7.7c0.3-2.3,1.3-4.4,2.9-6c4-4.1,9.1-7,14.7-8.4
28
- c-4.6-5.4-6.4-12.7-4.8-19.6c2-7.4,8.7-12.6,16.4-12.6h0.1c0.7,0,1.4,0.1,2.2,0.1c9.4,1.3,16,9.9,14.7,19.3
29
- c-0.5,4.7-2.3,9.1-5.3,12.7c5.4,1.3,10.3,4,14.3,7.9c2.4,2.3,3.6,5.5,3.5,8.7C124.4,69.8,124.4,71.6,124.4,73.6z"/>
30
- </g>
31
- </svg>
@@ -1,42 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
2
- <rect fill="none" width="150" height="150"/>
3
- <path fill="#003057" d="M112.9,28.3c-0.2,0-0.3,0-0.5,0H97.6l0.3-2.2c0-3.1-2.6-5.7-5.7-5.7h-6.5c-0.5-4.6-5.2-8.2-10.9-8.2
4
- c-5.7,0-10.3,3.6-10.9,8.2h-6.5c-3.2,0-5.7,2.5-5.7,5.7l0.3,2.2H37.6c-0.2,0-0.5,0-0.9,0c-1.7,0.3-4.6,1.6-4.6,6.9v96.6
5
- c0,2.6,0.7,4.2,1.6,5.1s2.1,1.4,3,1.5l76.2,0c1.8-0.3,4.8-1.4,4.8-6.7V35.2C117.7,29.7,114.7,28.5,112.9,28.3z M74.9,15.3
6
- c1.4,0,2.6,1.2,2.6,2.6c0,1.3-0.9,2.3-2.1,2.6c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.5,0c-1.2-0.2-2.1-1.3-2.1-2.6
7
- C72.3,16.4,73.5,15.3,74.9,15.3z M112,126.1c0,5.2-3,6.4-4.8,6.6v0.1H42.4v-0.2c-1.8-0.3-4.6-1.5-4.6-6.7V41c0-5.3,2.8-6.7,4.6-6.9
8
- c0.3,0,0.6,0,0.9,0h9.7l0.5,3.3c0,3.1,2.5,5.7,5.7,5.7h31.5c3.1,0,5.7-2.5,5.7-5.7l0.5-3.3h10c0.1,0,0.3,0,0.5,0
9
- c1.7,0.2,4.8,1.4,4.8,6.9V126.1z"/>
10
- <g>
11
- <g>
12
- <path fill="#003057" d="M103.4,119.6c0,1.7-1.4,3-3.1,3H66.6c-1.7,0-3.1-1.4-3.1-3l0,0c0-1.7,1.4-3,3.1-3h33.7
13
- C102,116.6,103.4,117.9,103.4,119.6L103.4,119.6z"/>
14
- <path fill="#003057" d="M55.9,114.5l-4.4,6.3l-2.5-1.7c-0.8-0.5-1.8-0.3-2.3,0.4c-0.5,0.8-0.3,1.8,0.4,2.3c6.3,4.4,4.2,5,11.5-5.4
15
- c0.5-0.8,0.3-1.8-0.4-2.3C57.4,113.6,56.4,113.8,55.9,114.5z"/>
16
- </g>
17
- <g>
18
- <path fill="#003057" d="M103.4,103.5c0,1.7-1.4,3-3.1,3H66.6c-1.7,0-3.1-1.4-3.1-3l0,0c0-1.7,1.4-3,3.1-3h33.7
19
- C102,100.5,103.4,101.9,103.4,103.5L103.4,103.5z"/>
20
- <path fill="#003057" d="M55.9,98.5l-4.4,6.3L49,103c-0.8-0.5-1.8-0.3-2.3,0.4c-0.5,0.8-0.3,1.8,0.4,2.3c6.3,4.4,4.2,5,11.5-5.4
21
- c0.5-0.8,0.3-1.8-0.4-2.3C57.4,97.5,56.4,97.7,55.9,98.5z"/>
22
- </g>
23
- <g>
24
- <path fill="#003057" d="M103.4,87.4c0,1.7-1.4,3-3.1,3H66.6c-1.7,0-3.1-1.4-3.1-3l0,0c0-1.7,1.4-3,3.1-3h33.7
25
- C102,84.4,103.4,85.8,103.4,87.4L103.4,87.4z"/>
26
- <path fill="#003057" d="M55.9,82.4l-4.4,6.3L49,86.9c-0.8-0.5-1.8-0.3-2.3,0.4c-0.5,0.8-0.3,1.8,0.4,2.3c6.3,4.4,4.2,5,11.5-5.4
27
- c0.5-0.8,0.3-1.8-0.4-2.3C57.4,81.4,56.4,81.6,55.9,82.4z"/>
28
- </g>
29
- <g>
30
- <path fill="#003057" d="M103.4,71.4c0,1.7-1.4,3-3.1,3H66.6c-1.7,0-3.1-1.4-3.1-3l0,0c0-1.7,1.4-3,3.1-3h33.7
31
- C102,68.3,103.4,69.7,103.4,71.4L103.4,71.4z"/>
32
- <path fill="#003057" d="M55.9,66.3l-4.4,6.3L49,70.9c-0.8-0.5-1.8-0.3-2.3,0.4c-0.5,0.8-0.3,1.8,0.4,2.3c6.3,4.4,4.2,5,11.5-5.4
33
- c0.5-0.8,0.3-1.8-0.4-2.3C57.4,65.4,56.4,65.5,55.9,66.3z"/>
34
- </g>
35
- <g>
36
- <path fill="#003057" d="M103.4,55.3c0,1.7-1.4,3-3.1,3H66.6c-1.7,0-3.1-1.4-3.1-3l0,0c0-1.7,1.4-3,3.1-3h33.7
37
- C102,52.3,103.4,53.6,103.4,55.3L103.4,55.3z"/>
38
- <path fill="#003057" d="M55.9,50.2l-4.4,6.3L49,54.8c-0.8-0.5-1.8-0.3-2.3,0.4c-0.5,0.8-0.3,1.8,0.4,2.3c6.3,4.4,4.2,5,11.5-5.4
39
- c0.5-0.8,0.3-1.8-0.4-2.3C57.4,49.3,56.4,49.5,55.9,50.2z"/>
40
- </g>
41
- </g>
42
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
2
- <g>
3
- <path fill="#003057" d="M115.8,104.7c-2.8,2.9-23.6,20.9-26.7,22.2c-2.7,1.1-26.6,2-36.2,0.8c-3-0.4-8.9-2-13.6-3.3
4
- c-4.1-1.1-6.3-1.7-7.3-1.8c-2.1-0.2-11.8-0.1-13.9-0.1V95.1c2,0,11.1,0.2,14-0.3c1.6-0.3,3.3-1.3,5.5-2.6c3.1-1.9,7-4.2,10.6-4.2
5
- c5.7,0,10.2,1.9,12.4,2.9c1.2,0.5,2.9,1.3,4.4,2.1c2.2,1.1,4.2,2.1,5.8,2.7c2.4,0.8,7.2,0.8,13.4,0.7c1.3,0,2.5-0.1,3.4-0.1
6
- c3.1,0,6.5,2,6.5,4.8c0,2.7-1.5,7-5.5,7H63.8c-1.3,0-2.3,1-2.3,2.3c0,1.3,1,2.3,2.3,2.3h24.9c6.5,0,10-5.9,10.1-11.4
7
- c3.9-2.3,14.1-8.5,15.6-9.9c0.7-0.6,1.5-1.5,2.4-2.5c1.8-2.1,4.4-4.9,6.7-5.9c3.3-1.4,7.4-0.6,8.2,0.2
8
- C130.4,86.3,118.6,101.7,115.8,104.7"/>
9
- <path fill="#003057" d="M103.2,22.1c-12.4,0-16.9,14.8-16.9,14.8s-4.5-14.8-17-14.8c-9.4,0-20.1,7.4-16.1,24.3
10
- c4,16.9,33,37.9,33,37.9s0.1-0.1,0.1-0.2c0,0.1,0.1,0.1,0.1,0.1s29-21,32.9-37.9C123.3,29.5,112.6,22.1,103.2,22.1"/>
11
- </g>
12
- </svg>
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunklanding_page_gem=self.webpackChunklanding_page_gem||[]).push([[917],{917:function(e,t){function n(e){return Math.floor(e.getBoundingClientRect().top)}function o(e){const t=e.target.getAttribute("href").replace(/^#/,""),o=document.getElementById(t),r=n(o);e.preventDefault(),window.scrollBy({top:r,left:0,behavior:"smooth"});const a=setInterval((()=>{const e=window.innerHeight+window.pageYOffset>=document.body.offsetHeight-2;(0===n(o)||e)&&('.inputWrapper input[placeholder="First Name"]',document.querySelector('.inputWrapper input[placeholder="First Name"]').select(),clearInterval(a))}),100)}t.default=function(){document.querySelector('a[href="#page-top"]').addEventListener("click",o)}}}]);