-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththe-model-study.php
86 lines (79 loc) · 3.68 KB
/
the-model-study.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
81
82
83
84
85
86
<?php
$pagename = 'The MODEL Study';
include("template-top.php");
?>
<div id="content" class="row">
<div class="columns">
<h1><?php echo $pagename; ?></h1>
<div class="row panel">
<div class="columns small-12">
<h3 class="text-center">Take part in an important research study aimed at<br />helping people with diabetes take better care of
their health</h3>
<img src="images/model-logo.png" style="padding: 2vw 5vw 5vw 5vw;" />
<br class="hide-for-small" style="clear: both;" />
</div>
<div class="columns medium-1">
<br class="hide-for-small" style="clear: both;" />
</div>
<div class="columns medium-6">
<br class="hide-for-small" style="clear: both;" />
<h4 class="text-center">We are looking for African-American men and women over the age of 18 who:</h4>
<ul>
<li>have diabetes with high blood sugars</li>
<li>have a cell phone with text message capability</li>
</ul>
</div>
<div class="columns medium-1">
<br class="hide-for-small" style="clear: both;" />
</div>
<div class="columns medium-4">
<ul class="pricing-table">
<li class="title">Join</li>
<li class="price">$150</li>
<li class="description">The study lasts one year, and you will receive up to <strong>$150</strong>
for follow-up visits.
</li>
<li class="cta-button"><a class="button expand" href="tel:901-448-1381">
<span class="row collapse">
<span class="columns small-3"><span class="fa fa-phone fa-2x"></span></span>
<span class="columns small-9 text-left">Call Now<br />(901) 448-1381</span>
</span>
</a>
</li>
</ul>
</div>
<br style="clear: both;" />
<div class="row panel callout radius text-center collapse">
<h4><span class="fa fa-stethoscope"></span> Participating Clinics</h4>
<hr/>
<div class="columns medium-4">
<p>
Christ Community - Raleigh<br/>
Christ Community - Third Street<br/>
UT Methodist Physicians - South
</p>
</div>
<div class="columns medium-4">
<p>
Hawkins Family Medicine<br/>
UT Family Practice - Jackson<br/>
UT Family Practice - Tipton
</p>
</div>
<div class="columns medium-4">
<p>
Methodist Medical Group - Primary Care<br/>
1325 Eastmoreland, Suite 245<br/>
1264 Wesley Drive, Suite 606
</p>
</div>
</div>
</div>
</div>
<div class="columns medium-text-center">
<ul class="vcard" style="border: none;">
<li><span class="fn"><span class="subheader">Investigator:</span> Dr. Jim Bailey</span> <span class="street-address>">956 Court Avenue, D222</span> <span class="locality">Memphis</span>, <span class="state">TN</span> <span class="zip">38163</span></li>
</ul>
</div>
</div>
<?php include("template-bottom.php"); ?>