-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
80 lines (73 loc) · 2.42 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
79
80
<html>
<head>
<?php include 'header.php' ?>
<title>About</title>
</head>
<body>
<div class="about-cover">
<h3><b>OUR MISSION IS TO IMPROVE JAMAICA'S <br>HEALTH CARE SYSTEM THROUGH TECHNOLOGY.</b></h3>
</div>
<div class="container-fluid">
<center>
<img src="img/logo.png" class="img-responsive about-logo" alt="EHCRS">
</center>
<h3 align="center">Interconnected Electronic Health Care System</h3>
</div>
<br>
<div class="container about-placement">
<div class="row">
<div class="col-md-5">
<div class="about-card">
<center><h3>Credits</h3></center>
<hr style="width: 30%;">
<ul>
<li>bootstrap-datepicker</li>
<li>Google Fonts</li>
<li>Font-Awesome</li>
<li>Bootstrap</li>
</ul>
</div>
</div>
<div class="col-md-7">
<div class="about-card1">
<center><h3>The Team</h3></center>
<hr style="width: 30%;">
<center><img src="img/girl.png" class="img-responsive" alt="supervisor" width="60"></center>
<center>Karlene Black</center>
<p></p>
<div class="row">
<div class="col-md-4">
<center><img src="img/man.png" alt="gg" class="img-responsive" width="60">
Garfield Gray</center>
</div>
<div class="col-md-4">
<center><img src="img/boy.png" alt="gg" class="img-responsive" width="60">
Davane Davis</center>
</div>
<div class="col-md-4">
<center><img src="img/boy.png" alt="gg" class="img-responsive" width="60">
</center>
</div>
</div>
<p></p>
<div class="row">
<div class="col-md-4">
<center><img src="img/boy.png" alt="gg" class="img-responsive" width="60">
</center>
</div>
<div class="col-md-4">
<center><img src="img/boy.png" alt="gg" class="img-responsive" width="60">
</center>
</div>
<div class="col-md-4">
<center><img src="img/boy.png" alt="gg" class="img-responsive" width="60">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php' ?>
</body>
</html>