-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
178 lines (159 loc) · 10.5 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<head>
<title>OpenStax Simulations</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
}
body {
margin: 0;
}
h1 {
margin: 0;
text-align: center;
padding: 20px 20px;
color: #333;
font-weight: 500;
border-bottom: 1px solid #eee;
}
.simulation-links {
margin: 15px auto;
}
@media screen and (max-width: 600px) {
.simulation-links { width: 301px; }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
.simulation-links { width: 601px; }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
.simulation-links { width: 901px; }
}
@media screen and (min-width: 1201px) {
.simulation-links { width: 1201px; }
}
.simulation-links > a {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 300px;
min-height: 256px;
padding: 15px;
float: left;
text-align: left;
text-decoration: none;
color: #626262;
border: 1px solid transparent;
}
.simulation-links > a:hover {
color: #000;
}
.simulation-links > a > h2 {
font-size: 16px;
font-weight: normal;
margin-top: 12px;
margin-bottom: 0;
text-align: center;
}
.simulation-links > a > img {
width: 240px;
min-height: 140px;
display: block;
margin: 0 auto;
opacity: 0.6;
}
.simulation-links > a:hover > img {
opacity: 1;
}
</style>
</head>
<body>
<h1>OpenStax Simulations</h1>
<div class="simulation-links">
<!--(if target dev)><!-->
<a href="/battery-resistor-circuit/src/"> <img><h2>Battery-Resistor Circuit</h2> </a>
<a href="/bending-light/src/"> <img><h2>Bending Light</h2> </a>
<a href="/beta-decay/src/"> <img><h2>Beta Decay</h2> </a>
<a href="/capacitor-lab/src/"> <img><h2>Capacitor Lab</h2> </a>
<a href="/charges-and-fields/src/"> <img><h2>Charges & Fields</h2> </a>
<a href="/circuit-construction-kit/src/"> <img><h2>Circuit Construction Kit</h2> </a>
<a href="/circuit-construction-kit-dc-only/src/"><img><h2>Circuit Construction Kit (DC Only)</h2> </a>
<a href="/collision-lab/src/"> <img><h2>Collision Lab</h2> </a>
<a href="/electric-field-of-dreams/src/"> <img><h2>Electric Field of Dreams</h2> </a>
<a href="/energy-forms-and-changes/src/"> <img><h2>Energy Forms & Changes</h2> </a>
<a href="/faraday/src/"> <img><h2>Faraday's Electromagnetic Lab</h2> </a>
<a href="/generator/src/"> <img><h2>Generator</h2> </a>
<a href="/geometric-optics/src/"> <img><h2>Geometric Optics</h2> </a>
<a href="/gravity-and-orbits/src/"> <img><h2>Gravity & Orbits</h2> </a>
<a href="/ladybug-motion/src/"> <img><h2>Ladybug Motion</h2> </a>
<a href="/lasers/src/"> <img><h2>Lasers</h2> </a>
<a href="/magnet-and-compass/src/"> <img><h2>Magnet & Compass</h2> </a>
<a href="/magnets-and-electromagnets/src/"><img><h2>Magnets & Electromagnets</h2> </a>
<a href="/masses-and-springs/src/"> <img><h2>Masses & Springs</h2> </a>
<a href="/maze-game/src/"> <img><h2>Maze Game</h2> </a>
<a href="/hydrogen-atom/src/"> <img><h2>Models of the Hydrogen Atom</h2> </a>
<a href="/moving-man/src/"> <img><h2>Moving Man</h2> </a>
<a href="/my-solar-system/src/"> <img><h2>My Solar System</h2> </a>
<a href="/nuclear-fission/src/"> <img><h2>Nuclear Fission</h2> </a>
<a href="/photoelectric-effect/src/"> <img><h2>Photoelectric Effect</h2> </a>
<a href="/projectile-motion/src/"> <img><h2>Projectile Motion</h2> </a>
<a href="/radio-waves/src/"> <img><h2>Radio Waves &<br>Electromagnetic Fields</h2></a>
<a href="/radioactive-dating-game/src/"> <img><h2>Radioactive Dating Game</h2> </a>
<a href="/rutherford-scattering/src/"> <img><h2>Rutherford Scattering</h2> </a>
<a href="/sound/src/"> <img><h2>Sound</h2> </a>
<a href="/states-of-matter/src/"> <img><h2>States of Matter</h2> </a>
<a href="/template/src/"> <img><h2>Template Simulation</h2> </a>
<a href="/greenhouse-effect/src/"> <img><h2>The Greenhouse Effect</h2> </a>
<a href="/vector-addition/src/"> <img><h2>Vector Addition</h2> </a>
<a href="/wave-interference/src/"> <img><h2>Wave Interference</h2> </a>
<!--<!(endif)-->
<!--(if target dist)>
<a href="battery-resistor-circuit/"> <img><h2>Battery-Resistor Circuit</h2> </a>
<a href="bending-light/"> <img><h2>Bending Light</h2> </a>
<a href="beta-decay/"> <img><h2>Beta Decay</h2> </a>
<a href="capacitor-lab/"> <img><h2>Capacitor Lab</h2> </a>
<a href="charges-and-fields/"> <img><h2>Charges & Fields</h2> </a>
<a href="circuit-construction-kit-dc-only/"><img><h2>Circuit Construction Kit (DC Only)</h2> </a>
<a href="collision-lab/"> <img><h2>Collision Lab</h2> </a>
<a href="electric-field-of-dreams/"> <img><h2>Electric Field of Dreams</h2> </a>
<a href="energy-forms-and-changes/"> <img><h2>Energy Forms & Changes</h2> </a>
<a href="faraday/"> <img><h2>Faraday's Electromagnetic Lab</h2> </a>
<a href="generator/"> <img><h2>Generator</h2> </a>
<a href="geometric-optics/"> <img><h2>Geometric Optics</h2> </a>
<a href="gravity-and-orbits/"> <img><h2>Gravity & Orbits</h2> </a>
<a href="ladybug-motion/"> <img><h2>Ladybug Motion</h2> </a>
<a href="lasers/"> <img><h2>Lasers</h2> </a>
<a href="magnet-and-compass/"> <img><h2>Magnet & Compass</h2> </a>
<a href="magnets-and-electromagnets/"><img><h2>Magnets & Electromagnets</h2> </a>
<a href="masses-and-springs/"> <img><h2>Masses & Springs</h2> </a>
<a href="maze-game/"> <img><h2>Maze Game</h2> </a>
<a href="hydrogen-atom/"> <img><h2>Models of the Hydrogen Atom</h2> </a>
<a href="moving-man/"> <img><h2>Moving Man</h2> </a>
<a href="my-solar-system/"> <img><h2>My Solar System</h2> </a>
<a href="nuclear-fission/"> <img><h2>Nuclear Fission</h2> </a>
<a href="photoelectric-effect/"> <img><h2>Photoelectric Effect</h2> </a>
<a href="projectile-motion/"> <img><h2>Projectile Motion</h2> </a>
<a href="radio-waves/"> <img><h2>Radio Waves &<br>Electromagnetic Fields</h2></a>
<a href="radioactive-dating-game/"> <img><h2>Radioactive Dating Game</h2> </a>
<a href="rutherford-scattering/"> <img><h2>Rutherford Scattering</h2> </a>
<a href="sound/"> <img><h2>Sound</h2> </a>
<a href="states-of-matter/"> <img><h2>States of Matter</h2> </a>
<a href="greenhouse-effect/"> <img><h2>The Greenhouse Effect</h2> </a>
<a href="vector-addition/"> <img><h2>Vector Addition</h2> </a>
<a href="wave-interference/"> <img><h2>Wave Interference</h2> </a>
<!(endif)-->
</div>
<script>
var simulationLinks = document.getElementsByClassName('simulation-links')[0];
var children = simulationLinks.children;
var anchor;
for (var i = 0; i < children.length; i++) {
anchor = children[i];
anchor.getElementsByTagName('img')[0].src = anchor.href + 'screenshot.png';
}
</script>
</body>
</html>