-
Notifications
You must be signed in to change notification settings - Fork 29
/
ProjectTop50BitcoinConsultants
executable file
·135 lines (85 loc) · 4.19 KB
/
ProjectTop50BitcoinConsultants
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE HTML>
<html>
<head>
<title>Local Bitcoin Meetups - Bitcoinmeetups.org</title>
<meta content="Meet Bitcoiners locally. Huge list of local bitcoin meetups everywhere in the world including New York, Tokyo and perhaps your local city. Also collaborative open source projects on Github"
<meta content="Bitcoin, bitmessage, meetup, localbitcoin, meetup.com, localbitcoins.com, global, worldwide meetups, local meetups, bitcoinmeetups.org, github" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstyles.css">
<!-- Javascript goes in the document HEAD -->
<script type="text/javascript">
function altRows(id){
if(document.getElementsByTagName){
var table = document.getElementById(id);
var rows = table.getElementsByTagName("tr");
for(i = 0; i < rows.length; i++){
if(i % 2 == 0){
rows[i].className = "evenrowcolor";
}else{
rows[i].className = "oddrowcolor";
}
}
}
}
window.onload=function(){
altRows('alternatecolor');
}
</script>
</head>
<body>
<div id="topLeft"><div align="center">
<p></a><strong><a class="ex1" href="https://entrances.github.com/indexlist.html">Index</a></strong></strong> <a class="ex1" href="#about"> <strong>About</strong></a><strong> <a class="ex1" href="#data">Data</a> <a class="ex1" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectLocalBitcoinMeetups.html">Edit data</a>
<h5></h5>
</div></div>
<!--
<div id="topLeft2">
<p><a href="https://openclipart.org//detail/1198/cat-silhouette-by-liftarn"><img src="https://openclipart.org//people/liftarn/liftarn_Cat_silhouette.svg" width=10%; /></p>
<h5></h5>
</div></div>
-->
<a name="data" id="data"></a>
<br><br><br>
<table class="altrowstable" id="alternatecolor">
<!--
BEGINNING TABLE
-->
<tbody><tr><td>Location: Bagdad </td>
<td> Region: Middle East </td>
<td> Name: Bagdad Bitcoin Meetups </td>
<td> Bitmessage address: BM-2cVxXDjwtHo9K8rAWb6ziJ64CW3qhD9L9m</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr><td>Location: Bangkok </td>
<td> Region: South East Asia </td>
<td> Name: Bangkok Bitcoin Meetups </td>
<td> Bitmessage address: BM-2cVxhHPKLJSgVTHhjAbByS6rBVqAyE7UvM </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody></table>
<!--
END TABLE
-->
<a name="about" id="about"></a>
<hr>
<strong>Welcome to Local Bitcoin Meetups</strong><br />
<br>
Bitcoin meetups in every major town and soon also every small town globally and perhaps even universally!<br /><br>
Contact the admins of this list by subscribing and sending a <a href="http://www.bitmessage.org"> Bitmessage</a> to: BM-2cTm9BgGNejSPVut4A7w2FhphqzMnVDeuT<br><br>
Want to become the admin of a group yourself? Just add your group to the list above.<br>
<br />
You can network with other people in the emerging Bitcoin and cryptocurrency industries by meeting them locally and you can also buy and sell Bitcoin for fiat currencies. No need for banks. <br /><br/>
Showing up to these meetups could also be a good way for you to find your next job within the crypto industry. Call it Bitcoin HR if you will : ) <br />
<br />
There are other platforms available such as <a href="http://www.localbitcoins.com">localbitcoins.com</a> and <a href="http://meetup.com">meetup.com</a> but the difference is you do not necessarily need to RSVP to show up to the public meetups below. Also, our USP is that we not only meet up but also work together on open source projects. If you want to read more about local meetups you can have a look at this link: <a href="http://bitcoinexaminer.org/13-most-active-bitcoin-meetup-groups/">Most active local meetup groups</a>
<br />
<br> How to use Bitmessage: Download Bitmessage from <a href="http://www.bitmessage.org">bitmessage.org</a><br />
<br />
If you want to add something to the list or perhaps remove or correct something, please edit the page on Github by clicking on edit data in the menu above.<br><br>
<a href="http://ge.tt/2W8HaaP1/v/0">Download our own experimental ryptocurrency GIT here</a><br>
</body>
</html>