-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.html
113 lines (105 loc) · 2.89 KB
/
new.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Swasth Bharat</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/style.css" rel="stylesheet" media="all" />
<link rel="stylesheet" href="css/bjqs.css">
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="js/bjqs-1.3.min.js"></script>
<script src="js/libs/jquery.secret-source.min.js"></script>
<script>
jQuery(function($) {
$('.secret-source').secretSource({
includeTag: false
});
});
</script>
<script class="secret-source">
jQuery(document).ready(function($) {
$('#banner-fade').bjqs({
height : 400,
width :1000,
responsive : true
});
});
</script>
</head>
<style>
#pr {
width: 1000px;
height: 100px;
text-align: center;
background-color: #ff8000;
font-size: 80px;
font-style: italic;
border-style: dashed;
}
#d{
width: 1000px;
height: 50px;
}
</style>
<body>
<div class="header-bg">
<div class="wrap">
<div class="logo">
<a href="index.html"><img src="h.jpg"/ alt=""> </a>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<div class="nav1-bg">
<div class="wrap">
<div class="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About </a></li>
<li><a href="SignUp.html">SIGN UP</a></li>
<li><a href="log.html">LOGIN</a></li>
<li><a href="mag.html">HEALTH MANAGER</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<div class="body-content">
<div class="wrap">
<div class="slider">
<div id="container">
<div id="banner-fade">
<ul class="bjqs">
<li><img src="slide1.jpg" alt="" title=""></li>
<li><img src="slide2.jpg" alt="" title=""></li>
<li><img src="slide3.jpg" alt="" title=""></li>
</ul>
</div>
</div>
</div>
<br>
<div id="pr">
<p >
<b>FIND</b>
</p>
</div><br>
<div id="d">
City:<select style="width: 150px;">
<option value="Delhi">Delhi</option>
<option value="Ghaziabad">Ghaziabad</option>
<option value="Noida">Noida</option>
<option value="Meerut">Meerut</option>
</select></t>
Category:<select style="width: 500px;" style="height: 500px;">
<option value="Dentist">Dentist</option>
<option value="Gynecologist">Gynecologist</option>
<option value="General Physician">General Physician</option>
<option value="Ear-Nose-Throte Specialist">Ear-Nose-Throte Specialist</option>
<option value="Ayurveda">Ayurveda</option>
</select>
</div></t>
<button type="button" color="#ff8000">Search</button>
</body>