-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpredict.html
More file actions
182 lines (169 loc) · 5.7 KB
/
Copy pathpredict.html
File metadata and controls
182 lines (169 loc) · 5.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="fontawesome-free-5.15.3-web/css/all.min.css" />
<link
href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel="stylesheet"
id="bootstrap-css"
/>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!--
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script> -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- Popper Js -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<!-- Bootstrap JS -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha256-CjSoeELFOcH0/uxWu6mC/Vlrc1AARqbm/jiiImDGV3s="
crossorigin="anonymous"
></script>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
/>
<script
src="https://kit.fontawesome.com/c9f70db3c4.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
</head>
<body>
<header class="header">
<img src="images/newlogo.png" id="logo" alt="" />
<nav class="navbar">
<a href="index.html">home</a>
<a href="#about">about</a>
<a href="#services">services</a>
<a href="#">gallery</a>
<a href="#">contact</a>
</nav>
<div class="icons">
<div id="menubar" class="fas fa-bars"></div>
<a href="#">contact</a>
</div>
</header>
<div class="container">
<div class="row">
<form class="col-md-4">
<label>Select</label>
<select class="form-control select2">
<option>Select</option>
<option>Car</option>
<option>Bike</option>
<option>Scooter</option>
<option>Cycle</option>
<option>Horse</option>
</select>
</form>
</div>
</div>
<!--
<div class="background-image">
<div class="background-content">
<h1>
provide an exceptional <br />
patient experience
</h1>
<p>
It is a Health that is real wealth<br />not the pieces of gold<br />
silver and diamond
</p>
<a href="#">Read more</a>
</div>
</div> -->
<!-- <div class="footer">
<div class="main-footer">
<div class="inner-footer">
<img src="images/newlogo.png" alt="" />
</div>
<div class="inner-footer">
<h2>heading</h2>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
</div>
<div class="inner-footer">
<h2>heading</h2>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
</div>
<div class="inner-footer">
<h2>heading</h2>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
<a href="#">lorem</a>
</div>
</div>
</div> -->
<div class="dropdown hierarchy-select" id="example">
<button
type="button"
class="btn btn-secondary dropdown-toggle"
id="example-two-button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
></button>
<div class="dropdown-menu" aria-labelledby="example-two-button">
<div class="hs-searchbox">
<input type="text" class="form-control" autocomplete="off" />
</div>
<div class="hs-menu-inner">
<a
class="dropdown-item"
data-value=""
data-default-selected=""
href="#"
>All colors</a
>
<a class="dropdown-item" data-value="1" href="#">Red</a>
<a class="dropdown-item" data-value="2" href="#">Orange</a>
<a class="dropdown-item" data-value="3" href="#">Yellow</a>
<a class="dropdown-item" data-value="4" href="#">Green</a>
<a class="dropdown-item" data-value="5" href="#">Blue</a>
<a class="dropdown-item" data-value="6" href="#">Purple</a>
<a class="dropdown-item" data-value="7" href="#">Pink</a>
<a class="dropdown-item" data-value="8" href="#">Brown</a>
<a class="dropdown-item" data-value="9" href="#">Black</a>
<a class="dropdown-item" data-value="10" href="#">Grey</a>
<a class="dropdown-item" data-value="11" href="#">White</a>
</div>
</div>
<input
class="d-none"
name="example_two"
readonly="readonly"
aria-hidden="true"
type="text"
/>
</div>
<script src="script.js"></script>
<script>
$(".select2").select2();
</script>
</body>
</html>