-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
81 lines (76 loc) · 2.46 KB
/
about.html
File metadata and controls
81 lines (76 loc) · 2.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/index.css" rel="stylesheet">
<title>Testify about</title>
</head>
<body>
<section class = 'mainheader'>
<div class="navarea">
<div class="semicircle">
<div></div>
</div>
<div class="menuicon">
<div></div>
<div></div>
<div></div>
<nav id="navhover">
<a href="index.html">Home</a>
<a href="#">Login</a>
<a href="#">Sign Up</a>
</nav>
</div>
</div>
<h1>About Us</h1>
</section>
<section class="middle">
<div class="developer">
<h3>Project Manager</h3>
<img src="img/Jonathan_Ferrer.png" alt="Jonothan_Ferrer">
<p> Jonathan Ferrer <br> iOS10 Team Lead
</p>
</div>
<div class="developer">
<h3>UI</h3>
<img src="img/Beachprofile.jpg" alt="Ariana_Shackelford">
<p>Ariana Shackelford <br> Web25
</p>
</div>
<div class="developer">
<h3>Front End</h3>
<img src="img/Jordan_Miller.png" alt="Jordan_Miller">
<p>Jordan Miller <br> Web24
</p>
</div>
</section>
<section class="middle">
<div class="developer">
<h3>Front End</h3>
<img src="img/Greg_cameron.png" alt="Greg_Cameron">
<p>Greg Cameron <br> Web23
</p>
</div>
<div class="developer">
<h3>Back End</h3>
<img src="img/Raajn_Patel.png" alt="Raajn_Patel">
<p>Raajn Patel <br> Web22
</p>
</div>
<div class="developer">
<h3>Back End</h3>
<img src="img/Screen Shot 2019-10-24 at 4.37.15 PM.png" alt="Raajn_Patel">
<p>Amanda Lane <br> Web22 Section Lead
</p>
</div>
</section>
<footer>
<!-- <div class='icons'>
<img src="#" alt="#">
<img src="#" alt="#">
</div> -->
<p>Testify copyright 2019</p>
</footer>
</body>
</html>