No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with
0 additions and
31 deletions
-
voicegardens/static/styles.css
-
voicegardens/templates/index.html
|
|
@ -10,30 +10,6 @@ canvas { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
#footer { |
|
|
|
position: fixed; |
|
|
|
left: 0; |
|
|
|
bottom: 0; |
|
|
|
height: 20px; |
|
|
|
width: 100%; |
|
|
|
background-color: white; |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
|
|
|
|
#footer * { |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
#footer ul { |
|
|
|
list-style: none; |
|
|
|
padding-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
#footer ul li { |
|
|
|
display: inline; |
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
width: 2%; |
|
|
|
} |
|
|
|
|
|
@ -12,13 +12,6 @@ |
|
|
|
/> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<div id="footer"> |
|
|
|
<ul> |
|
|
|
<li>Shape 1</li> |
|
|
|
<li>Shape 2</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
|
|
|
|
<script src="/static/p5js/p5.min.js" charset="utf-8"></script> |
|
|
|
<script src="/static/p5js/p5.sound.min.js" charset="utf-8"></script> |
|
|
|
<script src="/static/p5js/p5.collide2d.min.js" charset="utf-8"></script> |
|
|
|