-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (150 loc) · 4.82 KB
/
Copy pathindex.html
File metadata and controls
150 lines (150 loc) · 4.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="App Inventor for Android" name="description" />
<meta content="Android, Blocks App Inventor, Mobile, Phone, IDE" name="keywords" />
<title>
About - App Inventor for Android
</title>
<link href="/static/images/appinventor-16.png" rel="SHORTCUT ICON" type="image/ico" />
<link href="/static/images/appinventor-16.png" rel="icon" type="image/png" />
<link href="/static/css/appinventor.css" rel="stylesheet" />
<script src="http://www.google.com/js/gweb/analytics/autotrack.js">
</script>
<script>
var tracker = new gweb.analytics.AutoTrack({
profile: 'UA-5856106-2'
});
</script>
<script language = "JavaScript" src="/static/scripts/HeaderAndFooter.js"></script>
<style>
#aiac .content {
background: #fff url('/static/images/home_androidbg.png') no-repeat top right;
background-color: #fff;
padding-bottom: 10px;
}
</style>
<style>
img.c2 {border-width:0}
div.c1 {clear:both;}
</style>
</head>
<body>
<script language = "JavaScript">createHeader('<div id="navigation-breadcrumb"> About > ');</script><br>
<div id="aiac">
<div class="main-container">
<div class="customhr customhr-gray">
</div>
<div class="content">
<div class="content-body">
<div class="learn-page">
<div id="about">
<div id="about-left">
<iframe height="379" src="http://www.youtube.com/embed/8ADwPLSFeY8" title="YouTube video player" width="620">
</iframe>
</div>
<div id="about-right">
<h1>
App Inventor
</h1>
<h2>
Create apps for your phone!
</h2>
<p>
Creating an App Inventor app begins in your browser, where you design how the
app will look. Then, like fitting together puzzle pieces, you set your app's
behavior. All the while, through a live connection between your computer and
your phone, your app appears on your phone.
<a href="/about/moreinfo/">
Read
more...
</a>
</p>
<p>
App Inventor, and the MIT App Inventor service, are provided by MIT at the Center for Mobile Learning.
<a href="http://mitmobilelearning.org/content/app-inventor-mit">
App Inventor
</a>
</p>
<a class="greenbutton" href="/learn/setup/">
Get Started >
</a>
</div>
<div class="clear">
</div>
<div id="about-hr">
</div>
<div id="about-highlight">
<div class="about-highlight-item">
<a href="/learn/">
<img alt="" src="http://www.google.com/images/icons/feature/chalkboard_person-o80.png" />
</a>
<h3>
<a href="/learn/">
Learn to Invent
</a>
</h3>
Set up your computer. Work through tutorials to learn the basics of App
Inventor. Read reference material to take your apps to the next level.
</div>
<div class="about-highlight-item">
<a href="/forum/">
<img alt="" src="http://www.google.com/images/icons/feature/people_stacked-b80.png" />
</a>
<h3>
<a href="/forum/">
Connect with Other Users
</a>
</h3>
Ask questions about how App Inventor works. Share your apps with other
users. Dream about what App Inventor might become.
</div>
<div class="about-highlight-item">
<a href="/learn/troubleshooting.html">
<img alt="" src="http://www.google.com/images/icons/feature/question-y80.png" />
</a>
<h3>
<a href="/learn/troubleshooting.html">
Get Help
</a>
</h3>
Get unstuck by reading the
<a href="/learn/userfaq.html">
user faq
</a>
,
<a href="/learn/troubleshooting.html">
troubleshooting document
</a>
, and the
<a href="/forum/">
user forums
</a>
.
</div>
<div class="clear">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<script language = "JavaScript">createFooter();</script><br>
<div class="footer-lastupdate">
<script>
if (document.lastModified != '') {
var m = "Page last updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("<\/center>");
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>