Riverside Bitcoin Meetup on Nostr: <!DOCTYPE html> <html lang="en"> <head> <title>Riverside Bitcoin Meetup</title> <meta ...
<!DOCTYPE html>
<html lang="en">
<head>
<title>Riverside Bitcoin Meetup</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
</style>
</head>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-red w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-red" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a>
<a href="https://www.nostrchat.io/channel/4d78f2f84b36d900b73db2e0fb9f0bdb36424854e5c31a23b445ba13ac22b1ce"; class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">NostrChat</a>
<a href="https://riversidebitcoinmeetup.substack.com/?r=2jh0a1&utm_campaign=pub-share-checklist"; class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Get Notified Of Our Next Event</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
<a href="https://www.nostrchat.io/channel/4d78f2f84b36d900b73db2e0fb9f0bdb36424854e5c31a23b445ba13ac22b1ce"; class="w3-bar-item w3-button w3-padding-large">NostrChat</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Get Notified Of Our Next Event</a>
<!-- <a href="#" class="w3-bar-item w3-button w3-padding-large">F.A.Q.</a> -->
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a>
</div>
</div>
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<img src="https://nostr.build/p/nb11614.png"; alt="Riverside Bitcion Meetup Logo">
<h1 class="w3-margin w3-jumbo">Riverside Bitcoin Meetup</h1>
<p class="w3-xlarge">A group focused on the decentralized alternative to central banking.</p>
<button class="w3-button w3-black w3-padding-large w3-large w3-margin-top">Join Us</button>
</header>
<!-- First Grid -->
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>About</h1>
<h5 class="w3-padding-32">Riverside Bitcoin is a meetup group focused on promoting the use of bitcoin to free themselves from the monetary policies of central banks, and circumvent financial censorship. While we understand most people are interested in the price as compared to the forever-inflating dollar, we want to promote the use of bitcoin in the circular economy, encourage and teach self-custody, how to run a node and mine bitcoin.
</div>
<div class="w3-third w3-center">
<i class=" fa fa-btc w3-padding-64 w3-text-orange"></i>
</div>
</div>
</div>
<!-- Second Grid -->
<div class=<i class="fa-btc w3-padding-64 w3-text-orange w3-margin-right"></i>
<div class="w3-content">
<div class="w3-third w3-center">
<i class="fa fa-coffee w3-padding-64 w3-text-orange w3-margin-right"></i>
</div>
<div class="w3-twothird">
<h1>Coffee</h1>
<h5 class="w3-padding-32"> Actionalbe Bitcion Discussion.</h5>
<p class="w3-text-grey">Come meet us for coffee and actionable bitcoin discussion.
<br>
The meetups are listed on the nostr chat.
Subscribe to the substack to get notified of our next event.
</p>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">"The root problem with conventional currency is all the trust that's required to make it work. The central bank must be trusted not to debase the currency, but the history of fiat currencies is full of breaches of that trust." --Satoshi Nakamoto</h1>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity">
<div class="w3-xlarge w3-padding-32">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>🧡<a href="#" target="_blank">w3.css</a></p>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>
<html lang="en">
<head>
<title>Riverside Bitcoin Meetup</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
</style>
</head>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-red w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-red" href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a>
<a href="https://www.nostrchat.io/channel/4d78f2f84b36d900b73db2e0fb9f0bdb36424854e5c31a23b445ba13ac22b1ce"; class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">NostrChat</a>
<a href="https://riversidebitcoinmeetup.substack.com/?r=2jh0a1&utm_campaign=pub-share-checklist"; class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Get Notified Of Our Next Event</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
<a href="https://www.nostrchat.io/channel/4d78f2f84b36d900b73db2e0fb9f0bdb36424854e5c31a23b445ba13ac22b1ce"; class="w3-bar-item w3-button w3-padding-large">NostrChat</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Get Notified Of Our Next Event</a>
<!-- <a href="#" class="w3-bar-item w3-button w3-padding-large">F.A.Q.</a> -->
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a>
</div>
</div>
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<img src="https://nostr.build/p/nb11614.png"; alt="Riverside Bitcion Meetup Logo">
<h1 class="w3-margin w3-jumbo">Riverside Bitcoin Meetup</h1>
<p class="w3-xlarge">A group focused on the decentralized alternative to central banking.</p>
<button class="w3-button w3-black w3-padding-large w3-large w3-margin-top">Join Us</button>
</header>
<!-- First Grid -->
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>About</h1>
<h5 class="w3-padding-32">Riverside Bitcoin is a meetup group focused on promoting the use of bitcoin to free themselves from the monetary policies of central banks, and circumvent financial censorship. While we understand most people are interested in the price as compared to the forever-inflating dollar, we want to promote the use of bitcoin in the circular economy, encourage and teach self-custody, how to run a node and mine bitcoin.
</div>
<div class="w3-third w3-center">
<i class=" fa fa-btc w3-padding-64 w3-text-orange"></i>
</div>
</div>
</div>
<!-- Second Grid -->
<div class=<i class="fa-btc w3-padding-64 w3-text-orange w3-margin-right"></i>
<div class="w3-content">
<div class="w3-third w3-center">
<i class="fa fa-coffee w3-padding-64 w3-text-orange w3-margin-right"></i>
</div>
<div class="w3-twothird">
<h1>Coffee</h1>
<h5 class="w3-padding-32"> Actionalbe Bitcion Discussion.</h5>
<p class="w3-text-grey">Come meet us for coffee and actionable bitcoin discussion.
<br>
The meetups are listed on the nostr chat.
Subscribe to the substack to get notified of our next event.
</p>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">"The root problem with conventional currency is all the trust that's required to make it work. The central bank must be trusted not to debase the currency, but the history of fiat currencies is full of breaches of that trust." --Satoshi Nakamoto</h1>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity">
<div class="w3-xlarge w3-padding-32">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>🧡<a href="#" target="_blank">w3.css</a></p>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>