-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (45 loc) · 2.12 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Anemone-nematocyst-search</title>
<link id="sliderValue" rel="stylesheet" type="text/css" href="css/main.css">
<link id="sliderValue" rel="stylesheet" type="text/css" href="css/jquery-ui.css">
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<script src="js/jquery-ui.js"></script>
</head>
<body>
<div class="Header"> <h1 id="header"> Cideria Stingers </h1>
</br>
<h2> Reclasifying Cnidarians </h2>
</div>
<div class="logo" ></div>
<p>Organelle Size Range</p>
<form>
<div>
<input type="text" class="sliderValue" data-index="0" value="10" />
<input type="text" class="sliderValue" data-index="1" value="90" />
</div>
<br />
<div id="slider"></div>
</form>
<p>Capsule Size Range</p>
<form>
<div>
<input type="text" class="sliderValue" data-index="0" value="10" />
<input type="text" class="sliderValue" data-index="1" value="90" />
</div>
<br />
<div id="slider"></div>
</form>
<div class="mechanism" ></div>
<div class="imageArea">
<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/72bc781e772e46808ded8e02c8b66ceb/embed" frameborder="0" allowvr allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/models/72bc781e772e46808ded8e02c8b66ceb?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">nematocysts_Mechanism-02b</a>
by <a href="https://sketchfab.com/SamSpaeth?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sam Spaeth</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
</div>
</body>
</html>