-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
83 lines (71 loc) · 3.06 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/index.css">
<title>Bountiful Children's Foundation</title>
</head>
<body>
<nav class="nav">
<div class="nav-all">
<img src="img/bountiful2.png">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html" target="_blank">About Us</a></li>
<li><a href="https://master.d3d8cnda4rcved.amplifyapp.com" target="_blank">Sign In/Register</a></li>
<button><a href="https://master.d3d8cnda4rcved.amplifyapp.com">Donate</a></button>
</ul>
</div>
</nav>
<section class="container">
<div>
<h4>Meet Our Awesome Team!</h4>
</div>
<section class="aboutus-content">
<div class="content-3">
<img src="/img/johnmiranda.png">
<h3>John Benedict Miranda</h3>
<p>Team Lead</p>
<button><a href="https://github.com/john2796" target="_blank">View Github Profile</a></button>
</div>
<div class="content-3">
<img src="img/amarachiejiawoko.png">
<h3>Amarachi Ejiawoko</h3>
<p>Back-End Developer</p>
<button><a href="https://github.com/AmarachiOE" target="_blank">View Github Profile</a></button>
</div>
<div class="content-3">
<img src="/img/randywilson.png">
<h3>Randy Wilson</h3>
<p>Front-End Developer</p>
<button><a href="https://github.com/Phoenixrr2113" target="_blank">View Github Profile</a></button>
</div>
</section>
<section class="aboutus-content">
<div class="content-3">
<img src="img/jalenhubbard.png">
<h3>Jalen Hubbard</h3>
<p>UX Designer</p>
<button><a href="https://github.com/jalenh504" target="_blank">View Github Profile</a></button>
</div>
<div class="content-3">
<img src="img/justinchen.png">
<h3>Justin Chen</h3>
<p>User Interface Developer</p>
<button><a href="https://github.com/justiny2c" target="_blank">View Github Profile</a></button>
</div>
<div class="content-3">
<img src="img/natemagera.png">
<h3>Nate Magera</h3>
<p>User Interface Developer</p>
<button><a href="https://github.com/nmagera07" target="_blank">View Github Profile</a></button>
</div>
</section>
</section>
<footer>
<p>Copyright© 2019</p>
</footer>
</body>
</html>