-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
27 lines (22 loc) · 1.34 KB
/
index.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
<?php
$pagename = 'Home';
include("template-top.php");
?>
<div class="row panel">
<div class="columns medium-8">
<p>Have you been diagnosed with diabetes? Do you need help managing your diabetes?</p>
<p>Managing diabetes is extremely important to staying healthy. But it can sometimes be challenging. My Diabetes Center is here to make sure you have the information you need to take control of diabetes.</p>
<p>We offer resources to learn about diabetes, healthy eating habits, and ways to be more active. You can also explore diabetes apps that are useful for self-management, and read about the journeys of diabetes patients just like you!</p>
<p>We hope that this will serve as a powerful resource for you to overcome diabetes...one step at a time.</p>
</div>
<div class="columns medium-4">
<h2>Explore</h2>
<p><strong>Stories of other people's journeys with diabetes</strong></p>
<figure>
<img src="images/douglass-hall.jpg" alt="Photo of the Douglass Hall"/>
<figcaption>Douglass Hall - "The doctor did initially tell me that blindness could..." <a href="stories.php#douglass-hall">read more</a>.
</figcaption>
</figure>
</div>
</div>
<?php include("template-bottom.php"); ?>