This repository has been archived by the owner on May 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
57 lines (52 loc) · 1.87 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
<html>
<head>
<title>SPARKS Activities</title>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<link rel="icon" href="https://concord.org/sparks/virtual-electronics/favicon.ico" />
<link href='lib/jquery/css/ui-lightness/jquery-ui-1.8.custom.css' rel='stylesheet' type='text/css' />
<link href='common/stylesheets/sparks.css' rel='stylesheet' type='text/css' />
<style>
#HTMLLog{display:none;background:#000;color:#c00;height:100px;padding:10px;margin:10px;}
</style>
</head>
<body>
<div style="padding:20px">
<div style="text-align:left">
<img class='no_border' src='common/icons/sparks_logo_color.jpg' width="450px" />
</div>
<h2>
Welcome to Sparks!
</h2>
This is the Sparks demo site. Try out our activities by clicking the links below.
<p></p>
Please note that all the activities are being actively developed, and not all functionality may be available yet.
<ul>
<li>
<a href="activities.html#series-interpretive">Interpreting resistors in series</a>
</li>
<li>
<a href="activities.html#series-measuring">Measuring resistors in series</a>
</li>
</ul>
<ul>
<li>
<a href="activities.html#parallel-interpretive">Interpreting resistors in parallel</a>
</li>
<li>
<a href="activities.html#parallel-measuring">Measuring resistors in parallel</a>
</li>
</ul>
<ul>
<li>
<a href="activities.html#series-parallel-interpretive">Interpreting resistors in series and parallel</a>
</li>
<li>
<a href="activities.html#series-parallel-measuring">Measuring resistors in series and parallel</a>
</li>
<p></p> <br/> <br/>
<div style="text-align:center">
<img class='no_border' src='common/icons/concord.jpg' width="200px" />
</div>
</div>
</body>
</html>