-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQ-AboutUs.html
66 lines (66 loc) · 2.46 KB
/
FAQ-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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="./css/app-resources.css">
<link rel="stylesheet" href="./css/buttons.css">
<link rel="stylesheet" href="./css/app-cont.css">
<link rel="stylesheet" href="./css/app-page-manager.css">
<link rel="stylesheet" href="./css/overlay.css">
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
</head>
<body>
<div class="top-bar-css">
<a href="./index.html"><input type="button" class="back-button-css" value="Back" onmousedown="return false;" /></a></div>
<div class="wrapper">
<div class="universal-cont">
<div class="applogo">
<img src="./images/logos/faq-about-us-logo.png" onmousedown="return false;" width="540px" height="130px" ></a>
</div>
<div class="info-text-container">
<div class="info-text">
<div align="center">
Placeholder FAQ about us info text
<p>
</div>
</div>
</div>
<div class="title-css">
<div class="info-text-container1">
<font size="30">The Team</font>
</div>
</div>
<div class="info-text-container1">
<div class="picture-frame-dark">
<div class="title-text-box1">CEO & Developer</div>
<img src="./images/people/Corey-Bruce.png" onmousedown="return false;" width="180" height="240"></a>
<div class="text-box2">Corey Bruce</div>
</div>
<div class="picture-frame-dark">
<div class="title-text-box1">systems developer</div>
<img src="./images/people/Ankit-Pati.png" onmousedown="return false;" width="220" height="240"></a>
<div class="text-box2">Ankit Pati</div>
</div>
<div class="picture-frame-dark">
<div class="title-text-box1">Web Developer</div>
<img src="./images/people/Nathaniel-Clark.png" onmousedown="return false;" width="220" height="240"></a>
<div class="text-box2">Nathaniel Clark</div>
</div>
<div class="picture-frame-dark">
<div class="title-text-box1"> Arch Package Indexer</div>
<img src="./images/people/Dominic-Dwyer.png" onmousedown="return false;" width="220" height="240"></a>
<div class="text-box2">Dominic Dwyer</div>
<div>
<div class="picture-frame-dark">
<div class="title-text-box1"> Arch Package Indexer</div>
<img src="./images/people/Dominic-Dwyer.png" onmousedown="return false;" width="220" height="240"></a>
<div class="text-box2">Dominic Dwyer</div>
<div>
</div>
</div>
</body>
</html>