Line 1: | Line 1: | ||
{{TecCEM/Menu}} | {{TecCEM/Menu}} | ||
{{TecCEM/TeamCss}} | {{TecCEM/TeamCss}} | ||
+ | {{TecCEM/Bubbles_template}} | ||
<html> | <html> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 70: | Line 71: | ||
− | function generate_bubble(size_px, left, speed_percentage){ | + | /*function generate_bubble(size_px, left, speed_percentage){ |
var div = document.createElement("div"); | var div = document.createElement("div"); | ||
var animTime = 10*speed_percentage/100; | var animTime = 10*speed_percentage/100; | ||
Line 89: | Line 90: | ||
console.log("random number func instantiated"); | console.log("random number func instantiated"); | ||
return Math.floor(Math.random() * (max - min) + min); | return Math.floor(Math.random() * (max - min) + min); | ||
− | } | + | }*/ |
function person_data(name, description, i){ | function person_data(name, description, i){ |
Revision as of 20:47, 4 October 2021