-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (80 loc) · 2.74 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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ECE 4872: Smart Tennis Sensor</title>
<style type="text/css">
<!--
body,
td,
th {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif, Helvetica, sans-serif;
color: black;
}
body {
background-color: #ffffe0;
}
.style4 {
font-size: 32px;
font-weight: bold;
}
.style5 {
font-size: 22px;
}
.style6 {
font-size: 20px
}
-->
</style>
</head>
<body>
<p class="style4" align="center">Smart Tennis Sensor</p>
<p class="style4" align="center">ECE4872 Dr. Anderson</p>
<hr>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="49%" height="198">
<p class="style5">Technical Review Papers<br>
</p>
<blockquote>
<p>Anubhav Agarwal ( <a href="TRP/Anubhav_TRP.pdf" target="_blank">.pdf</a>)</p>
<p>Shez Malik (<a href="TRP/Shez_TRP.pdf" target="_blank">.pdf</a>)</p>
<p>Robby Nelson (<a href="TRP/Robby_TRP.pdf" target="_blank">.pdf</a>)</p>
<p>Lycia Tran (<a href="TRP/Lycia_TRP.pdf" target="_blank">.pdf</a>)</p>
<p>Rajan Vivek (<a href="TRP/Rajan_TRP.pdf" target="_blank">.pdf</a>)</p>
</blockquote>
</td>
<td width="51%" height="198">
<div align="right">
<p align="center"><a href="selfie.jpg"><img src="selfie.jpg" width="500" height="400" border="0"></a><br>
</p>
</div>
</td>
</tr>
</table>
<p class="style5"> </p>
<p class="style5">Accepted Written Proposal (<a href="Team 1 Project Proposal.docx">.docx</a>
<a href="Team 1 Project Proposal.pdf">.pdf</a>)
</p>
<p class="style5">Proposal Presentation (<a href="Project Proposal Presentation.pptx">.pptx</a>
<a href="Project Proposal Presentation.pdf">.pdf</a>)
</p>
<p class="style5"> </p>
<p class="style5"></p>
<p class="style5">Design Review Presentation (<a href="Project Design Presentation.pptx">.pptx</a>
<a href="Project Design Presentation.pdf">.pdf</a>)
</p>
<!-- <p class="style5"> </p>
<p class="style5">Latest Project Summary (<a href="projectsummary.docx">.docx</a>
<a href="projectsummary.pdf">.pdf</a>)
</p>
<p class="style5"> </p>
<p class="style5">Final Presentation (<a href="finalpresentation.pptx">.pptx</a>
<a href="finalpresentation.pdf">.pdf</a>)
</p>
<p class="style5"> <label>Final Written Report (<a href="finalwrittenreport.docx">.docx</a>
<a href="finalwrittenreport.pdf">.pdf</a>)</label></p>
<p class="style5">Final Video (or videos if applicable)</p>
<p class="style5"> </p> */
-->
</body>
</html>