-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
22 lines (22 loc) · 980 Bytes
/
about.html
File metadata and controls
22 lines (22 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Design POD Home</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<ul id="navigation">
<li><a id="home" href="index.html">HOME</a></li>
<li><a id="search" href="search.php">SEARCH</a></li>
<li><a id="order" href="order.html">ORDER</a></li>
<li><a id="about" href="about.html">ABOUT</a></li>
</ul>
</header>
<img id="PODLogo" src="/images/PODLogo.png" alt="PODLogo"/> <br>
<img id="PODSquad" src="/images/PODSquad.jpeg" alt="PODSquad"/>
<p>POD Squad: Samy, Connor, Carson, Jason, Matt</p>
<p>The Design POD Website was created by Duke University students for Duke University students. Over the course of one semester, the POD Squad followed the engineering design process to develop a system to increase student and faculty productivity in the Design POD through efficient location and understanding of tools, machines, and materials. </p>
</body>
</html>