-
Notifications
You must be signed in to change notification settings - Fork 1
/
badger.html
91 lines (90 loc) · 2.59 KB
/
badger.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/badger.css" media="screen" />
<title>Badger - Blake VanLandingham</title>
</head>
<body>
<div class="content">
<header>
<img class="logo" src="/images/badger/badger-icon.png" height="305" width="305">
<div class="header-text">
<div class="sep"></div>
<h2>Blake VanLandingham</h2>
<h1>Badger</h1>
</div>
</header>
<div class="body-text">
<h1>Timeline</h1>
<p>
This will be the approximate timeline for the project. Once requirements have been established, a full timeline will be added here.
</p>
<table>
<thead>
<tr>
<th>Week Of</th>
<th>Goal</th>
</tr>
</thead>
<tbody>
<tr>
<td>February 15</td>
<td>Create requirements presentation</td>
</tr>
<tr>
<td>February 22</td>
<td>Develop "Create Team" view</td>
</tr>
<tr>
<td>March 1</td>
<td></td>
</tr>
<tr>
<td>March 8</td>
<td></td>
</tr>
<tr>
<td>March 15</td>
<td>Spring Break: No goal</td>
</tr>
<tr>
<td>March 22</td>
<td></td>
</tr>
<tr>
<td>March 29</td>
<td></td>
</tr>
<tr>
<td>April 5</td>
<td></td>
</tr>
<tr>
<td>April 12</td>
<td></td>
</tr>
<tr>
<td>April 19</td>
<td></td>
</tr>
<tr>
<td>April 26</td>
<td></td>
</tr>
<tr>
<td>May 3</td>
<td></td>
</tr>
<tr>
<td>May 10</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>