Skip to content

Commit

Permalink
Add white paper pdf link
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev committed Sep 2, 2024
1 parent 4e7c359 commit 49f0a59
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/policy/index.html

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^10.4.1",
"style-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/utils/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
@if (unitless($context)) {
$context: $context * 1px;
}
@return $pixels / $context * 1rem;
@return calc($pixels / $context) * 1rem;
}
7 changes: 7 additions & 0 deletions src/pages/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@
>
Demo
</a>
<a
target="_blank"
href="https://d12vfx5intqtug.cloudfront.net/ODD_WP_0209.pdf"
class="button button--tertiary"
>
White Paper
</a>
<a
target="_blank"
href="https://github.com/opendatadiscovery/odd-platform/blob/main/docker/README.md"
Expand Down

0 comments on commit 49f0a59

Please sign in to comment.