forked from nrjones8/plagcomps_site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
116 lines (98 loc) · 4.76 KB
/
about_us.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Copy Cats</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="conteneur">
<div id="header">Copy Cats: Plagiarism Detection</div>
<div id="haut">
<ul class="menuhaut">
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="about_us.html">About the Copy Cats</a></li>
<li><a href="code.html">Code</a></li>
</ul>
</div>
<div id="centre">
<h1>About Us</h1>
<table width="90%" border="0" cellpadding="3">
<tr>
<td align="center" valign="center" width=40%>
<img src="goofy_nc.jpg" width=250 height=250 onmouseover="this.src='goofy_nc.hover.jpg'" onmouseout="this.src='goofy_nc.jpg'" />
<!-- <img src="goofy_nc.jpg" width=250 height=250 alt="description here" /> -->
</td>
<td align="left" valign="top">
<h2>Noah Carnahan</h2>
<p>
Noah hails from Montpelier, Vermont (the greatest state in our fair union).
He loves to program everything from browser extensions to games.
He enjoys nordic skiing, mountain biking, playing strategy games, and eating sugar on snow.
</p>
</td>
</tr>
<tr>
<td align="center" valign="center">
<img src="goofy_nj.jpg" width=250 height=250 onmouseover="this.src='dln2.jpg'" onmouseout="this.src='goofy_nj.jpg'" />
</td>
<td align="top" valign="top">
<h2>Marcus Huderle</h2>
<p>
This text is in the table data cell on the right.
</p>
</td>
</tr>
<tr>
<td align="center" valign="center">
<img src="goofy_nj.jpg" width=250 height=250 onmouseover="this.src='dln3.gif'" onmouseout="this.src='goofy_nj.jpg'" />
</td>
<td align="top" valign="top">
<h2>Nick Jones</h2>
<p>
Nick came to Carleton via Evanston, IL and doubled majored in math and
computer science. When not in the CMC, he enjoys playing soccer and basketball,
cooking, listening to early 2000s rap, and studying abroad in Budapest (but not
all at the same time).
</p>
</td>
</tr>
<tr>
<td align="center" valign="center">
<img src="goofy_nj.jpg" width=250 height=250 onmouseover="this.src='dln1.jpg'" onmouseout="this.src='goofy_nj.jpg'" />
</td>
<td align="top" valign="top">
<h2>Cole Stephan</h2>
<p>
This text is in the table data cell on the right.
</p>
</td>
</tr>
<tr>
<td align="center" valign="center">
<img src="goofy_nj.jpg" width=250 height=250 onmouseover="this.src='dln2.jpg'" onmouseout="this.src='goofy_nj.jpg'" />
</td>
<td align="top" valign="top">
<h2>Tony Tran</h2>
<p>
This text is in the table data cell on the right.
</p>
</td>
</tr>
<tr>
<td align="center" valign="center">
<img src="zwd.jpg" width=250 height=250 onmouseover="this.src='dln3.gif'" onmouseout="this.src='zwd.jpg'" />
</td>
<td align="top" valign="top">
<h2>Zach "Evolved Feature Two" Wood-Doughty</h2>
<p>
Zach spent his time at Carleton studying computer science, mathematics, and Latin America; playing hockey and volleyball and doing karate; and writing fiction, poetry, and lots of code.
</p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>