-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcboard.html
More file actions
375 lines (302 loc) · 12.9 KB
/
Copy pathcboard.html
File metadata and controls
375 lines (302 loc) · 12.9 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href=".\logo1.jpg">
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initial-scale-1.0">
<meta http_equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="D:\bootstrap-4.4.1-dist\css\bootstrap.min.css">
<title>Your C-Board</title>
<script src="D:\bootstrap-4.4.1-dist\jquery.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href=".\css\cboard.css">
<script src=".\js\cboard.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<img class="mr-auto rounded" src="logo1.jpg" height="40px" width="40px">
<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 ml-4">
<li class="nav-item active">
<a class="nav-link" href="10DER.html">Home <span class="sr-only">(current)</span></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0 mr-auto frm">
<input class="form-control mr-sm-0" type="search" onclick="location.href='advsearch.html'" placeholder="Search" aria-label="Search" size="100%">
<button class="btn btn-outline-light my-2 my-sm-0 ml-1" type="submit">Search</button>
</form>
<ul class="navbar-nav navbar-auto">
<li class="nav-item">
<a class="nav-link active mr-4" href=".\loginnew.html">VTI_school</a>
</li>
<li class="nav-item dropdown active ml-2 mr-4 ">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Explore
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#contact">Contact us</a>
<a class="dropdown-item" href="#contact">About</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div id="popover2">
<h6 align="center"><img src=".\images\agreement.png" width="95%"></h6>
<h4 align="center"><u>Form of Tender</u></h4>
<div id="dater">
A-106,Vellore Institute of Technology
<br>Vellore-18
<br>
</div>
<script>
var d=new Date();document.getElementById("dater").innerHTML+=d.getDate()+"/"+(1+d.getMonth())+"/"+d.getFullYear();</script>
<br>
<div id="sellerdetails"></div>
We would like to purchase the supply of goods or services provided by your firm and fixed prices as agreed upon.
<br>
<br>
Our tender remains open for acceptance for a trial period of thirty calendar days following the tender closing date. It is confirmed that unsatisfactory performance during the trial period will lead to cancellation of tender without any prior notice.
<br>
<br>
The tender fully complies with your firm's specification. It goes without saying that the tender is fully subjected to the Terms and Conditions previously mentioned.
<br>
<br>
Should you need anything further, it can be discussed by the undersigned at the above address
<br>
<br>
Yours sincerely
<input type="text" class="form-control" placeholder="type your name to DIGI-SIGN the agreement">
<br>
<h6 align="center"><button id="ct1" class="btn btn-primary">Sanction</button><button id="ct2" class="btn btn-primary">Cancel</button></h6>
</div>
<div id="popover" class="bg-light">
<button id="close">✕</button>
<br>
<h2>Create a 10der..</h2>
<h6 id="desc1">Step 1 of 2</h6><h6 id="desc2">Step 2 of 2</h6>
<div class="bg-light" style="margin-up:5px;">
<div class="container bg-white shadow" id="step1">
<div class="form-group ">
<label for="inputPassword4">Tender Title</label>
<input type="text" class="form-control" id="inputPassword4" placeholder="Title">
</div>
<div class="form-group">
<label for="inputState">Tender Category</label>
<select id="category" class="form-control">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputState">Bidding opens on:</label>
<input type="date" class="form-control" placeholder="10/04/2000">
</div>
<div class="form-group col-md-6">
<label for="inputState">Bidding closes by:</label>
<input type="date" class="form-control" placeholder="10/04/2000">
</div>
</div>
</div>
<button id="s1" class="btn bbb btn-primary">Next ></button>
<div class="container bg-white shadow" id="step2">
<div class="form-group ">
<label for="inputPassword4">Description</label>
<textarea rows="5" class="form-control">A Detailed description of what product/service you need from the manufacturer</textarea>
</div>
<div class="form-group ">
<label for="inputPassword4">Terms and Conditions</label>
<textarea rows="5" class="form-control">List out the requirements, amount dispersion mechanism and cancellation norms upon quality-dissatisfaction</textarea>
</div>
</div>
<button id="s2" class="btn bbb btn-primary">Done ✓</button>
</div>
</div>
<div class="bg-light">
<article class="container bg-white shadow pt-5">
<h2 align="left"><b>Your active 10ders </b></h2>
<hr width="95%" align="center">
<br>
<h4 align="left"> #T101: Uniform tender</h4>
<div id="create_div">
<button id="create" > ‡ New... </button>
</div>
<ul id="container_list">
<li>
<div class="bid">
<b><span onclick="location.href='bboard.html'" class="sellerid">Kumar_shirts</span><sup class="rating"> 3.7★ </sup>:- <span class="price">₹ 50,000</span></b><br>
<span class="subject">First quality shirts will be printed with ease</span>
<span class="description">We can print good quality shirts within stipulated amount. We may offer shirts in sizes X, M, L and XL. Please contact us for further details.</span>
<button class="kn"> ⓘ <i>Know more </i></button>
<button class="procure"><i> ✔ Procure </i></button>
<button class="shortlist"><i> ⧖ shortlist </i></button>
<!--SLIDER ICON--><!--HOVER BUTTON ICON--><!--SLIDER ICON-->
</div>
</li>
<li>
<div class="bid">
<b><span class="sellerid">Parvathi._.dressers</span><sup class="rating"> 4.7★ </sup>:- <span class="price">₹ 70,000</span></b><br>
<span class="subject">Proffesional dressers for schoolchildren</span>
<span class="description">Since there are 1000+ students in the school, fabric and stitching costs are high. Neverthless, we will offer first class quality.</span>
<button class="kn"> ⓘ <i>Know more </i></button>
<button class="procure"><i> ✔ Procure </i></button>
<button class="shortlist"><i> ⧖ shortlist </i></button>
<!--SLIDER ICON--><!--HOVER BUTTON ICON--><!--SLIDER ICON-->
</div>
</li>
<li>
<div class="bid">
<b><span class="sellerid">the_basic.uniformists</span><sup class="rating"> 4.9★ </sup>:- <span class="price">₹ 75,000</span></b><br>
<span class="subject">uniform providers for your school for more than 30 years</span>
<span class="description">Quality is our concern. We provide blazers, skirts, shirts, trousers and sports pants that last long</span>
<button class="kn"> ⓘ <i>Know more </i></button>
<button class="procure"><i> ✔ Procure </i></button>
<button class="shortlist"><i> ⧖ shortlist </i></button>
<!--SLIDER ICON--><!--HOVER BUTTON ICON--><!--SLIDER ICON-->
</div>
</li>
<br>
<h4 align="left">#T102: Woodworks tender</h4>
<li>
<div class="bid">
<b><span class="sellerid">Plywood_finishers</span><sup class="rating"> 2.7★ </sup>:- <span class="price">₹ 150,000</span></b><br>
<span class="subject">Doors and windows</span>
<span class="description">Wood and glass finishings for doors and windows in your school can be done at offer price.</span>
<button class="kn"> ⓘ <i>Know more </i></button>
<button class="procure"><i> ✔ Procure </i></button>
<button class="shortlist"><i> ⧖ shortlist </i></button>
<!--SLIDER ICON--><!--HOVER BUTTON ICON--><!--SLIDER ICON-->
</div>
</li>
<li>
<div class="bid">
<b><span class="sellerid">Tree_house</span><sup class="rating"> 4.7★ </sup>:- <span class="price">₹ 225,000</span></b><br>
<span class="subject">Teakwood furnishings</span>
<span class="description">Schoolbenches, doors, cupboards, beds and cots, and all other wooden material can be made with high quality teakwood</span>
<button class="kn"> ⓘ <i>Know more </i></button>
<button class="procure"><i> ✔ Procure </i></button>
<button class="shortlist"><i> ⧖ shortlist </i></button>
<!--SLIDER ICON--><!--HOVER BUTTON ICON--><!--SLIDER ICON-->
</div>
</li>
</ul>
</article>
</div>
<!-- ///////////////////////////////////footer//////////////////////////////// -->
<footer class="page-footer font-small mdb-color pt-4 bg-dark text-white">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Footer links -->
<div class="row text-center text-md-left mt-3 pb-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">10Der Corporation</h6>
<p>A step towards Enchancement, Expansion and Economizing</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3 text-white productso">
<h6 class="text-uppercase mb-4 font-weight-bold">Services</h6>
<p>
Construction
</p>
<p>
Computers
</p>
<p>
Elecrtrical
</p>
<p>
Food
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3 links text-white">
<h6 class="text-uppercase mb-4 font-weight-bold"> Creators</h6>
<p>
R Senthil Kumar
</p>
<p>
Shashank Kesharwani
</p>
<p>
Gunjan Kumar
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div id="contact" class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3 text-white text-left homefont">
<h6 class="text-uppercase text-left mb-4 font-weight-bold">Contact</h6>
<p>
<i class="fas fa-home mr-3"></i> 10der corporation</p>
<p>
<i class="fas fa-envelope mr-3"></i> gkr54322@gmail.com</p>
<p>
<i class="fas fa-print mr-3"></i> +91 9752422440</p>
<p>
<i class="fas fa-print mr-3"></i> +91 7339659559</p>
</div>
<!-- Grid column -->
</div>
<!-- Footer links -->
<hr>
<!-- Grid row -->
<div class="row d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-7 col-lg-8">
<!--Copyright-->
<p class="text-center text-md-left">© 2020 Copyright:
<a href="#!" class="text-white">
<strong> 10DER.com</strong>
</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-5 col-lg-4 ml-lg-0">
<!-- Social buttons -->
<div class="text-center text-md-right socialo">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
</footer>
<!-- Footer -->
<script src="D:\bootstrap-4.4.1-dist\js\bootstrap.js"> </script>
</body>
</html>