-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
102 lines (98 loc) · 3.97 KB
/
index.php
File metadata and controls
102 lines (98 loc) · 3.97 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
<html>
<head>
<meta charset="utf-8" />
<title>CST 336 Internet Programming</title>
<style>
body{
background-color: #FFCC99 !important;
}
</style>
<link href="rules.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet"/>
</head>
<body>
<header>
<h1>CST 336 Internet Programming</h1>
</header>
<div id="content">
<table>
<tr id="table-header">
<td><strong>Assignment</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr class="table-row">
<td><a href="Lab01/index.html">Lab 01</a></td>
<td>ePortfolio Lab</td>
</tr>
<tr class="table-row">
<td><a href="HW01/home.html">HW 01</a></td>
<td>Computer Science Topic Discussed</td>
</tr>
<tr class="table-row">
<td><a href="Lab02/index.php">Lab 2</a></td></td>
<td>777 Slot Machine</td>
</tr>
<tr class="table-row">
<td><a href="HW02/home.php">HW 2</a></td></td>
<td>PHP Control Structures & Arrays (Sudoku)</td>
</tr>
<tr class="table-row">
<td><a href="Lab03/lab3.php">Lab 03</a></td></td>
<td>CARDS</td>
</tr>
<tr class="table-row">
<td><a href="Lab04/home.php">Lab 04</a></td></td>
<td>LED Board</td>
</tr>
<tr class="table-row">
<td><a href="HW03/home.php">HW03</a></td></td>
<td>Background Story</td>
</tr>
<tr class="table-row">
<td><a href="Lab05/index.php">Lab 05</a></td></td>
<td>Checkout History</td>
</tr>
<tr class="table-row">
<td><a href="Midterm/program1.php">MidProg1</a></td></td>
<td>Midterm Program 1 Calendar</td>
</tr>
<tr class="table-row">
<td><a href="Midterm/program2.php">MidProg2</a></td></td>
<td>Midterm Program 2 SQL</td>
</tr>
<tr class="table-row">
<td><a href="TeamProject/inc.form.php">TeamProject</a></td></td>
<td>Team Project</td>
</tr>
<tr class="table-row">
<td><a href="Lab06/index.php">Lab 06</a></td></td>
<td>Log Admin In</td>
</tr>
<tr class="table-row">
<td><a href="HW04/index.html">HW 04</a></td></td>
<td>HW 03 in javascript/jQuery</td>
</tr>
<tr class="table-row">
<td><a href="Lab07/index.html">Lab 07</a></td></td>
<td>Lab 07 AJAX/jQuery/JS - Sign up</td>
</tr>
<tr class="table-row">
<td><a href="HW05/index.php">HW 05</a></td></td>
<td>HW05 AJAX</td>
</tr>
<tr class="table-row">
<td><a href="Lab08/index.php">Lab 08</a></td></td>
<td>Lab 08 Pets</td>
</tr>
<tr class="table-row">
<td><a href="Final Project/index.php">Final Project</a></td></td>
<td>Reciever Log</td>
</tr>
<!--<tr class="table-row">
<td><a href="Examples/HTML Forms/login.php">Login</a></td></td>
<td>Login</td>
</tr>-->
</table>
</div>
</body>
</html>