-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (43 loc) · 2.51 KB
/
Copy pathindex.html
File metadata and controls
57 lines (43 loc) · 2.51 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
<!DOCTYPE html>
<html>
<head>
<title>PainCare</title>
<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">
<link href="https://fonts.googleapis.com/css2? family=Source+Code+Pro&family=Yantramanav:wght@100&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.ico">
<script src="scripts/main.js"></script>
</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>Welcome to PainCare</h1>
</div>
<div align="center">
<p class="main_paragraphs">PainCare is a website that allows doctors and their patients to fill the <b>Pain Explanation and Treatment Diagram</b> Form by Hillel Finestone. It is an effective way to treat chronic pains by allowing the patient to identify his or her personnal risk factors and doctors to provide treatment for these factors. </p>
</div>
<div class="parent_image" align="center">
<img class="home_image" src="images/patient.jpg" alt="home image here" id="home_image">
<div class="editor_btn_middle" align = center>
<a href="PETDformEditor.html" target="_blank" class="start_editor_btn">Fill out the Pain Explanation and Treatment Diagram</a>
</div>
</div>
<div>
<p class="sec_paragraphs"> On this website, you can also find other forms that your doctor might require you to fill out ahead of doctors appointment under <b>All forms</b> and some help on filling out the <i>Pain Explanation an Treatment</i> under <b>Help</b></p>
</div>
<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>
</body>
</html>