-
Notifications
You must be signed in to change notification settings - Fork 0
/
cupcakes.html
100 lines (91 loc) · 3.12 KB
/
cupcakes.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
98
99
100
<html>
<head>
<title>Cup cakes</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: 640px;
height: 320px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#defaultCanvas0 {
display: none;
padding: 0;
margin: auto;
width: 640px;
height: 320px;
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="51.4" cy="7.2" r="3"/>
<circle class="st0" cx="61.4" cy="20.3" r="3"/>
<circle class="st0" cx="64.3" cy="33.7" r="2.9"/>
<circle class="st0" cx="55.7" cy="43.2" r="2.7"/>
<circle class="st0" cx="42" cy="48.2" r="2.4"/>
<circle class="st0" cx="29.8" cy="48.2" r="2.4"/>
<circle class="st0" cx="16" cy="43.2" r="2.7"/>
<circle class="st0" cx="7.5" cy="33.7" r="2.9"/>
<circle class="st0" cx="10.3" cy="20.3" r="3"/>
<circle class="st0" cx="20.3" cy="7.2" r="3"/>
</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_cupcakes.js"></script>
<script language="javascript" type="text/javascript" src="particle.js"></script>
</body>
</html>