-
Notifications
You must be signed in to change notification settings - Fork 1
/
page.php
263 lines (189 loc) · 10.7 KB
/
page.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
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
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>healthcare world</title>
<link rel="shortcut icon" href="heart-.ico"/>
<link rel="stylesheet" href="pagecss.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
</head>
<body>
<header>
<script>
function validatePass() {
var pass1 = document.getElementById("pass").value;
var pass2 = document.getElementById("rpass").value;
if (pass1 != pass2) {
alert("Passwords Do not match");
document.getElementById("pass").style.borderColor = "#E34234";
document.getElementById("rpass").style.borderColor = "#E34234";
}
}
</script>
<h3 align="center" style="background-color: #00acfe;padding-bottom: 40px;padding-top: 40px;"><b>Health-o-Pedia</b></h3>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark " style="margin-top: -15px;">
<div >
<a class="navbar-brand go" href="page.php">Home</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active go">
<a class="nav-link" href="aboutus.htm">About Us <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active go">
<a class="nav-link" href="team.htm">Team</a>
</li>
<li class="nav-item active go">
<a class="nav-link" href="contact.php">Contact Us</a>
</li>
<li class="nav-item active go">
<a class="nav-link" href="lrc.php">Learn</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<button class="btn btn-outline-danger my-2 my-sm-0 but do" data-toggle="modal" data-target="#modal" type="button" style="margin-right: 15px;">Signup</button>
<button class="btn btn-outline-success my-2 my-sm-0 do" type="button" data-toggle="modal" data-target="#mmodal" >Login</button>
</form>
</div>
</nav>
<!--
navbar
<-->
<DIV>
</-->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" style="height:520px;width:700px;margin-left: 330px;margin-top: 5px; margin-right: 0px;display: inline-block;">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" style="border-radius: 10px;" src="images/med.jpeg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" style="border-radius: 10px;" src="images/med3.jpeg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" style="border-radius: 10px;" src="images/med2.jpeg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" 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="#carouselExampleIndicators" 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 style="display:inline-block;margin-right: 20px;margin-left: 100px;"><hr size="20" style="background-color: #00ACFE"><br><h5 align="center"> MACRA </h5><br><p>MACRA has been, by far,<br> one of the most significant federal <br>legislation in US healthcare space. <br>Physicians and payers alike believe <br> MACRA to be transformative, overhauling the way <br>providers will get paid in America. <br><a href="http://hitconsultant.net/2017/01/09/7-healthcare-trends-to-watch-in-2017/" style="color:red">for more details..</a></p></div>
<div style="display:inline-block;margin-right: 20px;margin-left: 20px;"><hr size="20" style="background-color: #00ACFE"><br><h5 align="center">Future of ACA</h5><br><p>Repealing and replacing ACA <br>was one of President-elect Donald <br>Trump’s top priorities. However, as the complete <br>repeal of ACA might not be the best idea due <br>to various reasons. <br><br><a href="http://hitconsultant.net/2017/01/09/7-healthcare-trends-to-watch-in-2017/" style="color:red">for more details..</a></p></div>
<div style="display:inline-block;margin-right: 20px;margin-left: 20px;"><hr size="20" style="background-color: #00ACFE"><br><h5 align="center">Technological Advacements</h5><br><p>Till date finding gaps in care is <br>a tedious task and many providers face <br>challenges in identifying them. Clinical data <br>analysis has helped providers plan carefully,<br> set benchmarks and monitor their performance.<br><br><a href="http://hitconsultant.net/2017/01/09/7-healthcare-trends-to-watch-in-2017/" style="color:red">for more details..</a></p></div>
</div>
<!-- Modal -->
<div id="mmodal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style="padding-left: 180px">Log In</h4>
</div>
<form name="login" id="form2" class="modal-content" action="login_php.php" method="post">
<div class="container">
<input type="text" class="manage" placeholder="Enter registered email" name="logname" required>
<br><br>
<input id="pas" type="password" class="manage" placeholder="Enter Password" name="logpass" required>
<br><br>
<input type="checkbox" name="remember" checked="checked">Remember me</input>
<br><br>
<button type="submit" name="test" class="btn btn-outline-success" style="margin-bottom: 30px;">login</button><br/>
</div>
</form>
</div>
</div>
</div>
<!-- <div id="con2">
<p id="con3" align="center" class="col-sm-3 col-lg-12"><b>Health-o-Pedia</b></p></div>
-->
<!-- Modal -->
<div class="modal fade modal_locate" id="modal" role="dialog">
<div class="modal-dialog" style="margin:20px auto;">
<!-- Modal content-->
<div class="modal-content" style="height:600px;">
<div class="modal-header" style="padding:25px">
<!-- <button type="button" class="close" data-dismiss="modal">×</button> -->
<h4 class="modal-title" style="padding-left: 180px;">Sign Up</h4>
</div>
<div class="modal-body">
<form name="signin" id="form2" class="modal-content animate" action="action_page.php" method="post">
<div class="container" style="height:500px;width:500px;margin-left: -465px;">
<input type="text" class="manage" placeholder="Enter Name" name="name" required>
<br><br>
<input type="email" class="manage" placeholder="Enter Email" name="email" required>
<br><br>
<input id="pass" type="password" class="manage" placeholder="Enter Password" name="pas" required>
<br><br>
<input id="rpass" type="password" class="manage" placeholder="Repeat Password" name="rpas" required >
<br><br>
<label ><b>date of birth</b></label>
<input id="dateofbirth" type="Date" class="manage" placeholder="date of birth" name="dob" onmouseover="return validatePass()" required>
<br><br>
<label><b>Gender</b></label><br>
<input type="radio" name="gender" value="male" checked> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other <br><br>
<input type="checkbox" checked="checked" name='remember2'> Remember me
<p>By creating an account you agree to our <a href="#">Terms & Privacy</a>.</p>
<button type="submit" class="signupbtn btn-success round w-100" name='test2'>Sign Up</button>
</div>
</form>
</div>
</div>
</div></div>
<!-- <script type="text/javascript">
var t=document.querySelector("#signupbtn")
t.addEventListener("click",function re(){
document.queryselector("#form2").reset();
})
</script> -->
<br> <br><br><br><br>
<pre style="border: none; background-color: white;">
<h2 class="scrol" style="margin-top: -85px;"><center>Learning Resource Center</center></h2>
</pre>
<div class="vid" style="display:inline-block;">
<div class="inVid" style="display:inline-block;margin-bottom: 10px;">
<iframe class="frame" style="margin:30px 50px;height: 250px;width:350px;"
src="https://www.youtube.com/embed/UQH3GWsCmr8?autoplay=0" >
</iframe><br><center><i>Tooth Decay Treatment Procedure</i></center>
</div>
<div class="inVid" style="display:inline-block;margin-bottom: 10px;">
<iframe class="frame" style="margin:30px 30px;height: 250px;width:350px;"
src="https://www.youtube.com/embed/-irQU1L08fo?autoplay=0" ">
</iframe><br><center> <i>Brief documentary on Dengue Awareness</i></center>
</div>
<div class="inVid" style="display:inline-block;margin-bottom: 10px;">
<iframe class="frame" style="margin:30px 50px;height: 250px;width:350px;"
src="https://www.youtube.com/embed/SGaQ0WwZ_0I?autoplay=0" >
</iframe><br><center><i>Hers's what you need to know about Cancer</i></center>
</div>
</div>
<p style="background-color:#8e8585;color:black;margin-bottom: -10px;" align="center"><img src="copy.png" height="18px" width="18px" style="margin-right: 5px;"> jaypee institute of information technology</p>
<script src="jquery-3.2.1.min"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<script src="pagejs.js"></script>
<script>
// var e=document.querySelector("#myModal")
// e.on('hide.bs.modal', '#form2', function() {
// this.reset();/* Act on the event */
// });
</script>
</body>
</html>