-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
78 lines (73 loc) · 4.18 KB
/
about.php
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
<!--Nonfunctional Prototype-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Contact Manager Template</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<header id="nav-header" class="text-black nav py-5 bg-accent">
<a href="http://oceanic-connections.xyz/contacts.php" class="text-black" aria-label="Go to home/login"><div id="home-button" class= "header-link button" type="button">Home</div></a>
</header>
<section id="about-us-block" class="bg-sub">
<div id="personal-git-links">
<div id="section-heading" class="h1" style="text-align:center">Contributors</div>
<div id="contributor-row" class="icon-background">
<div id="contributor">
<a href="https://github.com/Gersh01" id="picture" aria-label="Check out Alexander's Github">
<img src="images/Alex.PNG" class="picture-icon" alt="Alexander"></img>
</a>
<div id="name">Alexander Gershfeld - Project Manager</div>
</div>
<div id="contributor">
<a href="https://github.com/jsalzer312" id="picture" aria-label="Check out Alexander's Github">
<img src="images/James.PNG" class="picture-icon" alt="James"></img>
</a>
<div id="name">James Salzer - Frontend and Support</div>
</div>
<div id="contributor">
<a href="https://github.com/GoldenLin9" id="picture" aria-label="Check out Alexander's Github">
<img src="images/Golden.PNG" class="picture-icon" alt="Golden"></img>
</a>
<div id="name">Golden Lin - API</div>
</div>
</div>
<div div id="contributor-row" class="icon-background">
<div id="contributor">
<a href="https://github.com/tonych312312" id="picture" aria-label="Check out Alexander's Github">
<img src="images/Tony.PNG" class="picture-icon" alt="Tony"></img>
</a>
<div id="name">Tony Chau - Database</div>
</div>
<div id="contributor">
<a href="https://github.com/JPEACH34" id="picture" aria-label="Check out Alexander's Github">
<img src="images/Jacob.PNG" class="picture-icon" alt="Jacob"></img>
</a>
<div id="name">Jacob Peach - Frontend</div>
</div>
<div id="contributor">
<a href="https://github.com/alperenyazmaci" id="picture" aria-label="Check out Alexander's Github">
<img src="images/Alperen.PNG" class="picture-icon" alt="Alperen"></img>
</a>
<div id="name">Alperen Yazmaci - API</div>
</div>
</div>
</div>
<div id="project-git-link">
<a href="https://github.com/Gersh01/ContactManager" class="text-black h3" style="text-align:center" aria-label="Check out the Project Github"><div class="go-to-github-page" type="button">Check out the source code in Github!</div></a>
</div>
</section>
<!--Site Footer-->
<footer class="py-5 bg-accent" id="footer">
<div class="m-0 text-center text-black">A student project for COP4331, University of Central Florida</div>
</footer>
</body>
<script src="js/app.js"></script>
</html>