workshop ideas page
parent
174f88002a
commit
066b48d69e
|
@ -1,4 +1,5 @@
|
||||||
.about,
|
.about,
|
||||||
|
.workshop,
|
||||||
.privacy,
|
.privacy,
|
||||||
.terms {
|
.terms {
|
||||||
padding: 4rem 8rem;
|
padding: 4rem 8rem;
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.about,
|
.about,
|
||||||
|
.workshop,
|
||||||
.privacy,
|
.privacy,
|
||||||
.terms {
|
.terms {
|
||||||
padding: 1rem .5rem;
|
padding: 1rem .5rem;
|
||||||
|
|
|
@ -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 (<a href="https://kycnot.me" target="_BLANK">kycnot.me</a>)
|
||||||
|
- Get started with Bitcoin
|
|
@ -0,0 +1,3 @@
|
||||||
|
<template>
|
||||||
|
<ContentDoc class="workshop" />
|
||||||
|
</template>
|
Loading…
Reference in New Issue