Skip to content

Commit 2302ce6

Browse files
renovate-botardatan
authored andcommitted
Update dependency bootstrap to v4.1.2
1 parent 51baff5 commit 2302ce6

9 files changed

Lines changed: 409 additions & 463 deletions

File tree

firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
{
2323
"key": "Link",
24-
"value": "</build/app/rt1vkrcv.js>;rel=preload;as=script"
24+
"value": "</build/app/2isulxy7.js>;rel=preload;as=script"
2525
},
2626
{
2727
"key": "Link",
28-
"value": "</build/app/t8iuhg2k.js>;rel=preload;as=script"
28+
"value": "</build/app/nmiycqqx.js>;rel=preload;as=script"
2929
},
3030
{
3131
"key": "Link",

package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
{
2-
"name": "valuag-ico",
3-
"private": true,
4-
"version": "0.0.1",
5-
"description": "ValuAg ICO",
6-
"files": [
7-
"dist/"
8-
],
9-
"scripts": {
10-
"build": "yarn build:stencil && yarn build:functions",
11-
"build:stencil": "stencil build --prerender",
12-
"build:functions": "cd functions && yarn build",
13-
"watch": "sd concurrent \"yarn watch:stencil\" \"yarn watch:functions\"",
14-
"watch:stencil": "stencil build --dev --watch",
15-
"watch:functions": "cd functions && yarn watch",
16-
"start": "sd concurrent \"yarn watch\" \"yarn serve:firebase\" \"browser-sync start --proxy \"localhost:5000\" --files \"www/*\"\" ",
17-
"serve:firebase": "firebase serve",
18-
"serve:stencil": "yarn watch:stencil --serve",
19-
"test": "jest",
20-
"test.watch": "jest --watch",
21-
"host-to-firebase": "node scripts/host-to-firebase.js",
22-
"deploy": "yarn build && yarn host-to-firebase && firebase deploy"
23-
},
24-
"dependencies": {
25-
"@icon/themify-icons": "1.0.6",
26-
"@stencil/core": "0.10.0-9",
27-
"@stencil/router": "0.2.3",
28-
"@stencil/sass": "0.0.5",
29-
"bootstrap": "4.1.1",
30-
"firebase": "5.2.0",
31-
"font-awesome": "4.7.0",
32-
"owl.carousel": "2.3.4",
33-
"rss-parser": "3.4.2",
34-
"web3": "0.20.6",
35-
"wowjs": "1.1.3"
36-
},
37-
"devDependencies": {
38-
"@types/jest": "23.1.1",
39-
"browser-sync": "2.24.5",
40-
"firebase-tools": "3.19.0",
41-
"jest": "23.1.0"
42-
},
43-
"repository": "git+https://github.com/valuag/valuag-ico.git",
44-
"author": "ValuAg Team",
45-
"license": "MIT",
46-
"bugs": {
47-
"url": "https://github.com/valuag/valuag-ico"
48-
},
49-
"homepage": "https://github.com/valuag/valuag-ico",
50-
"jest": {
51-
"transform": {
52-
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
53-
},
54-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
55-
"moduleFileExtensions": [
56-
"ts",
57-
"tsx",
58-
"js",
59-
"json",
60-
"jsx"
61-
]
62-
}
63-
}
1+
{
2+
"name": "valuag-ico",
3+
"private": true,
4+
"version": "0.0.1",
5+
"description": "ValuAg ICO",
6+
"files": [
7+
"dist/"
8+
],
9+
"scripts": {
10+
"build": "yarn build:stencil && yarn build:functions",
11+
"build:stencil": "stencil build --prerender",
12+
"build:functions": "cd functions && yarn build",
13+
"watch": "sd concurrent \"yarn watch:stencil\" \"yarn watch:functions\"",
14+
"watch:stencil": "stencil build --dev --watch",
15+
"watch:functions": "cd functions && yarn watch",
16+
"start": "sd concurrent \"yarn watch\" \"yarn serve:firebase\" \"browser-sync start --proxy \"localhost:5000\" --files \"www/*\"\" ",
17+
"serve:firebase": "firebase serve",
18+
"serve:stencil": "yarn watch:stencil --serve",
19+
"test": "jest",
20+
"test.watch": "jest --watch",
21+
"host-to-firebase": "node scripts/host-to-firebase.js",
22+
"deploy": "yarn build && yarn host-to-firebase && firebase deploy"
23+
},
24+
"dependencies": {
25+
"@icon/themify-icons": "1.0.6",
26+
"@stencil/core": "0.10.0-9",
27+
"@stencil/router": "0.2.3",
28+
"@stencil/sass": "0.0.5",
29+
"bootstrap": "4.1.2",
30+
"firebase": "5.2.0",
31+
"font-awesome": "4.7.0",
32+
"owl.carousel": "2.3.4",
33+
"rss-parser": "3.4.2",
34+
"web3": "0.20.6",
35+
"wowjs": "1.1.3"
36+
},
37+
"devDependencies": {
38+
"@types/jest": "23.1.1",
39+
"browser-sync": "2.24.5",
40+
"firebase-tools": "3.19.0",
41+
"jest": "23.1.0"
42+
},
43+
"repository": "git+https://github.com/valuag/valuag-ico.git",
44+
"author": "ValuAg Team",
45+
"license": "MIT",
46+
"bugs": {
47+
"url": "https://github.com/valuag/valuag-ico"
48+
},
49+
"homepage": "https://github.com/valuag/valuag-ico",
50+
"jest": {
51+
"transform": {
52+
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
53+
},
54+
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
55+
"moduleFileExtensions": [
56+
"ts",
57+
"tsx",
58+
"js",
59+
"json",
60+
"jsx"
61+
]
62+
}
63+
}
Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
1-
/* ##### About Us Area ##### */
2-
3-
.about-us-area {
4-
position: relative;
5-
z-index: 1;
6-
}
7-
8-
.who-we-contant h4 {
9-
margin-bottom: 20px;
10-
font-size: 30px;
11-
}
12-
13-
.our-mission-area {
14-
position: relative;
15-
z-index: 10;
16-
width: 100%;
17-
overflow: hidden;
18-
height: 400px !important;
19-
}
20-
21-
.our-mission-content {
22-
position: absolute !important;
23-
width: 100%;
24-
height: 100%;
25-
top: 0;
26-
left: 0;
27-
z-index: 10;
28-
background: rgba(72, 52, 212, 0.95);
29-
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
30-
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
31-
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
32-
}
33-
34-
.single-mission {
35-
position: relative;
36-
z-index: 1;
37-
text-align: center;
38-
}
39-
40-
.single-mission i {
41-
font-size: 50px;
42-
margin-bottom: 30px;
43-
display: block;
44-
color: #fff;
45-
}
46-
47-
.single-mission h6 {
48-
margin-bottom: 15px;
49-
}
50-
51-
.single-mission p {
52-
margin-top: 0;
53-
margin-bottom: 0
54-
}
55-
56-
.welcome-meter {
57-
position: relative;
58-
z-index: 1;
59-
}
60-
61-
.welcome-meter.arficial {
62-
position: relative;
63-
z-index: 1;
64-
height: 427px;
65-
background: url(/assets/img/svg/ai-illustration.svg) no-repeat;
66-
background-size: 137%;
67-
background-position: center center;
68-
}
69-
70-
@media (max-width: 992px) {
71-
.welcome-meter.arficial {
72-
background-size: 100%;
73-
}
74-
}
75-
76-
.growing-company p {
77-
font-size: 12px;
78-
font-weight: 600;
79-
margin-bottom: 0;
80-
}
81-
82-
.growing-company p .counter {
83-
color: #fff;
84-
}
85-
86-
.line {
87-
margin-left: 25px,
88-
}
1+
/* ##### About Us Area ##### */
2+
3+
.about-us-area {
4+
position: relative;
5+
z-index: 1;
6+
}
7+
8+
.who-we-contant h4 {
9+
margin-bottom: 20px;
10+
font-size: 30px;
11+
}
12+
13+
.our-mission-area {
14+
position: relative;
15+
z-index: 10;
16+
width: 100%;
17+
overflow: hidden;
18+
height: 400px !important;
19+
}
20+
21+
.our-mission-content {
22+
position: absolute !important;
23+
width: 100%;
24+
height: 100%;
25+
top: 0;
26+
left: 0;
27+
z-index: 10;
28+
background: rgba(72, 52, 212, 0.95);
29+
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
30+
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
31+
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
32+
}
33+
34+
.single-mission {
35+
position: relative;
36+
z-index: 1;
37+
text-align: center;
38+
}
39+
40+
.single-mission i {
41+
font-size: 50px;
42+
margin-bottom: 30px;
43+
display: block;
44+
color: #fff;
45+
}
46+
47+
.single-mission h6 {
48+
margin-bottom: 15px;
49+
}
50+
51+
.single-mission p {
52+
margin-top: 0;
53+
margin-bottom: 0
54+
}
55+
56+
.welcome-meter {
57+
position: relative;
58+
z-index: 1;
59+
}
60+
61+
.welcome-meter.arficial {
62+
position: relative;
63+
z-index: 1;
64+
height: 427px;
65+
background: url(/assets/img/svg/ai-illustration.svg) no-repeat;
66+
background-size: 137%;
67+
background-position: center center;
68+
}
69+
70+
@media (max-width: 992px) {
71+
.welcome-meter.arficial {
72+
background-size: 100%;
73+
}
74+
}
75+
76+
.growing-company p {
77+
font-size: 12px;
78+
font-weight: 600;
79+
margin-bottom: 0;
80+
}
81+
82+
.growing-company p .counter {
83+
color: #fff;
84+
}
85+
86+
.line {
87+
margin-left: 25px,
88+
}

0 commit comments

Comments
 (0)