-
Notifications
You must be signed in to change notification settings - Fork 29
/
ProjectVortex.html
executable file
·65 lines (39 loc) · 1.73 KB
/
ProjectVortex.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Project Vortex</title>
<meta content="Project Vortex">
<meta content="Project Vortex" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<style type="text/css">
* { margin: 0; padding: 0; }
html {
background: url(http://rabbisremembering.files.wordpress.com/2011/12/vortex21.jpg) no-repeat center center fixed ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color:rgba(255,0,0,0.1);
}
h1 span {
background-color: white;
}
</style>
</head>
<body>
<h1><span>
10 EUREKA<br><br>
Write a Vortex inspired smart contract. The contract takes all the funds from the partcipants, warps them and spits them out to some other participants. Noone is left unaffected. There is also a built in black hole effect in the contract.<br><br>
Who can write the first Vortex smart contract?<br>
If small shadowy black aliens from another universe cross over through the vortex, how can we handle the situation?<br>
What is the best location to initiate the vortex?<br><br>
Remember to also post your Dogeparty address<br><br>
<a target="_blank" href="https://groups.google.com/forum/#!forum/bitcoinmeetups-org">Discuss this page in our Google Group</a><br><br>
<a target="_blank" href="https://entrances.github.com/ProjectVortex.html">
Visit this page</a><br><br>
<a target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectVortex.html">Edit this page</a><br><br>
</span></h1>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</body>
</html>