Skip to content

Commit

Permalink
add Provectus section (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev authored Oct 18, 2023
1 parent 87af688 commit 49dd2ab
Show file tree
Hide file tree
Showing 32 changed files with 291 additions and 111 deletions.
4 changes: 4 additions & 0 deletions build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ module.exports = {
config: { path: `./postcss.config.js` }
}
},
{
loader: 'resolve-url-loader',
options: { sourceMap: true, }
},
{
loader: 'sass-loader',
options: { sourceMap: true }
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/css/main.3926b5648e60e05ef5c1.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/css/main.546fcbbfceb3524e9499.css

This file was deleted.

Large diffs are not rendered by default.

Binary file added docs/assets/img/Provectus-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/img/Provectus-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/img/Provectus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/policy/index.html

Large diffs are not rendered by default.

103 changes: 103 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"scss"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
Expand All @@ -44,6 +43,7 @@
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^10.4.1",
"style-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
Expand Down
Binary file added src/assets/img/Provectus-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/img/Provectus-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 49dd2ab

Please sign in to comment.