From 066b48d69e6ac16292b9cb850049dd00a2352eed Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 23 Aug 2023 23:36:09 -0400 Subject: [PATCH] workshop ideas page --- assets/style/pages/_pages.scss | 2 ++ content/workshop.md | 16 ++++++++++++++++ pages/workshop.vue | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 content/workshop.md create mode 100644 pages/workshop.vue diff --git a/assets/style/pages/_pages.scss b/assets/style/pages/_pages.scss index e486db1..217ae3a 100644 --- a/assets/style/pages/_pages.scss +++ b/assets/style/pages/_pages.scss @@ -1,4 +1,5 @@ .about, +.workshop, .privacy, .terms { padding: 4rem 8rem; @@ -49,6 +50,7 @@ @media only screen and (max-width: 600px) { .about, + .workshop, .privacy, .terms { padding: 1rem .5rem; diff --git a/content/workshop.md b/content/workshop.md new file mode 100644 index 0000000..9c94c19 --- /dev/null +++ b/content/workshop.md @@ -0,0 +1,16 @@ +--- +title: Workshop - Capital Region Bitcoin Network +slug: workshop +--- + +#### Workshop Ideas + +- Movie (V for Vendetta, crypto docs ) +- Board game +- Setting up a full node +- Hardware wallet comparison +- Software wallet comparison +- Using bitcoin regularly +- What is the lightning network +- Non KYC crypto (kycnot.me) +- Get started with Bitcoin \ No newline at end of file diff --git a/pages/workshop.vue b/pages/workshop.vue new file mode 100644 index 0000000..5046f9c --- /dev/null +++ b/pages/workshop.vue @@ -0,0 +1,3 @@ + \ No newline at end of file