forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectGremlin.html
More file actions
66 lines (41 loc) · 1.61 KB
/
ProjectGremlin.html
File metadata and controls
66 lines (41 loc) · 1.61 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Project Gremlin</title>
<meta content="Gremlin">
<meta content="Gremlin" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<style type="text/css">
* { margin: 0; padding: 0; }
html {
background: url(http://ts3.mm.bing.net/th?id=HN.608012553083487359&pid=1.7) 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>
4 EUREKA<br><br>
Write a website in JS which features animated Gizmo and Gremlins crawling around the screen. Sometimes they look at you and say "I will eat you!"<br><br>
How can you create these kinds of animations?<br>
How many gremlins would be a suitable number?<br>
Can we play some nice Gremlins inspired music in the background?<br>
Post in the Google Group when finished.<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/ProjectGremlin.html">
Visit this page</a><br><br>
<a target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectGremlin.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>