This repository was archived by the owner on Mar 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (86 loc) · 4.29 KB
/
Copy pathindex.html
File metadata and controls
95 lines (86 loc) · 4.29 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>COMP203P | Team 35</title>
<!-- Bootstrap -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script>
<link href="./css/site.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="blog-masthead">
<nav class="navbar navbar-full navbar-dark bg-primary">
<a href="./" class="navbar-brand">Team 35</a>
<button class="navbar-toggler float-xs-right hidden-lg-up" type="button" data-toggle="collapse" data-target="#navbar-header" aria-controls="navbar-header" aria-expanded="false" aria-label="Toggle navigation"></button>
<div class="nav navbar-nav collapse navbar-toggleable-md" id="navbar-header">
<a class="nav-item nav-link" href="./background">Background</a>
<a class="nav-item nav-link" href="./progress">Progress</a>
<a class="nav-item nav-link" href="./prototypes">Prototypes</a>
<a class="nav-item nav-link" href="./requirements">Requirements</a>
<a class="nav-item nav-link" href="./research">Research</a>
<a class="nav-item nav-link" href="./testing">Testing</a>
<a class="nav-item nav-link" href="./ui">UI</a>
<div class="nav navbar-nav float-sm-right">
<a target="_blank" class="nav-item nav-link" href="https://github.com/comp204p-team35/website">GitHub</a>
</div>
</div>
</nav>
</div>
<div class="blog-header">
<div class="container">
<h1 class="blog-title">The Peach Project</h1>
<p class="lead blog-description">Working towards a paperless health-care system.</p>
</div>
</div>
<!-- Everything above here should be the same on each page -->
<div class="container">
<h2>Mission Statement</h2>
<p>Currently, the health-care system relies heavily on paper to collect patient data.
This is a slow, cumbersome, repetitive and error-prone way of collecting important information.
The Peach Project aims to solve these problems and streamline this process by providing healthcare professionals with a digital platform form which to manage and organise data.</p>
<h2>Our Team</h2>
<p>There are large number of team working on this project. We are Team 35, and are comprised of three people.</p>
<div class=".table-responsive">
<table class="table">
<thead>
<tr>
<th>Name</th>
<th>Role</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ben Hadfield</td>
<td>I'm working on the Scheduler component and parts of the drag-and-drop interface.</td>
</tr>
<tr>
<td>Julien Nahum</td>
<td>...</td>
</tr>
<tr>
<td>Sim Zi Jian</td>
<td>...</td>
</tr>
</tbody>
</table>
</div>
</div>
<footer class="blog-footer">
<p>UCL COMP204P Team 35 | The Peach Project</p>
<a target="_blank" rel="nofollow" href="https://github.com/comp204p-team35/website">Website Repository</a>
</footer>
</body>
</html>