forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexlist.html
More file actions
181 lines (105 loc) · 3.09 KB
/
indexlist.html
File metadata and controls
181 lines (105 loc) · 3.09 KB
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE HTML>
<html>
<head>
<title>Index</title>
<meta content="Lots of lists, most of which are related to Bitcoin or Ethereum one way or another. This is the index page"
<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="lbmstylespl.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">
<strong><a class="ex1" href="http://bitcoinmeetups.org/indexlist.html"><u>I N D E X</u></a> | <a class="ex1" target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/indexlist.html"><u>EDIT THIS PAGE</u></a></strong>
</div></div>
<a name="data" id="data"></a>
<br><br><br>
<!--
BEGINNING TABLE
-->
<table class="altrowstable" id="alternatecolor">
<!--
If you add something to the table, please use the same format as everyone else. Easiest way is to copy paste a whole item from the list i. e. everything between the <tr> and </tr> and then edit the corresponding fields.
Accepted field entries are:
DESCRIPTION:
Description:
URL:
-->
<tbody>
<tr>
<TH COLSPAN="3">
<H3>
Index
</H3>
</th>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/ProjectLocalBitcoinMeetups.html">Bitcoinmeetups.org - a long list of Skype conferences for local bitcoin meetups everywhere in the world and also, equally importantly, for discussing, developing and financing projects related to Blockchain technology such as Bitcoin, Ethereum, Maidsafe, Storj and other platforms.
</a>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/pow.html">Proof of work. Assignments available here. Get rewarded with tokens and altcoins for working a little bit
</a>
</td>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/ProjectEthereumSmartContracts.html">List of Ethereum Smart Contracts
</a>
</td>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/ProjectBitcoinFreelancers.html">Freelancers looking to work for bitcoin
</a>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/ProjectFundraising.html">Bitcoin Crowdfunding Projects
</a>
</td>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/GitHubRepoList.html">List of community members GitHub repositories under active development.
</a>
</td>
</tr>
<tr>
<td>
DESCRIPTION:
<a href="http://bitcoinmeetups.org/blog.html">Blog and drafts, ideas
</a>
</td>
</tr>
</tbody></table>
<!--
END TABLE
-->
</body>
</html>