-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
250 lines (246 loc) · 13.6 KB
/
index.html
File metadata and controls
250 lines (246 loc) · 13.6 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Heal Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="assets/javascript/plugins/impromptu/jquery-impromptu.css">
</head>
<body>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<nav class="text-center">
<a class="navbar-brand" href="#">
<img src="assets/images/2a32a7eb-1506-468b-a3bf-bb2798051cb4.png" class="img-logo d-inline-block align-top img-fluid" alt="Heal Me">
</a>
</nav>
</div>
</div>
</div>
</header>
<!-- <div class="container-fluid stripe">
<div class="row">
<div class="col text-center">
<h2>Finding a Doctor was never that easy!</h2>
</div>
</div>
</div> -->
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/images/1.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h3>Receive the best medical treatment wherever you are in America.</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/images/2.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h3>No one likes getting injured or feeling sick, specially far from home.</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/images/3.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h3>With heal.me, you can now travel in peace for it provides you with the best medical treatment for wherever you are and whatever you are going through in your life.</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/images/4.jpg" alt="Fourth slide">
<div class="carousel-caption d-none d-md-block">
<h3>Whenever you have a medical situation, we will help you connect with the best physicians around you based on your preferences.</h3>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<main>
<div class="box-login">
<div class="container">
<div class="row">
<div class="col">
<form class="custom-form">
<div class="form-group box-email">
<label for="txtEmail">Email address</label>
<input type="email" class="form-control" id="txtEmail" aria-describedby="emailHelp" placeholder="Enter email">
</div>
<div class="form-group box-password">
<label for="txtPassword">Password</label>
<input type="password" class="form-control" id="txtPassword" placeholder="Password">
</div>
<div class="form-group text-center">
<button type="button" id="btnLogin" class="btn btn-primary">Log in</button>
<button type="button" id="btnSignup" class="btn btn-success">Sign Up</button>
<button type="button" id="btnLogout" class="btn btn-primary d-none">Log out</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container box-search">
<form class="custom-form">
<div class="form-row">
<div class="form-group col-12 col-sm-12 col-md-4">
<label for="inputEmail4">Symptoms</label>
<input type="text" class="form-control" id="input-symptoms" placeholder="e.g Ankle strain">
</div>
<div class="form-group col-12 col-sm-12 col-md-4">
<label>Search within the following number of Doctors:</label>
<select class="custom-select" id="number-Of-Doc"required>
<option value=1></option>
<option value=1>1</option>
<option value=2>2</option>
<option value=3>3</option>
<option value=4>4</option>
<option value=5>5</option>
<option value=6>6</option>
<option value=7>7</option>
<option value=8>8</option>
<option value=9>9</option>
<option value=10>10</option>
</select>
</div>
<div class="form-group col-12 col-sm-12 col-md-4">
<label>Range Of Search (miles)</label>
<select class="custom-select" id="search-input"required>
<option value=5></option>
<option value=5>5</option>
<option value=10>10</option>
<option value=15>15</option>
<option value=20>20</option>
<option value=25>25</option>
<option value=30>30</option>
<option value=35>35</option>
<option value=40>40</option>
<option value=45>45</option>
<option value=50>50</option>
</select>
</div>
</div>
<!-- <div class="form-row">
<div class="form-group col-md-6">
<label for="gender">Gender of Physician (male or female)</label>
<input type="text" class="form-control" id="gender-input" placeholder="e.g male">
</div>
</div> -->
<div class="form-row">
<div class= "col-md-6">
<label>Gender of Physician</label>
<select class="custom-select" id="gender-input"required>
<option value="male"></option>
<option value="female">Female</option>
<option value="male">Male</option>
</select>
</div>
<div class="col-md-6">
<label>Sort By</label>
<select class="custom-select" id="sort-input" required>
<option value="distance-desc"></option>
<option value="full-name-asc">Full Name Ascending</option>
<option value="full-name-desc">Full Name Descending</option>
<option value="last-name-asc">Last Name Ascending</option>
<option value="last-name-desc">Last Name Descending</option>
<option value="first-name-asc">First Name Ascending</option>
<option value="first-name-desc">First Name Descending</option>
<option value="best-match-asc">Best Match Ascending</option>
<option value="best-match-desc">Best Match Descending</option>
<option value="rating-asc">Rating Ascending</option>
<option value="rating-desc">Rating Descending</option>
<option value="distance-asc">Distance Ascending</option>
<option value="distance-desc">Distance Descending</option>
</select>
</div>
</div>
<!--<div class="form-row">
<div class="form-group col-md-6">
<label for="sort">Sort in Descending Order By (best-match-desc, rating-desc, distance-asc)</label>
<input type="text" class="form-control" id="sort-input" placeholder="e.g best-match-desc">
</div>
</div> -->
<br>
<div class="form-row">
<div class="col-6 text-center">
<button type="submit" class="btn btn-primary" id="btn-submit">Find Doctors near you</button>
</div>
<div class="col-6 text-center">
<button type="submit" class="btn btn-primary" id="btn-clear">Clear Search</button>
</div>
</div>
<div class="modal hide" id="pleaseWaitDialog" data-backdrop="static" data-keyboard="false">
<div class="modal-header">
<h1>Loading...</h1>
</div>
<div class="modal-body">
<div id="ajax_loader">
<img src="assets/images/ajax-loader.gif">
</div>
</div>
</div>
<br>
</form>
<div class="row">
<div class="col-lg-12 table-result">
<div class=" panel-primary">
<div class="panel-heading">
<h3 class="panel-title"><strong>Physicians Around You</strong></h3>
</div>
<div class="panel-body table-responsive">
<table class="table table-hover" id="table-list">
<thead>
<tr>
<th>Name</th>
<th>Description of Specialty</th>
<th>Location</th>
<th>Phone Number</th>
<th>Distance (miles)</th>
<th>Website</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="footer">
<p id="footer-Text"><b>Copyright© Roberto Baldizon, Gustavo Gibo, & Lesley Banadzem</b></p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://www.gstatic.com/firebasejs/5.0.2/firebase.js"></script>
<script src="assets/javascript/plugins/impromptu/jquery-impromptu.js"></script>
<script src="assets/javascript/js.js"></script>
<script src="assets/javascript/app.js"></script>
</body>
</html>