-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitp140.html
80 lines (67 loc) · 1.96 KB
/
itp140.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ITP 140</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/gif" href="img/icon.gif" />
<!-- favicons
<link rel="shortcut icon" href="/images/favicon.png">
<link rel="apple-touch-icon" sizes="57x57" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-touch-icon-114x114.png">
-->
<!--google fonts -->
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<script src="js/modernizr.js"></script>
</head>
<body>
<div id="page-header">
<h2><a href="itp140.html">ITP 140 Mobile Application Technologies</a></h2>
</div>
<div id="section-header">
<h3>Info</h3>
</div>
<p>
<a href="itp140/mobile-apps.html">Mobile Apps</a>
<br>
<a href="itp140/mobile-minor.html">Mobile App Minor</a>
</p>
<div id="section-header">
<h3>Class</h3>
</div>
<p>
<a href="http://bcf.usc.edu/~trinagre/itp140/ITP140_Syllabus.pdf" target="_blank">Syllabus</a>
<br>
<a href="itp140/lectures.html">Lectures</a>
<br>
<a href="itp140/labs.html">Labs</a>
<br>
<a href="itp140/study-guide.html">Study Guide for Midterm</a>
</p>
<div id="section-header">
<h3>Resources</h3>
</div>
<p>
<a href="itp140/app-assets.html">App Assets - audio, icons, image tools</a>
<br>
<a href="itp140/business-plan.html">Business Plan</a>
<br>
<a href="itp140/color-palette.html">Color Palette and App Icon</a>
<br>
<a href="itp140/games.html">Games</a>
<br>
<a href="itp140/prototyping.html">Prototyping</a>
<br>
<a href="itp140/webspace.html">Web Space</a>
</p>
<div id="footer-page">
<center>
<a href="index.html">Back</a>
</center>
</div>
</body>
</html>