-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutFirstDraft.html
More file actions
90 lines (82 loc) · 3.28 KB
/
Copy pathAboutFirstDraft.html
File metadata and controls
90 lines (82 loc) · 3.28 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="format.css">
<div class="header">
</div>
<br><br><br><br><br>
</head>
<body>
<br>
<div class="infoblue">
<br>
<h2 class="centertext">Towson University Members</h2>
<table class="centertable">
<tr>
<td> </td>
<td> Professor </td>
<td colspan="5"> Team </td>
</tr>
<tr>
<td rowspan="3"> <img src="imgs/towson_logo.png" width=150 height=150> </td>
<td> <img src="imgs/professor_photo.jpeg" alt="Professor Deng Photo" width=75 height=75> </td>
<td> <img src="imgs/Haley_photo.jpg" alt="Haley Photo" width=75 height=75> </td>
<td> <img src="imgs/Haley_photo.jpg" alt="Josh Photo" width=75 height=75> </td>
<td> <img src="imgs/Brian_photo.jpg" alt="Brian Photo" width=75 height=75> </td>
<td> <img src="imgs/Brian_photo.jpg" alt="Scott Photo" width=75 height=75> </td>
<td> <img src="imgs/Brian_photo.jpg" alt="Austin Photo" width=75 height=75> </td>
</tr>
<tr>
<td> Lin Deng </td>
<td> Haley Turfle </td>
<td> Joshua Shevitz </td>
<td> Brian Morgan </td>
<td> Scott Guthier</td>
<td> Austin Ryan</td>
</tr>
</table>
<br><br><br>
<h2 class="centertext">MITRE Members</h2>
<table class="centertable">
<tr>
<td rowspan="3"> <img src="imgs/mitre_logo.jpeg" width=150 height=150> </td>
<td> Technical Director </td>
<td colspan="2"> Technical Professionals </td>
</tr>
<tr>
<td> <img src="imgs/TD_photo.jpg" alt="TD Genevieve Gadwale" width=75 height=75> </td>
<td> <img src="imgs/TD_photo.jpg" alt="Brian Johnson" width=75 height=75> </td>
<td> <img src="imgs/TD_photo.jpg" alt="Josh Klosterman" width=75 height=75> </td>
</tr>
<tr>
<td> Genevieve Gadwale </td>
<td> Brian Johnson</td>
<td> Josh Klosterman </td>
</tr>
</table>
</div>
<br>
</body>
<footer>
<br>
<div class="footer">
<br>
<table class="centertable">
<tr>
<td> <a href="GenomeProj_Frontend.html"> <img src="imgs/database_img.jpeg" width=75 height=75> </a></td>
<td> <a href="AboutTheTeam.html"> <img src="imgs/team_photo.jpeg" width=75 height=75>
</a> </td>
<td> <a href="https://www.towson.edu/"> <img src="imgs/towson_logo.png" width=75 height=75> </a> </td>
<td> <a href="https://www.mitre.org/"> <img src="imgs/mitre_logo.jpeg" width=75 height=75> </a> </td>
</tr>
<tr>
<td> <a href="GenomeProj_Frontend.html">Submit Data</a> </td>
<td> <a href=" AboutTheTeam.html">About the Team</a> </td>
<td> <a href="https://www.towson.edu/">Towson University</a> </td>
<td> <a href="https://www.mitre.org/">MITRE</a> </td>
</tr>
</table>
</div>
<br>
</footer>
</html>