-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
83 lines (60 loc) · 4.43 KB
/
Copy pathhelp.html
File metadata and controls
83 lines (60 loc) · 4.43 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
<!DOCTYPE html>
<html>
<head>
<title>PainCare</title>
<link href="https://fonts.googleapis.com/css2?family=Economica&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="css/style_home.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Titillium+Web:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<img class="logo" src="images\logo.png" alt="logohere" id="logomain">
<nav>
<ul class="nav-list">
<li class="nav-listelem"><a class="nav_btn" href="index.html">Home</a></li>
<li class="nav-listelem"><a class="nav_btn" href="forms.html">All forms</a></li>
<li class="nav-listelem"><a class="nav_btn" href="help.html">Help</a></li>
<li class="nav-listelem"><a class="lang_btn"href="indexfr.html"><b>Français</b></a></li>
</ul>
</nav>
</div>
<div class="title">
<h1>HELP</h1>
</div>
<div>
<h3 class="questions">How do I fill out the PETD form ?</h3>
<p class="anwsers">You can open the form by clicking on Home > Fill the PETD form. Refer to instructions below the form and start filling in the form by clicking on the checkboxes and lines
. You can save the form anytime by clicking the blue save button under the form. <br><br></p>
<h3 class="questions">Who is PainCare ?</h3>
<p class="anwsers">PainCare is composed of 5 engineering students at the University of Ottawa and Dr. Hillel Finestone at the Saint-Vincent Hospital.
You can view these organisations at <a href="https://www.bruyere.org/en/s-saint-vincent-hospital">www.bruyere.org</a> and <a href="www.uottawa.ca">www.uottawa.ca</a>.<br> <br></p>
<h3 class="questions">What is our goal ?</h3>
<p class="anwsers">Our task is to create an accessible, bilingual user experience which includes questionnaires that can be used by health specialists
and patients. These questionnaires will help record additional patient information between visits to help manage long waiting lists and allow
patients to be screened by specialists more efficiently and quickly. <br><br> </p>
<h3 class="questions">Is the website trustful ?</h3>
<p class="anwsers">All information presented on the website has been verified by health professionals and adapted for distribution and downloading experience. We DO NOT store any user data! Source Code for PainCare
is available on <a href ="https://github.com/Gio6113/PainCare.git">Github</a>.<br><br></p>
<!-- <h3 class="questions">Who contact in case of a problem ?</h3>-->
<!--
<h3 class="questions">How do I register or fill out my form ?</h3>
<p class="main_paragraphs"> What can we offer ?<br>
*Is the website trustful ?<br>
All information presented at the website has been verified by health professionals and adapted for distribution and downloading experience. We DO NOT store any user data!
PainCare will help you manage your patients more efficiently between visits. It also works as a guide to new health professionals in the field of chronic pain treatment by giving fiable tools and resources to start a clinic or start treating new patients.<br><br>
*How much money do I need to have this product ?<br>
PainCare is a free website which allows you to download guiding questionnaires which can be implemented at every clinic or hospital in order to treat patients with chronic pain.<br><br>
*Who contact in case of a problem ?<br>
If you have a problem using our website or have any questions, please write to us at (...) and we will answer you as soon as possible.<br><br>
*How do I register or fill out my form ?<br>
If you have any questions regarding the filling out or saving process of a form, please consult this video: (...)<br><br>
</p>
-->
</div>
</body>
<div class="footer">
<p class="footer_message"> <br>Contact: PainCareHelp@gmail.com </p>
<p class="footer_date"> <br> December 2020. Ottawa, Canada<br> </p>
</div>
</html>