forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprefilledemailjoinlocalbitcoinmeetup.html
More file actions
98 lines (62 loc) · 3.46 KB
/
prefilledemailjoinlocalbitcoinmeetup.html
File metadata and controls
98 lines (62 loc) · 3.46 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
<META HTTP-EQUIV="refresh"
CONTENT="0;URL=mailto:john.cooper-4dpml86%40yopmail.com?subject=Join%20local%20bitcoin%20meetup&body=%20%20%20%23Where%20is%20the%20local%20bitcoin%20meetup%20located%20which%20you%20would%20like%20to%20join%3F%20%28Town%2C%20City%2C%20Region%29%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20%23What%20is%20your%20e-mail%20address%3F%20%20%20%0D%0A%20%20%20%20%20%20%0D%0A%20%20%20%23To%20join%20the%20Skype%20group%2C%20you%20also%20need%20to%20add%20Skype%20user%20bitscript1%20as%20a%20contact.%20Can%20you%20confirm%20that%20you%20have%20done%20so%3F%20%20%20">
<head>
<title>Bitcoin and Blockchain Technologies Skype Conference Groups</title>
<meta content="Skype Groups. Bitcoin and Blockchain related. Meet Bitcoiners locally. Huge list of local bitcoin meetups everywhere in the world including New York, Tokyo and perhaps your local city. We have a Skype group for each and every meetup available which you can join for free. Also collaborative open source projects on Github"
<meta content="Skype, Conference, Video, Voice, Bitcoin, blockchain, ethereum, maidsafe, 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');
altRows('alternatecolor2');
}
</script>
</head>
<body>
<div id="topLeft"><div align="center">
<strong><a class="ex1" href="http://bitcoinmeetups.org/indexlist.html">Index</a></strong><strong>  </strong><strong> <a class="ex1" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectLocalBitcoinMeetups.html">Edit data</a> <a class="ex1" target="_blank" href="mailto:john.cooper-4dpml86@yopmail.com">Contact</a>
<h5>
Join the Skype VoIP discussion groups by adding user <u>bitscript1</u> as a friend on Skype and then <u><a target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/memberlist.html">updating the membership list</a></u></h5>
</div></div>
<a name="data" id="data"></a>
<!--
<a href="mailto:email@some-address.com?body=I%20need%20five%20widgets%20by%tommorow">Text For Link Here</a>
%20 is a space
%0A is a line feed
%0D is a carriage return
-->
<!-- form details -->
<br><br><br><br><br>
<strong><u>Join Local Bitcoin Meetup</u></strong><br><br>
<hr>
<pre>
#Where is the local bitcoin meetup located which you would like to join? (Town, City, Region)
#What is your e-mail address?
#To join the Skype group, you also need to add Skype user bitscript1 as a contact.
Can you confirm that you have done so?
<hr>
If this link did not open your e-mail client automatically then please send an e-mail
with the information above, including both the questions
and your answers. This is the e-mail address to which the form should be sent:
john.cooper-4dpml86@yopmail.com
</pre>
<br>
<a href="http://www.bitcoinmeetups.org">Bitcoinmeetups.org</a>
</tbody></table>
</body>
</html>