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