@golstats/gsc-landing 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/css/fonts.css +127 -127
- package/dist/gsc-landing.js +23 -23
- package/dist/gsc-landing.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +44 -44
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# landing-component
|
|
2
|
-
Componente de la pagina principal de Golstats 3.0
|
|
1
|
+
# landing-component
|
|
2
|
+
Componente de la pagina principal de Golstats 3.0
|
package/dist/css/fonts.css
CHANGED
|
@@ -1,127 +1,127 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'Poppins-Black';
|
|
3
|
-
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
4
|
-
}
|
|
5
|
-
@font-face {
|
|
6
|
-
font-family: 'Poppins-BlackItalic';
|
|
7
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
8
|
-
}
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'Poppins-Bold';
|
|
11
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
12
|
-
}
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'Poppins-BoldItalic';
|
|
15
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
16
|
-
}
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'Poppins-ExtraBold';
|
|
19
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
20
|
-
}
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
23
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
24
|
-
}
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'Poppins-ExtraLight';
|
|
27
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
28
|
-
}
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
31
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
32
|
-
}
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: 'Poppins-Italic';
|
|
35
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
36
|
-
}
|
|
37
|
-
@font-face {
|
|
38
|
-
font-family: 'Poppins-Light';
|
|
39
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
40
|
-
}
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: 'Poppins-LightItalic';
|
|
43
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
44
|
-
}
|
|
45
|
-
@font-face {
|
|
46
|
-
font-family: 'Poppins-MediumItalic';
|
|
47
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
48
|
-
}
|
|
49
|
-
@font-face {
|
|
50
|
-
font-family: 'Poppins-Medium';
|
|
51
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
52
|
-
}
|
|
53
|
-
@font-face {
|
|
54
|
-
font-family: 'Poppins-Regular';
|
|
55
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
56
|
-
}
|
|
57
|
-
@font-face {
|
|
58
|
-
font-family: 'Poppins-SemiBold';
|
|
59
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
60
|
-
}
|
|
61
|
-
@font-face {
|
|
62
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
63
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
64
|
-
}
|
|
65
|
-
@font-face {
|
|
66
|
-
font-family: 'Poppins-ThinItalic';
|
|
67
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
68
|
-
}
|
|
69
|
-
@font-face {
|
|
70
|
-
font-family: 'Poppins-Thin';
|
|
71
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@font-face {
|
|
75
|
-
font-family: 'Montserrat-SemiBold';
|
|
76
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
@font-face {
|
|
80
|
-
font-family: 'Oswald-Bold';
|
|
81
|
-
src: url('../fonts/Oswald-Bold.ttf') format('truetype');
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
@font-face {
|
|
85
|
-
font-family: 'Oswald-Regular';
|
|
86
|
-
src: url('../fonts/Oswald-Regular.ttf') format('truetype');
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@font-face {
|
|
90
|
-
font-family: 'Oswald-SemiBold';
|
|
91
|
-
src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
@font-face {
|
|
95
|
-
font-family: 'Oswald-Medium';
|
|
96
|
-
src: url('../fonts/Oswald-Medium.ttf') format('truetype');
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@font-face {
|
|
100
|
-
font-family: 'BebasNeueBold';
|
|
101
|
-
src: url('/fonts/BebasNeue-Bold.woff2') format('woff2');
|
|
102
|
-
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@font-face {
|
|
106
|
-
font-family: 'BebasNeueBook';
|
|
107
|
-
src: url('/fonts/BebasNeue-Book.woff2') format('woff2');
|
|
108
|
-
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
@font-face {
|
|
112
|
-
font-family: 'BebasNeueLight';
|
|
113
|
-
src: url('/fonts/BebasNeue-Light.woff2') format('woff2');
|
|
114
|
-
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
@font-face {
|
|
118
|
-
font-family: 'BebasNeueRegular';
|
|
119
|
-
src: url('/fonts/BebasNeue-Regular.woff2') format('woff2');
|
|
120
|
-
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@font-face {
|
|
124
|
-
font-family: 'BebasNeueThin';
|
|
125
|
-
src: url('/fonts/BebasNeue-Thin.woff2') format('woff2');
|
|
126
|
-
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
127
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Poppins-Black';
|
|
3
|
+
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
4
|
+
}
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: 'Poppins-BlackItalic';
|
|
7
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
8
|
+
}
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'Poppins-Bold';
|
|
11
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
12
|
+
}
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Poppins-BoldItalic';
|
|
15
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
16
|
+
}
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'Poppins-ExtraBold';
|
|
19
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
20
|
+
}
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
23
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
24
|
+
}
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'Poppins-ExtraLight';
|
|
27
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
28
|
+
}
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
31
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
32
|
+
}
|
|
33
|
+
@font-face {
|
|
34
|
+
font-family: 'Poppins-Italic';
|
|
35
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Poppins-Light';
|
|
39
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'Poppins-LightItalic';
|
|
43
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
44
|
+
}
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'Poppins-MediumItalic';
|
|
47
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
48
|
+
}
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: 'Poppins-Medium';
|
|
51
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
52
|
+
}
|
|
53
|
+
@font-face {
|
|
54
|
+
font-family: 'Poppins-Regular';
|
|
55
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Poppins-SemiBold';
|
|
59
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
60
|
+
}
|
|
61
|
+
@font-face {
|
|
62
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
63
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
64
|
+
}
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'Poppins-ThinItalic';
|
|
67
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
68
|
+
}
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: 'Poppins-Thin';
|
|
71
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Montserrat-SemiBold';
|
|
76
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'Oswald-Bold';
|
|
81
|
+
src: url('../fonts/Oswald-Bold.ttf') format('truetype');
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@font-face {
|
|
85
|
+
font-family: 'Oswald-Regular';
|
|
86
|
+
src: url('../fonts/Oswald-Regular.ttf') format('truetype');
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: 'Oswald-SemiBold';
|
|
91
|
+
src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
@font-face {
|
|
95
|
+
font-family: 'Oswald-Medium';
|
|
96
|
+
src: url('../fonts/Oswald-Medium.ttf') format('truetype');
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'BebasNeueBold';
|
|
101
|
+
src: url('/fonts/BebasNeue-Bold.woff2') format('woff2');
|
|
102
|
+
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@font-face {
|
|
106
|
+
font-family: 'BebasNeueBook';
|
|
107
|
+
src: url('/fonts/BebasNeue-Book.woff2') format('woff2');
|
|
108
|
+
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@font-face {
|
|
112
|
+
font-family: 'BebasNeueLight';
|
|
113
|
+
src: url('/fonts/BebasNeue-Light.woff2') format('woff2');
|
|
114
|
+
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@font-face {
|
|
118
|
+
font-family: 'BebasNeueRegular';
|
|
119
|
+
src: url('/fonts/BebasNeue-Regular.woff2') format('woff2');
|
|
120
|
+
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@font-face {
|
|
124
|
+
font-family: 'BebasNeueThin';
|
|
125
|
+
src: url('/fonts/BebasNeue-Thin.woff2') format('woff2');
|
|
126
|
+
/* También puedes proporcionar otros formatos de fuente como woff, ttf, etc., para una mejor compatibilidad entre navegadores */
|
|
127
|
+
}
|