Skip to content

Commit ce36394

Browse files
author
GitHub Actions
committed
Deploy NashBitDevs/nashbitdevs.org to NashBitDevs/nashbitdevs.org:gh-pages
0 parents  commit ce36394

File tree

54 files changed

+14895
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+14895
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nashbitdevs.org
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
6+
<meta content="utf-8" http-equiv="encoding">
7+
<title>
8+
NashBitDevs
9+
</title>
10+
11+
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
12+
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
13+
14+
<link rel="stylesheet" href="/style.css">
15+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
16+
17+
</head>
18+
19+
<body>
20+
21+
<div class="Site">
22+
23+
<header class="Header">
24+
<div class="Header-inner">
25+
<div class="Header-logo">
26+
<a href="/">NashBitDevs</a>
27+
</div>
28+
<nav class="Header-nav">
29+
<a href="/about">About</a>
30+
<a href="/support" target="_blank" rel="noopener nofollow">Support</a>
31+
<a href="https:&#x2F;&#x2F;www.meetup.com&#x2F;bitcoinpark&#x2F;" target="_blank" rel="noopener nofollow">Meetup</a>
32+
<a href="https:&#x2F;&#x2F;discord.gg&#x2F;v2NmVZC63q" target="_blank" rel="noopener nofollow">Discord</a>
33+
</nav>
34+
</div>
35+
<div class="Header-border">
36+
==============================================================================================================================================================
37+
</div>
38+
</header>
39+
40+
41+
<section>
42+
<div class="page-content">
43+
<h3 id="please-park-in-the-green-areas-shown-below-do-not-park-in-the-church-parking-lot">Please park in the GREEN areas shown below, do not park in the Church parking lot.</h3>
44+
<p><br><br></p>
45+
<img src="/bitcoinpark_parking1.jpeg" alt="Bitcoin Park Parking" style="width:100%;height:100%;border:0;">
46+
<p><br><br></p>
47+
<img src="/bitcoinpark_parking2.jpeg" alt="Bitcoin Park Parking" style="width:100%;height:100%;border:0;">
48+
</div>
49+
</section>
50+
51+
52+
<script type="application/ld+json">
53+
{
54+
"@context": "http://www.schema.org",
55+
"@type": "LocalBusiness",
56+
"name": "NashBitDevs",
57+
"url": "https://nashbitdevs.org/",
58+
"description": "NashBitDevs is a community in the Nashville area for those interested in discussing and participating in the research and development of Bitcoin and related protocols and software.",
59+
"founder": [
60+
{
61+
"@type": "Person",
62+
"name": "Steve Myers"
63+
},
64+
{
65+
"@type": "Person",
66+
"name": "Matthew Ramsden"
67+
}
68+
],
69+
"sponsor": [
70+
{
71+
"@type": "Corporation",
72+
"name": "Bitcoin Park",
73+
"url": "https://bitcoinpark.co/",
74+
"sameAs": "https://twitter.com/bitcoinpark_"
75+
}
76+
],
77+
"member": [
78+
{
79+
"@type": "Person",
80+
"name": "Steve Myers"
81+
},
82+
{
83+
"@type": "Person",
84+
"name": "Matthew Ramsden"
85+
}
86+
],
87+
"address": {
88+
"@type": "PostalAddress",
89+
"addressLocality": "Nashville",
90+
"addressRegion": "Tennessee",
91+
"addressCountry": "United States of America"
92+
},
93+
"contactPoint": {
94+
"@type": "ContactPoint",
95+
"contactType": "Organizer",
96+
"email": "[email protected]"
97+
}
98+
}
99+
</script>
100+
101+
<footer class="Footer">
102+
<div class="Footer-border">
103+
==============================================================================================================================================================
104+
</div>
105+
<div class="Footer-inner">
106+
<div class="Footer-source">
107+
<a href="https:&#x2F;&#x2F;github.com&#x2F;nashbitdevs&#x2F;nashbitdevs.org" target="_blank"
108+
rel="noopener nofollow">Source available on Github</a>
109+
</div>
110+
<div class="Footer-rss">
111+
<a href="/rss.xml">RSS Feed</a>
112+
</div>
113+
</div>
114+
</footer>
115+
116+
</div>
117+
118+
</body>
119+
120+
</html>

about/find-topics/index.html

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
6+
<meta content="utf-8" http-equiv="encoding">
7+
<title>
8+
NashBitDevs
9+
</title>
10+
11+
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
12+
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
13+
14+
<link rel="stylesheet" href="/style.css">
15+
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
16+
17+
</head>
18+
19+
<body>
20+
21+
<div class="Site">
22+
23+
<header class="Header">
24+
<div class="Header-inner">
25+
<div class="Header-logo">
26+
<a href="/">NashBitDevs</a>
27+
</div>
28+
<nav class="Header-nav">
29+
<a href="/about">About</a>
30+
<a href="/support" target="_blank" rel="noopener nofollow">Support</a>
31+
<a href="https:&#x2F;&#x2F;www.meetup.com&#x2F;bitcoinpark&#x2F;" target="_blank" rel="noopener nofollow">Meetup</a>
32+
<a href="https:&#x2F;&#x2F;discord.gg&#x2F;v2NmVZC63q" target="_blank" rel="noopener nofollow">Discord</a>
33+
</nav>
34+
</div>
35+
<div class="Header-border">
36+
==============================================================================================================================================================
37+
</div>
38+
</header>
39+
40+
41+
<section>
42+
<div class="page-content">
43+
<h4 id="where-to-find-topics-for-future-seminars">Where to Find Topics for Future Seminars</h4>
44+
<p>Below is a list of suggested places to find interesting socratic seminar topics to discuss at
45+
NashBitDevs meetups. If you have any others to add to the list let us know.</p>
46+
<h3 id="mailing-lists-news-letters-q-as">Mailing Lists, News Letters, Q&amp;As</h3>
47+
<ul>
48+
<li><a href="https://delvingbitcoin.org/">delving bitcoin</a></li>
49+
<li><a href="https://groups.google.com/g/bitcoindev">bitcoin-dev mailing list</a></li>
50+
<li><a href="https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev">lightning-dev mailing list</a></li>
51+
<li><a href="https://bitcoinops.org/">Bitcoin Optech</a></li>
52+
<li><a href="https://bitcoin.stackexchange.com/">Bitcoin Stack Exchange</a></li>
53+
</ul>
54+
<h3 id="git-repositories">Git Repositories</h3>
55+
<ul>
56+
<li><a href="https://github.com/bitcoin/bitcoin">Bitcoin Core</a></li>
57+
<li><a href="https://github.com/ElementsProject/lightning">Core Lightning</a></li>
58+
<li><a href="https://github.com/lightningnetwork/lnd">Lightning Network Daemon</a></li>
59+
<li><a href="https://github.com/ACINQ/eclair">Eclair</a></li>
60+
<li><a href="https://github.com/rust-bitcoin">rust-bitcoin</a></li>
61+
<li><a href="https://github.com/orgs/lightningdevkit">Lightning Dev Kit</a></li>
62+
<li><a href="https://github.com/bitcoindevkit">Bitcoin Dev Kit</a></li>
63+
</ul>
64+
<h3 id="other-meetups">Other Meetups</h3>
65+
<ul>
66+
<li><a href="https://bitcoincore.reviews/">Bitcoin Core Review Club</a></li>
67+
<li><a href="https://bitdevs.org">BitDevs NYC</a></li>
68+
<li><a href="https://www.sfbitcoindevs.org/">BitDevs SF</a></li>
69+
<li><a href="https://www.meetup.com/London-Bitcoin-Devs/">BitDevs London</a></li>
70+
<li><a href="http://chibitdevs.org/">BitDevs Chicago</a></li>
71+
<li><a href="https://www.meetup.com/Bitcoin_Sydney/">BitDevs Sydney</a></li>
72+
<li><a href="https://bitdevs.berlin/">BitDevs Berlin</a></li>
73+
<li><a href="https://bitdevsla.org">BitDevs Los Angeles</a></li>
74+
<li><a href="https://dcbitdevs.com/">BitDevs Washington DC</a></li>
75+
</ul>
76+
<h3 id="freenode-irc"><a href="https://freenode.net/">Freenode IRC</a></h3>
77+
<ul>
78+
<li>#bitcoin-core-pr-reviews</li>
79+
<li>#bitcore-core-dev</li>
80+
</ul>
81+
82+
</div>
83+
</section>
84+
85+
86+
<script type="application/ld+json">
87+
{
88+
"@context": "http://www.schema.org",
89+
"@type": "LocalBusiness",
90+
"name": "NashBitDevs",
91+
"url": "https://nashbitdevs.org/",
92+
"description": "NashBitDevs is a community in the Nashville area for those interested in discussing and participating in the research and development of Bitcoin and related protocols and software.",
93+
"founder": [
94+
{
95+
"@type": "Person",
96+
"name": "Steve Myers"
97+
},
98+
{
99+
"@type": "Person",
100+
"name": "Matthew Ramsden"
101+
}
102+
],
103+
"sponsor": [
104+
{
105+
"@type": "Corporation",
106+
"name": "Bitcoin Park",
107+
"url": "https://bitcoinpark.co/",
108+
"sameAs": "https://twitter.com/bitcoinpark_"
109+
}
110+
],
111+
"member": [
112+
{
113+
"@type": "Person",
114+
"name": "Steve Myers"
115+
},
116+
{
117+
"@type": "Person",
118+
"name": "Matthew Ramsden"
119+
}
120+
],
121+
"address": {
122+
"@type": "PostalAddress",
123+
"addressLocality": "Nashville",
124+
"addressRegion": "Tennessee",
125+
"addressCountry": "United States of America"
126+
},
127+
"contactPoint": {
128+
"@type": "ContactPoint",
129+
"contactType": "Organizer",
130+
"email": "[email protected]"
131+
}
132+
}
133+
</script>
134+
135+
<footer class="Footer">
136+
<div class="Footer-border">
137+
==============================================================================================================================================================
138+
</div>
139+
<div class="Footer-inner">
140+
<div class="Footer-source">
141+
<a href="https:&#x2F;&#x2F;github.com&#x2F;nashbitdevs&#x2F;nashbitdevs.org" target="_blank"
142+
rel="noopener nofollow">Source available on Github</a>
143+
</div>
144+
<div class="Footer-rss">
145+
<a href="/rss.xml">RSS Feed</a>
146+
</div>
147+
</div>
148+
</footer>
149+
150+
</div>
151+
152+
</body>
153+
154+
</html>

0 commit comments

Comments
 (0)