-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (184 loc) · 5.55 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Trina Gregory @ USC</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="trina-header">
<h1>Trina Gregory</h1>
<img src="img/trina.png">
<h2>Mobile Guru</h2>
</div>
<div id="section-header">
<h3>About</h3>
</div>
<p>
My name is Trina Gregory and I'm a senior lecturer for ITP teaching technology, programming, and mobile classes. I've been teaching at USC since January 2007. Recently, my main focus has been the <a href="http://itp.usc.edu/minors/mobile-app-development/" target="_blank">Mobile App Development minor</a>, which is now available.
<br><br>
Whether it is a new class or one I have taught before, I'm constantly updating the lectures and labs to keep up-to-date with the latest technologies.
<br><br>
Need help? My email is <b>trinagre@usc.edu</b> and my office is in the <b>Olin Hall of Engineering (OHE) suite 412</b>.
</p>
<div id="section-header">
<h3>Courses</h3>
</div>
<p>
Spring 2015 Semester
<ul>
<li><a href="itp140.html">ITP 140 Mobile Application Technologies</a></li>
<li><a href="itp342.html">ITP 342 Mobile Application Development</a></li>
<li><a href="itp442.html">ITP 442 Mobile Application Project</a></li>
</ul>
</p>
<!--<p>
Fall 2014 Semester
<ul>
<li>ITP 140 Mobile Application Technologies</li>
<li>ITP 342 Mobile Application Development</li>
</ul>
</p>
-->
<div id="section-header">
<h3>Availability</h3>
</div>
<h4>Office Hours (OHE 412)</h4>
<table>
<!--<caption>Office Hours</caption>-->
<thead>
<th>Day</th>
<th>Hours</th>
</thead>
<tbody>
<tr>
<td>Tuesday</td>
<td>1 - 3 PM</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Wednesday</td>
<td>2 to 3 PM</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Thursday</td>
<td>1 - 3 PM</td>
</tr>
</tbody>
</table>
<h4>Lab Hours for iOS Students (OHE 542)</h4>
<table>
<thead>
<th>Day</th>
<th>Hours</th>
<th>Student Worker</th>
</thead>
<tbody>
<tr>
<td>Monday</td>
<td>10 AM - 12 PM</td>
<td>Web TA</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Tuesday</td>
<td>10 AM - 12 PM</td>
<td>Poojan</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Wednesday</td>
<td>10 AM - 12 PM</td>
<td>Poojan by appointment</td>
</tr>
<td></td>
<td>8 - 10 PM</td>
<td>Ayush</td>
</tbody>
<tbody>
<tr>
<td>Thursday</td>
<td>5 - 10 PM</td>
<td>Ayush by appointment</td>
</tr>
</tbody>
<tbody>
<tr>
<td>Friday</td>
<td>10 AM - 12 PM</td>
<td>Poojan by appointment</td>
</tr>
</tbody>
</table>
<div id="section-header">
<h3>Resources</h3>
</div>
<h4>USC Computer Centers</h4>
<p>The <a href="http://web-app.usc.edu/maps/?cat=computing" target="_blank">USC Computer Centers</a> also have the Adobe Suite (including Photoshop and Dreamweaver) installed on their computers. </p>
<ul>
<li>Henry Salvatori Computer Science Center - SAL 125</li>
<li>King Hall Computer Center - KOH 206</li>
<li>Waite Phillips Hall of Education - WPH B34</li>
<li>Leavey Information Commons - LVL</li>
<li>USC Student Organizations</li>
</ul>
<h4>USC Student Organizations</h4>
<table>
<thead>
<th><a href="http://uscacm.org/" target="_blank">USC ACM</a></th>
<th><a href="http://www.uscgirlsintech.org/" target="_blank">Girls in Tech USC</a></th>
</thead>
<tfoot>
<th><a href="https://www.facebook.com/gohacksc" target="_blank">Hack SC</a></th>
<th><a href="http://usclavalab.org/" target="_blank">LavaLab USC</a></th>
</tfoot>
<tbody>
<tr>
<td><a href="https://www.facebook.com/groups/USCMEGA/" target="_blank">MEGA</a></td>
<td><a href="http://www.nobenational.org/usc/home.php" target="_blank">NOBE USC</a></td>
</tr>
</tbody>
<thead>
<th><a href="http://sweusc.com/" target="_blank">Society of Women Engineers (SWE)</a></th>
<th><a href="http://sparksc.org/" target="_blank">Spark SC</a></th>
</thead>
<tbody>
<tr>
<td><a href="https://www.facebook.com/groups/286054264776608/" target="_blank">Women in Computing</a></td>
<td><a href="https://www.facebook.com/usc.quest" target="_blank">QuEST</a></td>
</tr>
</tbody>
</table>
<div id="footer">
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/default.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to your website's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>