From 9bfeffe7038ade6b6c481b85ef1d256974048db2 Mon Sep 17 00:00:00 2001 From: maso Date: Mon, 10 Oct 2022 06:45:27 +0330 Subject: [PATCH] Adding biz models --- _businesses/api.html | 67 ++++++++ _businesses/staking.html | 143 ++++++++++++++++++ _config.yml | 20 ++- _layouts/business.html | 24 +++ _layouts/resource.html | 49 ++++++ .../{calculator.js => calculator-staking.js} | 11 -- businesses.html | 26 ++++ calculator.html | 74 --------- index.html | 75 +-------- networks.html | 2 +- resources.html | 26 ++++ roles.html | 2 +- 12 files changed, 361 insertions(+), 158 deletions(-) create mode 100644 _businesses/api.html create mode 100644 _businesses/staking.html create mode 100644 _layouts/business.html create mode 100644 _layouts/resource.html rename assets/js/{calculator.js => calculator-staking.js} (96%) create mode 100644 businesses.html delete mode 100644 calculator.html create mode 100644 resources.html diff --git a/_businesses/api.html b/_businesses/api.html new file mode 100644 index 0000000..1bfb47a --- /dev/null +++ b/_businesses/api.html @@ -0,0 +1,67 @@ +--- +title: API +icon: "/assets/images/networks-logo/cosmos.svg" +--- + +
+

Business Model Canvas

+
+
+

Key Partners

+
+
+

Key Activities

+
Setup Nodes
+
Maintain Nodes
+
+
+

Key Resources

+
Infrastructure
+
Assets (Coins)
+
+
+

Value Proposition

+
Network API
+
Wallet Hooks
+
+
+

Customer Relationship

+
Website
+
+
+

Channels

+
Wallets
+
+
+

Customers Segments

+
Developers
+
+ + +
+

+ Revenue Streams +

+
+ Pricing +
+
+
+
\ No newline at end of file diff --git a/_businesses/staking.html b/_businesses/staking.html new file mode 100644 index 0000000..115ae49 --- /dev/null +++ b/_businesses/staking.html @@ -0,0 +1,143 @@ +--- +title: Staking Business +icon: "/assets/images/networks-logo/cosmos.svg" +--- + + +
+

Business Model Canvas

+
+
+

Key Partners

+
+
+

Key Activities

+
Setup Nodes
+
Maintain Nodes
+
+
+

Key Resources

+
Infrastructure
+
Assets (Coins)
+
+
+

Value Proposition

+
Staking Pool
+
+
+

Customer Relationship

+
Website
+
+
+

Channels

+
Wallets
+
+
+

Customers Segments

+
Holders
+
+ + +
+

+ Revenue Streams +

+
+ Staking +
+ +
+
+
+ + +
+

Calculator

+
+ + + + + + + + + + + + +
\ No newline at end of file diff --git a/_config.yml b/_config.yml index 0fccb7a..a7059e9 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. ################################################################################ -title: GenZ Bank Organization +title: GenZ Bank logo: /assets/logo.svg email: mostafa.barmshory@gmail.com description: >- @@ -51,6 +51,9 @@ collections: output: true resources: output: true + businesses: + output: true + @@ -166,6 +169,18 @@ defaults: values: layout: "role" category: "roles" + - + scope: + type: "businesses" + values: + layout: "business" + category: "business" + - + scope: + type: "resources" + values: + layout: "resource" + category: "resource" #liquid: @@ -204,9 +219,10 @@ ignore_theme_config: true # and configure order of the links. # header_pages: - - calculator.html + - businesses.html - roles.html - networks.html + - resources.html - about.html # diff --git a/_layouts/business.html b/_layouts/business.html new file mode 100644 index 0000000..293ad8c --- /dev/null +++ b/_layouts/business.html @@ -0,0 +1,24 @@ +--- +layout: default +--- + + + + +
+
+
+

+ + {{ page.title | escape }} +

+

{{ page.description | escape }}

+
+
+
+ +{{ content }} diff --git a/_layouts/resource.html b/_layouts/resource.html new file mode 100644 index 0000000..b53df61 --- /dev/null +++ b/_layouts/resource.html @@ -0,0 +1,49 @@ +--- +layout: default +--- + +
+
+
+

+ + {{ page.title | escape }} +

+

{{ page.description | escape }}

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
TitleValue
CPU Cores{{ page.CPU | upcase }}
RAM{{ page.RAM | upcase }} GB
HDD{{ page.HDD | upcase }} TB
SSD{{ page.SSD | upcase }} TB
+
+
+
+ +{{ content }} diff --git a/assets/js/calculator.js b/assets/js/calculator-staking.js similarity index 96% rename from assets/js/calculator.js rename to assets/js/calculator-staking.js index 50604f4..cf97e0b 100644 --- a/assets/js/calculator.js +++ b/assets/js/calculator-staking.js @@ -52,8 +52,6 @@ - -