forked from Vedbhanushali/omsagar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComplain.html
More file actions
243 lines (213 loc) · 14.5 KB
/
Complain.html
File metadata and controls
243 lines (213 loc) · 14.5 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
<!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">
<title>Complain</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="css/Complain.css">
<link rel="stylesheet" href="css/dark_mode.css">
</head>
<body >
<!-- navbar---------------------------------------------------------->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark" style="background: #0075A2;color: aliceblue;" >
<div class="container-fluid" >
<div class="navbar-nav me-auto mb-4 mb-lg-0">
<a class="container navbar-brand" href="index.html">
<img src="img/OM_LOGO.png" alt="logo.png ni=ot found" height="100" width="160" class="d-inline-block align-top">
</a>
</div>
<div class=" ">
<div class="mx-auto" style="width: 600px;">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarTogglerDemo01">
<ul class="nav navbar-nav navbar-right" >
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link " href="shopping.html">SHOP</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
PRODUCTS
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="grey_products.html">Grey Products</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="more_product.html">More</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " href="index.html#contact">CONTACT</a>
</li>
<li>
<li class="nav-item">
<a class="nav-link " href="about.html">ABOUT</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
MORE
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item mx-auto active" href="Complain.html">Complain</a></li>
<li><a class="dropdown-item mx-auto" href="feedback_help.html">Feedback & Help </a></li>
<li> <a class="dropdown-item mx-auto " id="theme">Theme
<label class="theme-switch theme-switch-wrapper " for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider">
<svg
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-sun"
>
<path
d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"
></path>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-moon"
>
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</div>
</label>
</a>
</li>
<li><a class="dropdown-item mx-auto" href="#">...</a></li>
</ul>
</li>
<li class="nav-item">
<a href="cart.html">
<svg xmlns="http://www.w3.org/2000/svg" style="color: white;" width="25" height="25" fill="currentColor" class="bi bi-cart4" viewBox="0 0 16 16">
<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l.5 2H5V5H3.14zM6 5v2h2V5H6zm3 0v2h2V5H9zm3 0v2h1.36l.5-2H12zm1.11 3H12v2h.61l.5-2zM11 8H9v2h2V8zM8 8H6v2h2V8zM5 8H3.89l.5 2H5V8zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>
</svg><span class="total-count"></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--FORM--------------------------------------------------------------->
<br>
<div class="container">
<section>
<strong><h1 class="text-center heading ">Complain Form</h1></strong>
<form class="form-floating needs-validation" method="get" id="myForm">
<fieldset >
<div class="fieldset_div container" >
<div class="mb-3"><br>
<label for="textInput" class="form-label">Name<span class="required-star">*</span></label>
<input type="text" id="form-name" class="form-control" placeholder="Enter full name" required>
</div>
<label for="exampleFormControlInput1" class="form-label">Phone<span class="required-star">*</span></label>
<div class="input-group mb-3">
<select class="form-select-sm" aria-label=".form-select-sm example" style="width: 25%;" required>
<option value="1">+91</option>
<option value="2">0281</option>
<option value="3">+241</option>
<option value="4">***</option>
<option value="5">***</option>
</select>
<input id="form-phone" type="tel" class="form-control" aria-label="Text input with dropdown button" pattern="[0-9]{10}" placeholder="" required >
</div>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Email address<span class="required-star">*</span></label>
<input id="form-email" type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com" required>
</div>
<label for="exampleFormControlInput1" class="form-label">User Type<span class="required-star">*</span></label>
<div class="form-check">
<input class="form-check-input" type="radio" name="flexRadioDefault" id="form-customer">
<label class="form-check-label" for="flexRadioDefault1">
Customer
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="flexRadioDefault" id="form-dealer" checked>
<label class="form-check-label" for="flexRadioDefault2">
Dealer
</label>
</div>
<br>
<label for="exampleFormControlInput1" class="form-label">Add File</label>
<div class="input-group">
<input type="file" class="form-control" id="inputGroupFile04" aria-describedby="inputGroupFileAddon04" aria-label="Upload" data-bs-toggle="tooltip" data-bs-placement="bottom" title=" Upload file having extension .pdf or .jpeg or .png">
</div>
<br>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label" data-bs-toggle="tooltip" data-bs-placement="bottom" title="If you are submit your complain in attached file then just write 'file attached' in Detailed information .">Detailed Information</label><span class="required-star">*</span>
<textarea class="form-control" id="form-text" rows="3" placeholder="write your complain here in detail" required></textarea>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="invalidCheck2" required>
<label class="form-check-label" for="invalidCheck2">
Agree to terms and conditions
</label>
</div>
<button id="modal-submit" type="submit" class="btn btn-primary" value="Submit">
Submit
</button>
</div>
</fieldset>
</form>
</section>
</div>
<br><br><br>
<!-- footer ------------------------------------------------------------------------------------------------>
<div class="footer">
<footer style="background-color: black; background-color: #86c5da !important;">
<div class="container" ><br>
<div class="row">
<div class="col-sm center " style="text-align: center;">
<a href="#" style="color: black;">Terms & Condition </a><br>
<a href="#" style="color: black;">Privacy Policy </a><br><br>
</div>
<div class="col-sm center " style="text-align: center;">
<a href="about.html" style="color: black;">About </a><br>
<a href="contact.html" style="color: black;">Contact us </a><br><br>
</div>
<div class="col-sm center " style="text-align: center;">
<a href="Complain.html"style="color: black;">Complain Us </a><br>
<a href="index.html" style="color: black;">Om Sagar Textile </a><br><br>
</div>
</div>
</div>
</footer>
</div>
<!-- javascript------------------------------------------------------------->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<!--add jquery for cart-->
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<!-- <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> -->
<script src="javascript/dark_mode.js" ></script>
<script src="javascript/cart.js"></script>
<script src="javascript/complain.js"></script>
</body>
</html>