Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from biz-dev-ops/feature/icons-and-style
Browse files Browse the repository at this point in the history
added icons and style
  • Loading branch information
arjangeertsema committed Nov 13, 2023
2 parents 7c843d6 + 672d7d9 commit 00b1a81
Show file tree
Hide file tree
Showing 14 changed files with 225 additions and 28 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ The business model canvas model, must be set via JavaScript.

<script>
document.getElementById('business-model-canvas').model = {
...
keyPartnerships: [ "..." ],
keyActivities: [ "..." ],
keyResources: [ "..." ],
valuePropositions: [ "..." ],
customerRelationships: [ "..." ],
channels: [ "..." ],
customerSegments: [ "..." ],
costStructure: [ "..." ],
revenueStreams: [ "..." ]
}
<script>
```
88 changes: 84 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biz-dev-ops/business-model-canvas-component",
"version": "0.0.2",
"version": "0.0.3",
"description": "Webcomponent to display a business model canvas.",
"keywords": [
"business model canvas",
Expand Down Expand Up @@ -36,6 +36,7 @@
"@webcomponents/webcomponentsjs": "^2.8.0",
"copy-webpack-plugin": "^11.0.0",
"minify-html-literals-loader": "^1.1.1",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
Expand Down
7 changes: 7 additions & 0 deletions src/assets/icons/chair.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/check-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/icons/gift.svg
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/icons/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/money-bag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/icons/tram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/icons/users.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 00b1a81

Please sign in to comment.