-
Notifications
You must be signed in to change notification settings - Fork 0
/
flapjack.html
97 lines (89 loc) · 3.01 KB
/
flapjack.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
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
<html>
<head>
<title>Flap jack</title>
<meta content="telephone=no" name="format-detection">
<meta property="og:image" content="http://nahbee10.github.io/blobs/boobblobscreenshot.png" />
<meta property="og:title" content="Obscene cursor's daily life" />
<link rel="shortcut icon" type="image/png" href="boobicon.png"/>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script language="javascript" type="text/javascript" src="libraries/toxiclibs.js"></script>
<script language="javascript" type="text/javascript" src="libraries/toxichelper.js"></script>
<script language="javascript" type="text/javascript" src="libraries/p5.min.js"></script>
<script language="javascript" type="text/javascript" src="libraries/p5.dom.js"></script>
<script language="javascript" type="text/javascript" src="libraries/p5.sound.js"></script>
<script language="javascript" type="text/javascript" src="Degas.min.js"></script>
<style>
body{ background: crimson; }
svg{ display: none; }
object{ display: none; }
#c {
padding: 0;
margin: auto;
display: block;
width: 800px;
height: 480px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#defaultCanvas0 {
display: none;
padding: 0;
margin: auto;
width: 800px;
height: 480px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#goback_div{
width:70px;
height:70px;
}
#goback_img{
width:70px;
border: 1px solid white;
}
@media (max-width: 1100px) {
#goback_div{
width:100px; height:100px;
}
#goback_img{
width: 100px;
border: 2px solid white;
}
}
</style>
</head>
<body>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FF00DB;}
</style>
<g>
<circle class="st0" cx="92.8" cy="10.9" r="4.2"/>
<circle class="st0" cx="100.7" cy="38.4" r="2.1"/>
<circle class="st0" cx="94.3" cy="65.8" r="3.5"/>
<circle class="st0" cx="70.5" cy="77.4" r="3"/>
<circle class="st0" cx="45" cy="77.4" r="3"/>
<circle class="st0" cx="21.2" cy="65.8" r="3.5"/>
<circle class="st0" cx="14.8" cy="38.4" r="2.1"/>
<circle class="st0" cx="22.7" cy="10.9" r="4.2"/>
</g>
</svg>
<div id="goback_div">
<a href="../"><img src="goto_first.gif" id = "goback_img"/></a>
</div>
<canvas id="c" style="background:none; position: absolute;"></canvas>
<object id="circle-svg" width="400" height="300" type="image/svg+xml" data="pear.svg"></object>
<script language="javascript" type="text/javascript" src="sketch_flapjack.js"></script>
<script language="javascript" type="text/javascript" src="particle.js"></script>
</body>
</html>