forked from cs480-projects/cs480-projects.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (79 loc) · 2.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
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
<!-- Don't change the index file here -->
<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen" />
<title>CS 4800 - Projects</title>
</head>
<body>
<div id="container">
<div id="header">
<h2>CS 4800 - Software Engineering</h2>
<h3>Showcase of student projects - Solving real-world problems with software</h3>
</div>
<div id="content">
<h1>CS480 Classes (Since January, 2015)</h1>
<table cellpadding="4" cellspacing="0">
<!-- Table Head Row -->
<tr bgcolor="#DFDFDF">
<td align="center">Class</td>
<td align="center">Total Teams</td>
<td align="center">Comment</td>
</tr>
<!-- Table Data Rows -->
<tr>
<td valign="top"><a href="teams-winter2015/index-winter2015.html">Winter 2015</a></td>
<td valign="top">10</td>
<td valign="top">The very first 480 class projects - amazing!</td>
</tr>
<tr>
<td valign="top"><a href="teams-fall2015/index-fall2015.html">Fall 2015</a></td>
<td valign="top">14</td>
<td valign="top">Great work again!</td>
</tr>
<tr>
<td valign="top"><a href="teams-summer2016/index.html">Summer 2016</a></td>
<td valign="top">6</td>
<td valign="top">Productive Summer!</td>
</tr>
<tr>
<td valign="top"><a href="teams-fall2016/index.html">Fall 2016</a></td>
<td valign="top">11</td>
<td valign="top">Just do it! See you next year!</td>
</tr>
<tr>
<td valign="top"><a href="teams-fall2017/index.html">Fall 2017</a></td>
<td valign="top">15</td>
<td valign="top">Impressive!</td>
</tr>
<tr>
<td valign="top"><a href="teams-fall2018/index.html">Fall 2018</a></td>
<td valign="top">19</td>
<td valign="top">Work hard!</td>
</tr>
<tr>
<td valign="top"><a href="teams-fall2019/index.html">Fall 2019</a></td>
<td valign="top">90</td>
<td valign="top">Work hard again!</td>
</tr>
<tr>
<td valign="top">Looking for next section?</td>
<td valign="top">??</td>
<td valign="top">Contact <a href="mailto:[email protected]">Dr. Yu Sun</a></td>
</tr>
</table>
</div>
<div id="footer">
<p><a href="https://github.com/csupomona-cs480">CS480</a> – <a href="http://yusun.io/">Dr. Yu Sun</a> – <a href="http://www.cpp.edu/~cs/">Computer Science Department</a> – <a href="http://www.cpp.edu">Cal Poly Pomona</a></p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-6153384-10', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>