-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbomcreator.html
435 lines (420 loc) · 21.2 KB
/
bomcreator.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
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!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">
<title> ADVAIT SOLUTION </title>
<!-- ----swiper css----- -->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!-- css -->
<link rel="stylesheet" href="css/style.css">
<!-- bomcreator css -->
<link rel="stylesheet" href="css/bomcreator.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com"
crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;900&family=Poppins:wght@100;300;400;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
</head>
<body>
<!-- Main Home Page -->
<section class="header">
<!-- Nav Bar Section -->
<nav>
<a href="index.html"><img src="images/logo.png"></a>
<div class="nav-links" id="navLinks">
<i class="fa-solid fa-xmark" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="">About Us</a></li> -->
<li>
<a href="">Products <i class="fas fa-caret-down"></i> </a>
<div class="dropdown-1">
<ul>
<li><a href="product_1.html">Product 1</a></li>
<li><a href="product_2.html">Product 2</a></li>
<li><a href="product_3.html">Product 3</a></li>
</ul>
</div>
</li>
<li>
<a href="">Services <i class="fas fa-caret-down"></i> </a>
<div class="dropdown-1">
<ul>
<li><a href="service_1.html">Services 1</a></li>
<!-- <li><a href="#">Services 2</a></li> -->
<!-- <li><a href="#">Services 3</a></li> -->
</ul>
</div>
</li>
<li><a href="bomcreator.html">BOM Creator</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<i class="bar fa-solid fa-bars" onclick="showMenu()"></i>
</nav>
<!-- Dashboard of Bom Creater Product -->
<div class="bom-dashboard">
<div class="bom-card">
<div class="bom-cardcontent">
<h1>Re-defining The Approach
Towards The Bill of Materials</h1>
<!-- <div class="divider"></div> -->
<p>BOM Creator is an add on tool for DS SOLIDWORKS, that caters the day to day
requirements of Bill of Materials in various departments inside the organization.</p>
<button>Download Trial</button>
</div>
<div class="bom-img">
<img src="images/bom_logo.png">
</div>
</div>
</div>
</section>
<!-- Automate Bill Section -->
<section class="automate">
<div class="automate-wrap">
<div class="automate-content">
<h2>AUTOMATE BILL OF MATERIALS & EASILY COLLABORATE WITH
ERP/SAP SYSTEM</h2>
<p>BOM Creator is a SOLIDWORKS Add-On tool which caters the day to day
requirement of Bill Of Materials in various departments inside the organization. It
helps create Bill of Materials of large assemblies in minutes. It not only handles
regular BOMs but also help create detailed lists based on the manufacturing lead
time for manufacturing parts & purchase lead time of all the bought out items for
complete machine. It enables collaborate Design, Production, Planning & Purchase
more effectively and fast track the complete manufacturing cycle.</p>
</div>
<div class="automate-yt-video">
<!-- width="420" height="345" -->
<iframe src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=1&mute=1">
</iframe>
</div>
</div>
</section>
<!-- Challenges -->
<section class="challenges">
<div class="challenges-wrap">
<div class="challenges-heading">
<h2>CHALLENGES FACED BY INDUSTRIES IN PRODUCT MANUFACTURING</h2>
</div>
<div class="challenges-content">
<div class="chal-column">
<div class="chal-row">
<span><i class='fas fa-comment-alt'></i></span>
<p>Communication gap between Design, Production, Planning &
Purchase due to incomplete/wrong BOMs</p>
</div>
<div class="chal-row">
<span><i class="fas fa-regular fa-circle-exclamation"></i></span>
<p>Issues in handing the release of production drawings of multiple
machines at same time</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-spinner"></i></span>
<p>Delay in delivery of project because of improper planning of
manufacturing & purchasing of Bought Out items</p>
</div>
</div>
<div class="chal-column">
<div class="chal-row">
<span><i class="fa-regular fa-hourglass-half"></i></span>
<p>Too much time in creating & uploading BOMs in SAP/ERP Systems </p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-calculator"></i></span>
<p>Problems in calculating actualized fabrication costing of Machines</p>
</div>
</div>
</div>
</div>
</section>
<!-- Helps Design -->
<section class="helps-design">
<div class="challenges-wrap">
<div class="challenges-heading">
<h2>HOW BOM CREATOR HELPS DESIGN ENGINEERS?</h2>
</div>
<div class="challenges-content">
<div class="chal-column">
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>BOM Creator helps generate BOM Ready to Upload in the ERP/SAP
System.</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>It provides detailed fabrication weight summary of complete
machine as part of Complete BOM.</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>Delay in delivery of project because of improper planning of
manufacturing & purchasing of Bought Out items</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>BOM Creator helps generate BOM Ready to Upload in the ERP/SAP
System.</p>
</div>
</div>
<div class="chal-column">
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>It helps you to get details of drawings issued to different departments of
the organisation</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>We can get details of items to be fabricated in House or to be Out
Sourced</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>Enable calculate the fabrication cost of complete machine in no
time.</p>
</div>
<div class="chal-row">
<span><i class="fa-solid fa-arrow-right"></i></span>
<p>Helps manage & plan manufacturing of multiple machines, now
WE CAN AVOID RELEASE multiple copies of same drawing for
manufacturing</p>
</div>
</div>
</div>
</div>
</section>
<!-- Bom Feature Matrix -->
<section class="matrix">
<div class="matrix-wrap">
<div class="matrix-heading">
<h2>BOM FEATURE MATRIX</h2>
</div>
<div class="matrix-table">
<table>
<thead>
<tr>
<th class="feat-head">FEATURES</th>
<th>BOM CreatorUltra Lite</th>
<th>BOM CreatorLite</th>
<th>BOM CreatorAdvanced</th>
<th>BOM CreatorPremium</th>
</tr>
</thead>
<tbody>
<tr>
<td data-title="FEATURES">Complete Design BOM with Raw Material Details</td>
<td data-title="BOM CreatorUltra Lite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorLite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">Complete Part List by Type</td>
<td data-title="BOM CreatorUltra Lite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorLite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">Complete Manufacturing Priority List by Type</td>
<td data-title="BOM CreatorUltra Lite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorLite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">ERP/SAP BOM</td>
<td data-title="BOM CreatorUltra Lite"></td>
<td data-title="BOM CreatorLite"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">Drawing Tracking Details</td>
<td data-title="BOM CreatorUltra Lite"></td>
<td data-title="BOM CreatorLite"></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">Fabrication Place Details</td>
<td data-title="BOM CreatorUltra Lite"></td>
<td data-title="BOM CreatorLite"></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">Project Costing</td>
<td data-title="BOM CreatorUltra Lite"></td>
<td data-title="BOM CreatorLite"></td>
<td data-title="BOM CreatorAdvanced"><i class="fa fa-duotone fa-check"></i></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
<tr>
<td data-title="FEATURES">Comparison of Projects/Machines</td>
<td data-title="BOM CreatorUltra Lite"></td>
<td data-title="BOM CreatorLite"></td>
<td data-title="BOM CreatorAdvanced"></td>
<td data-title="BOM CreatorPremium"><i class="fa fa-duotone fa-check"></i></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- talk to our team -->
<section class="talk-team">
<div class="talk-team-content">
<h2>HAVE MORE QUESTION ABOUT BILL OF MATERIALS?</h2>
<div class="talk-btn">
<button>Talk to our team</button>
</div>
</div>
</section>
<!-- Get in touch form Bom Creater -->
<section class="bom-get-in-touch">
<div class="bom-get-in-touch-wrap">
<div class="bom-get-touch-content">
<h2>Get in touch with us</h2>
<a href="tel:999-7779999">999-7779999</a>
</div>
<div class="bom-get-touch-form">
<form action="javascript:getInTouch()" method="post">
<div class="input-row">
<div class="input-group">
<input type="text" id="firstname" placeholder="First Name" required>
</div>
<div class="input-group">
<input type="text" id="companyname" placeholder="Company Name" required>
</div>
</div>
<div class="input-row">
<div class="input-group">
<input type="email" id="email" placeholder="Email ID" required>
</div>
<div class="input-group">
<input type="text" id="mobile" placeholder="Contact Number" required>
</div>
</div>
<div class="input-row">
<div class="input-group">
<input type="text" id="location" placeholder="Location" required>
</div>
<div class="input-group">
<input type="text" id="job" placeholder="Job Title" required>
</div>
</div>
<div class="txtarea">
<textarea rows="1" id="message" placeholder="Message"></textarea required>
</div>
<button type="submit" onclick="getInTouch()">Send Message</button>
</form>
</div>
</div>
</section>
<!-- --------------------------FOOTER---------------------------- -->
<section class="footer">
<!-- --------NEWSLETTER--- -->
<div class="col-1">
<h1>ADVAIT SOLUTION</h1>
<div class="newsletter">
<p>Subscribe to our newsletter</p>
<form>
<div class="news-row">
<div class="input-news">
<input type="text" placeholder="Name" required>
</div>
<div class="input-news">
<input type="text" placeholder="Contact" required>
</div>
</div>
<div class="news-mail">
<input type="mail" placeholder="Email ID" required>
</div>
<div class="news-btn">
<button type="submit">Subscribe</button>
</div>
</form>
</div>
</div>
<!-- ----------------Products of footer------------------- -->
<div class="col-2">
<h2>Products</h2>
<p>BricsCAD Lite</p>
<p>BricsCAD Lite</p>
<p>BricsCAD Lite</p>
<p>BricsCAD Lite</p>
</div>
<!-- -------------Services of footer----------------- -->
<div class="col-3">
<h2>Services</h2>
<p>Design CAD</p>
<p>Design CAD</p>
<p>Design CAD</p>
<p>Design CAD</p>
</div>
<!-- ------------Map of footer------------- -->
<div class="col-4">
<div class="location">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3765.7014939378414!2d72.85719081482543!3d19.
295343186962484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7b15b28651e0d%3A0xb0ebd8d748665ff9!2sNakshatra%20
Tower!5e0!3m2!1sen!2sin!4v1673173792842!5m2!1sen!2sin"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<ul class="social">
<li><a href="#"><i class="fa-brands fa-square-facebook"></i></a></li>
<li><a href="#"><i class="fa-brands fa-square-instagram"></i></a></li>
<!-- <li><a href="#"><i class="fa-brands fa-instagram"></i></a></li> -->
<li><a href="https://www.linkedin.com/jobs/"><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa-brands fa-square-youtube"></i></a></li>
</ul>
</div>
</section>
<!-- ---------------JavaScrip for Toggle Menu------------------------ -->
<script src="js/toggle.js"></script>
<!-- ------ Swiper JS---------->
<script src="js/swiper-bundle.min.js"></script>
<!-- JavaScript for GET IN TOUCH BOM CREATOR PAGE -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<script>
function getInTouch(){
var firstname = $('#firstname').val();
var companyname = $('#companyname').val();
var email = $('#email').val();
var mobile = $('#mobile').val();
var location = $('#location').val();
var job = $('#job').val();
var message = $('#message').val();
var Body = 'First Name: '+firstname+ '<br> Company Name: '+companyname+ '<br> Email ID: '+email+
'<br> Contact Number: '+mobile+ '<br> Location: '+location+ '<br> Job Title: '+job+'<br> Message: '+message;
Email.send({
// Host : "smtp.elasticemail.com",
// Username : "[email protected]",
// Password : "Encrypted password generated from smtp host",
// To : 'where you want to recieve the mail [email protected]',
From : document.getElementById("email").value,
Subject : "New Enquiry",
// Port: 2525, the port you'll recieve from smtp
Body : Body
}).then(
message =>{
//console.log (message);
if(message=='OK'){
alert('Your mail has been send. Thank you for connecting.');
}
else{
console.error (message);
alert('There is error at sending message. ')
}
}
);
}
</script>
</body>
</html>