Skip to content

Commit

Permalink
Update dependency bootstrap to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ardatan committed Jul 20, 2018
1 parent 51baff5 commit 2302ce6
Show file tree
Hide file tree
Showing 9 changed files with 409 additions and 463 deletions.
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
{
"key": "Link",
"value": "</build/app/rt1vkrcv.js>;rel=preload;as=script"
"value": "</build/app/2isulxy7.js>;rel=preload;as=script"
},
{
"key": "Link",
"value": "</build/app/t8iuhg2k.js>;rel=preload;as=script"
"value": "</build/app/nmiycqqx.js>;rel=preload;as=script"
},
{
"key": "Link",
Expand Down
126 changes: 63 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"name": "valuag-ico",
"private": true,
"version": "0.0.1",
"description": "ValuAg ICO",
"files": [
"dist/"
],
"scripts": {
"build": "yarn build:stencil && yarn build:functions",
"build:stencil": "stencil build --prerender",
"build:functions": "cd functions && yarn build",
"watch": "sd concurrent \"yarn watch:stencil\" \"yarn watch:functions\"",
"watch:stencil": "stencil build --dev --watch",
"watch:functions": "cd functions && yarn watch",
"start": "sd concurrent \"yarn watch\" \"yarn serve:firebase\" \"browser-sync start --proxy \"localhost:5000\" --files \"www/*\"\" ",
"serve:firebase": "firebase serve",
"serve:stencil": "yarn watch:stencil --serve",
"test": "jest",
"test.watch": "jest --watch",
"host-to-firebase": "node scripts/host-to-firebase.js",
"deploy": "yarn build && yarn host-to-firebase && firebase deploy"
},
"dependencies": {
"@icon/themify-icons": "1.0.6",
"@stencil/core": "0.10.0-9",
"@stencil/router": "0.2.3",
"@stencil/sass": "0.0.5",
"bootstrap": "4.1.1",
"firebase": "5.2.0",
"font-awesome": "4.7.0",
"owl.carousel": "2.3.4",
"rss-parser": "3.4.2",
"web3": "0.20.6",
"wowjs": "1.1.3"
},
"devDependencies": {
"@types/jest": "23.1.1",
"browser-sync": "2.24.5",
"firebase-tools": "3.19.0",
"jest": "23.1.0"
},
"repository": "git+https://github.com/valuag/valuag-ico.git",
"author": "ValuAg Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/valuag/valuag-ico"
},
"homepage": "https://github.com/valuag/valuag-ico",
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json",
"jsx"
]
}
}
{
"name": "valuag-ico",
"private": true,
"version": "0.0.1",
"description": "ValuAg ICO",
"files": [
"dist/"
],
"scripts": {
"build": "yarn build:stencil && yarn build:functions",
"build:stencil": "stencil build --prerender",
"build:functions": "cd functions && yarn build",
"watch": "sd concurrent \"yarn watch:stencil\" \"yarn watch:functions\"",
"watch:stencil": "stencil build --dev --watch",
"watch:functions": "cd functions && yarn watch",
"start": "sd concurrent \"yarn watch\" \"yarn serve:firebase\" \"browser-sync start --proxy \"localhost:5000\" --files \"www/*\"\" ",
"serve:firebase": "firebase serve",
"serve:stencil": "yarn watch:stencil --serve",
"test": "jest",
"test.watch": "jest --watch",
"host-to-firebase": "node scripts/host-to-firebase.js",
"deploy": "yarn build && yarn host-to-firebase && firebase deploy"
},
"dependencies": {
"@icon/themify-icons": "1.0.6",
"@stencil/core": "0.10.0-9",
"@stencil/router": "0.2.3",
"@stencil/sass": "0.0.5",
"bootstrap": "4.1.2",
"firebase": "5.2.0",
"font-awesome": "4.7.0",
"owl.carousel": "2.3.4",
"rss-parser": "3.4.2",
"web3": "0.20.6",
"wowjs": "1.1.3"
},
"devDependencies": {
"@types/jest": "23.1.1",
"browser-sync": "2.24.5",
"firebase-tools": "3.19.0",
"jest": "23.1.0"
},
"repository": "git+https://github.com/valuag/valuag-ico.git",
"author": "ValuAg Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/valuag/valuag-ico"
},
"homepage": "https://github.com/valuag/valuag-ico",
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json",
"jsx"
]
}
}
176 changes: 88 additions & 88 deletions src/components/app-about-us/app-about-us.scss
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
/* ##### About Us Area ##### */

.about-us-area {
position: relative;
z-index: 1;
}

.who-we-contant h4 {
margin-bottom: 20px;
font-size: 30px;
}

.our-mission-area {
position: relative;
z-index: 10;
width: 100%;
overflow: hidden;
height: 400px !important;
}

.our-mission-content {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.single-mission {
position: relative;
z-index: 1;
text-align: center;
}

.single-mission i {
font-size: 50px;
margin-bottom: 30px;
display: block;
color: #fff;
}

.single-mission h6 {
margin-bottom: 15px;
}

.single-mission p {
margin-top: 0;
margin-bottom: 0
}

.welcome-meter {
position: relative;
z-index: 1;
}

.welcome-meter.arficial {
position: relative;
z-index: 1;
height: 427px;
background: url(/assets/img/svg/ai-illustration.svg) no-repeat;
background-size: 137%;
background-position: center center;
}

@media (max-width: 992px) {
.welcome-meter.arficial {
background-size: 100%;
}
}

.growing-company p {
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
}

.growing-company p .counter {
color: #fff;
}

.line {
margin-left: 25px,
}
/* ##### About Us Area ##### */

.about-us-area {
position: relative;
z-index: 1;
}

.who-we-contant h4 {
margin-bottom: 20px;
font-size: 30px;
}

.our-mission-area {
position: relative;
z-index: 10;
width: 100%;
overflow: hidden;
height: 400px !important;
}

.our-mission-content {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.single-mission {
position: relative;
z-index: 1;
text-align: center;
}

.single-mission i {
font-size: 50px;
margin-bottom: 30px;
display: block;
color: #fff;
}

.single-mission h6 {
margin-bottom: 15px;
}

.single-mission p {
margin-top: 0;
margin-bottom: 0
}

.welcome-meter {
position: relative;
z-index: 1;
}

.welcome-meter.arficial {
position: relative;
z-index: 1;
height: 427px;
background: url(/assets/img/svg/ai-illustration.svg) no-repeat;
background-size: 137%;
background-position: center center;
}

@media (max-width: 992px) {
.welcome-meter.arficial {
background-size: 100%;
}
}

.growing-company p {
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
}

.growing-company p .counter {
color: #fff;
}

.line {
margin-left: 25px,
}

0 comments on commit 2302ce6

Please sign in to comment.