buildHtml
baseUrl https://neuronscroll.pub
metaTags
editButton /edit.html
title Interactive Neuron Cell Model
style.css
header
class hero
h1 Interactive Neuron Cell Model
p Explore the intricate world of cellular biology
main
div
id cell-container
class cell-viewport
canvas
id cell-canvas
div
class controls
div
class control-group
label Simulation Speed
for speed-control
input
type range
id speed-control
min 0.1
max 2
step 0.1
value 1
div
class control-group
label Highlight Organelles
for organelle-select
select
id organelle-select
option All Organelles
value all
option Nucleus
value nucleus
option Mitochondria
value mitochondria
option Endoplasmic Reticulum
value er
option Golgi Apparatus
value golgi
div
class info-panel
h2 Organelle Information
div
id organelle-info
p Select an organelle to learn more
footer
nav
a About
href #about
a References
href #references
script.js