-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdultrappsol.html
More file actions
60 lines (51 loc) · 1.58 KB
/
pdultrappsol.html
File metadata and controls
60 lines (51 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<style>
.rectangle1{
width: 100%;
height: 100px;
background: #DADBDD;
text-align: center;
}
body {
text-align: center;
/*background-image: url('img_girl.jpeg');*/
}
.tableth{
text-align:center;
background-color:#FF6600;
padding: 4px 30px 4px 8px;
font-size:23px;
}
.tabletd{
border: 1px solid #e3e3e3;
padding:4px 8px;
text-align:left;
width:50%;
}
</style>
</head>
<body>
<div class= "rectangle1">
<h1 class="center" style="color:black;" style="font-size:25px;">
Ultrasound Department
</h1>
<h2 class="center" style="color:black;" style="font-size:22px;">
Pain point & solution analysis
</h2>
</div>
<table>
<tr>
<th class="tableth" style="color:white;" >Pain Points</th>
<th class="tableth" style="color:white;">Solutions</th>
</tr>
<tr>
<td class="tabletd" style= "background-color: #FED8B1; font-size:15pt;"> DBS requires anesthesia, surgical incisions, and brain implants. It therefore carries surgical risks such as the risk for infections.
</td>
<td class="tabletd" style= "background-color: #FED8B1; font-size:10pt;"> <b> Exablate neuro: </b> This technology that can be used as an alternative to DBS, uses non-invasive MR-guided ultrasound to precisely target, heat and ablate parts of the globus pallidus which is overactive in PD patients. Thereby, motor symptoms such as rigor and tremor are reduced. Infection risk is also lower with this method
</td>
</tr>
</table>
</body>
</html>