-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (142 loc) · 7.11 KB
/
Copy pathindex.html
File metadata and controls
165 lines (142 loc) · 7.11 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE HTML>
<html>
<head>
<title>SympTrack</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--[if lte IE 8]>
<script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ie8.css"/><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<div class="logo container">
<div>
<h1><a href="index.html" id="logo">SympTrack</a></h1>
</div>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="Records.html">Records</a></li>
<li><a href="Doctors.html">Your Doctors</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="reports.html">Reports</a>
<ul>
<li><a>Blocks Reports</a></li>
<li><a>Events Reports</a></li>
</ul> </li>
<li><a href="calendar.html">Calendar</a></li>
<li><a>Message Board</a></li>
<li><a>Login</a></li>
</ul>
</nav>
<!-- Banner -->
<div id="banner-wrapper">
<section id="banner">
<h2>Capturing Your Day to Day Symptoms for a better life</h2>
<p> <font="white"> Advanced Healthcare Made Personal</font></p>
</section>
</div>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row 200%">
<div class="12u">
<!-- Features -->
<section class="box features">
<h2 class="major"><span>Products & Services</span></h2>
<div>
<div class="row">
<div class="3u 12u(mobile)">
<!-- Feature -->
<section class="box feature">
<a href="http://www.stthomas.edu" class="image featured"><img
src="images/pic01.jpg" alt=""/></a>
<h3><a href="http://www.stthomas.edu">Patient Access & Care Coordination </a></h3>
<p>
Lorem ipsum dolor sit amet, has tollit apeirian at, cum an modus nobis vidisse. Sea alii malis definiebas cu, eum latine deleniti in. Vix in invidunt adipisci, ex ius elit.
</p>
</section>
</div>
<div class="3u 12u(mobile)">
<!-- Feature -->
<section class="box feature">
<a class="image featured"><img src="images/pic01.jpg" alt=""/></a>
<h3><a>Patient Engagement</a></h3>
<p>
Lorem ipsum dolor sit amet, has tollit apeirian at, cum an modus nobis vidisse. Sea alii malis definiebas cu, eum latine deleniti in. Vix in invidunt adipisci, ex ius elit.
</p>
</section>
</div>
<div class="3u 12u(mobile)">
<!-- Feature -->
<section class="box feature">
<a class="image featured"><img src="images/pic01.jpg" alt=""/></a>
<h3><a>Practice Management</a></h3>
<p>
Lorem ipsum dolor sit amet, has tollit apeirian at, cum an modus nobis vidisse. Sea alii malis definiebas cu, eum latine deleniti in. Vix in invidunt adipisci, ex ius elit.
</p>
</section>
</div>
<div class="3u 12u(mobile)">
<!-- Feature -->
<section class="box feature">
<a class="image featured"><img src="images/pic01.JPG" alt=""/></a>
<h3><a>Population Health Services </a></h3>
<p>
Lorem ipsum dolor sit amet, has tollit apeirian at, cum an modus nobis vidisse. Sea alii malis definiebas cu, eum latine deleniti in. Vix in invidunt adipisci, ex ius elit.
</p>
</section>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer" class="container">
<div class="row 200%">
<div class="12u">
<!-- About -->
<section>
<h2 class="major"><span>What's this about?</span></h2>
<p>
This is <strong>SympTrack</strong>, a program that captures and stores the every day data about a patient’s major symptoms and displays the data at a weekly, monthly, and yearly level. Symp+rack also pushes the data to a patient chart system or directly to the email of their doctor’s office in preparation for related appointments.
</p>
</section>
<!-- Contact -->
<section>
<h2 class="major"><span>Get in touch on Social Media</span></h2>
<ul class="contact">
<li><a class="icon fa-facebook" href="https://www.facebook.com"><span
class="label">Facebook</span></a>
</li>
<li><a class="icon fa-twitter" href="https://twitter.com/"><span
class="label">Twitter</span></a></li>
</ul>
</section>
</div>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>