-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
60 lines (60 loc) · 1.59 KB
/
about.html
File metadata and controls
60 lines (60 loc) · 1.59 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta htttp-equiv="X-UA-COMPATIBLE" content="ie=edge">
<title>TheraPup</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a class="logo" href="index.html"><img src="logo.png" tile=logo alt="logo"></a>
<header>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</header>
<hr>
<hr>
<h3>The TheraPup Team</h3>
<p>We are four students at the New Jersey Institute of Technology, dedicated to putting our education to good use.</p>
<hr>
<div class="container">
<hr>
<h3>Stephanie Liscano</h3>
<img class="headshot" src="steph.png" tile=steph alt="steph">
<p>Steph is a second-year Architecture major and our project leader.</p>
<hr>
<hr>
</div>
<div>
<hr>
<h3>Fahim Chowdhury</h3>
<img class="headshot" src="fahim.png" tile=fahim alt="fahim">
<p>Fahim is a third-year Communications major.</p>
<hr>
<hr>
</div>
<div class="container">
<hr>
<h3>Gnaneshwari Palamuthi</h3>
<img class="headshot" src="gnan.png" tile=gnan alt="gnan">
<p>Gnan is a second-year Architecture major.</p>
<hr>
<hr>
</div>
<div>
<hr>
<h3>Eileen Sanchez</h3>
<img class="headshot" src="eileen.png" tile=eileen alt="eileen">
<p>Eileen is a first-year Digital Design major.</p>
<hr>
<hr>
</div>
<div class="footer">
<hr>
<hr>
</div>
</body>
</html>