-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathtestindex.html
60 lines (51 loc) · 2.57 KB
/
testindex.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
<html>
<head>
<title>MIT App Inventor</title>
<link type="text/css" rel="stylesheet" href="styles.css" media="all" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29797336-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="body_images">
<div class="temp"><a href="http://mobilelearning.mit.edu/"><img class="cml" src="cml_logo.png" /></a></div>
<div class="spacer1"></div>
<table align="center">
<tr align="center">
<td>
<a id="welcome_explore_link"
href="/explore"><img
class="welcome" name="welcome_img" alt="Welcome to MIT App Inventor" title="Welcome to MIT App Inventor" src="welcome_v2.png" onMouseover="document['welcome_img'].src='welcome_v2_highlight.png'" onMouseout="document['welcome_img'].src='welcome_v2.png'" />
</a>
</td>
</tr>
</table>
<div class="spacer1"></div>
<div class="spacer1"></div>
<div class="buttons">
<a href="/explore/teach.html"><img class="teach" src="teach_dark.png" alt="Teach: Educator Resources" title="Teach: Educator Resources" name="teach_img" onMouseover="document['teach_img'].src='teach_light.png'" onMouseout="document['teach_img'].src='teach_dark.png'" /></a>
<a href="/explore"><img class="explore" src="explore_dark.png" alt="Explore: Information & Tutorials" title="Explore: Information & Tutorials" name="explore_img" onMouseover="document['explore_img'].src='explore_light.png'" onMouseout="document['explore_img'].src='explore_dark.png'" /></a>
<a href="http://beta.appinventor.mit.edu/"><img class="invent" src="invent_dark.png" alt="Invent: Create Mobile Apps" title="Invent: Create Mobile Apps" name="invent_img" onMouseover="document['invent_img'].src='invent_light.png'" onMouseout="document['invent_img'].src='invent_dark.png'" /></a>
</div>
<div class="subtext">
<div class="resources">Educator Resources</div>
<div class="information">Information & Tutorials</div>
<div class="create">Create Mobile Apps</div>
</div>
</div>
<div class="spacer"></div>
<footer role="contentinfo">
<div class="region region-footer">
<p style="text-align: center;">© 2012 <a href="http://web.mit.edu/">Massachusetts Institute of Technology</a></p>
<p style="text-align: center;"><a href="/explore">Contact Us</a></p>
</div>
</footer>
</body>
</html>