-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
48 lines (44 loc) · 1.34 KB
/
team.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> CS290: Closure </title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="image">
<img src="./assets/logo.png" alt="Closure Logo">
</div>
<div class="topnav" id="navbar">
<a class="active" href="index.html">Home</a>
<a href="team.html">The Team</a>
<a href="feedback.html">Feedback</a>
<a style="float:right" href="https://www.closureplatform.com">Visit Our Site</a>
</div>
<h1 style="padding-bottom: 25px;">About Us</h1>
<table id="members">
<tr>
<th> Name </th>
<th> Hometown </th>
<th> Class </th>
<th> Major </th>
<th> Role on Team </th>
<th> Fun Fact </th>
</tr>
<tr>
<td> Ben Keegan </td>
<td> Liverpool, UK </td>
<td> Sophomore </td>
<td> Computer Science </td>
<td> Software Developer Intern </td>
<td> I missed a Psych quiz to code this site </td>
</tr>
<tr>
<td> Michael Castro </td>
<td> Miami, FL </td>
<td> Sophomore </td>
<td> Computer Science, Public Policy </td>
<td> Software Developer Intern </td>
<td> I am currently ill </td>
</tr>
</table>