-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
126 lines (115 loc) · 2.83 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<title>Cash Doctor 3.0</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
Team 12 - Cash Doctor 3.0
</div>
<div class="nav">
<ul class="a">
<li><a href="index.html" > Home</a></li>
<li><a href="PR/index.html" >Progress Report</a></li>
<li><a href="CMN/index.html">Client Meeting Notes</a></li>
<li><a href="Exploration/index.html">Exploration Phase</a></li>
<li><a href="Valuation/index.html">Valuation Phase</a></li>
<li><a href="Foundations/index.html">Foundations Phase</a></li>
<li><a href="FD/index.html">Final Deliverables</a></li>
<li><a href="IIVV/index.html">IIV&V</a></li>
</ul>
</div>
<div class="section">
<table style="width:100%">
<tr class="odd">
<td><i>Project name</i></td>
<td>Cash Doctor 3.0 Mobile APP - Helping Consumers help themselves GLOBALLY.</td>
</tr>
<tr class="even">
<td><i>Project Type</i></td>
<td>Mobile Application</td>
</tr>
<tr class="odd">
<td><i>Project domain</i></td>
<td>Iteractive communication and Distributed Browsing Application</td>
</tr>
<tr class="even">
<td><i>Customer</i></td>
<td>Rob Stehlin from CashDoctor.com <i>[email protected]</i></td>
</tr>
<tr class="odd">
<td><i>Team members</i></td>
<td>
<table width="100%">
<tr class="">
<td><b>Name</b></td>
<td><b>Primary Role</b></td>
<td><b>Secondary Role</b></td>
<td><b>Email</b></td>
</tr>
<tr>
<td>Alisha Parvez</td>
<td>Life Cycle Planner</td>
<td>Feasibility Analyst</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Ekasit Jarussinvichai</td>
<td>Requirements Engineer</td>
<td> Prototyper</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Kenneth Anguka</td>
<td>Requirements Engineer</td>
<td>Verification and Validation Engineer</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Kshama Krishnan</td>
<td>Prototyper</td>
<td>System/Software Architect </td>
<td>[email protected]</td>
</tr>
<tr>
<td>Le Zhuang</td>
<td>Feasibility Analyst </td>
<td>System/Software Architect</td>
<td>[email protected]</td>
</tr><tr>
<td>Shreya Sharma </td>
<td>System/Software Architect </td>
<td>Requirements Engineer</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Steven Helferich </td>
<td>Project Manager </td>
<td>Operational Concept Engineer</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Xichao Wang </td>
<td>Operational Concept Engineer </td>
<td>Life Cycle Planner</td>
<td>[email protected]</td>
</tr>
</table>
</td>
</tr>
<tr class="even">
<td><i>Team Number</i></td>
<td>Team 12</td>
</tr>
<tr class="odd">
<td><i>COTS</i></td>
<td>Apacha Cordova</td>
</tr>
</table>
</div>
<div class="footer">
CSCI 577a - Fall 2014
</div>
</body>
</html>