-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
452 lines (437 loc) · 19.8 KB
/
index.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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!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">
<!-- 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>
<!-- Main content of home screen -->
<div class="dashboard">
<div class="home-content">
<h2>Faster and
Efficient </h2>
<h1>2D CAD Software BricsCAD</h1>
<p>BricsCAD is built entirely on the industry standard dwg
format, with full command, script, macro and menu
compatibility. BricsCAD feels like home!</p>
<button>Download Trial</button>
</div>
<div class="home-img">
<img src="images/home.png">
</div>
</div>
</section>
<!-- About Us of main page -->
<section class="about">
<div class="about-text">
<h2>About Us</h2>
<p>Advait solution, incorporated in 2020 a young firm dealing
with products and services. Out Motto is to surfice the needs
of the engineering community with one of the most powerful
products and services. We are authorized resellers for
BricsCAD in Maharastra. Advait also deals with Industry CAD
Services such as CAD, FEA, CFD etc.</p>
<a href="about.html" class="abt-btn">Read More</a>
</div>
<div class="about-img">
<img src="images/about.png">
</div>
</section>
<!----------- Why Choose Bricscad Page ------------>
<section class="bricscad">
<div class="bricscad-img">
<img src="images/choose.png" width="630" height="350">
</div>
<div class="bricscad-text">
<h2>Why Choose <b>Bricscad</b></h2>
<div class="divider"></div>
<p>Bricsys, part of Hexagon, is the global technology
company that creates the BricsCAD® family of computer
aided design products and the Bricsys 24/7 project
collaboration platform. Take your 3D modeling to a whole
new level with BricsCAD® Mechanical. Create parametric
components from constrained 3D solids, import data from
popular MCAD formats such as Solidworks, , and Creo.
BricsCAD® Mechanical got you covered</p>
</div>
</section>
<!----------------- Features ------------------->
<section class="feature">
<div class="feat-text">
<h2>Features</h2>
</div>
<div class="feature-container">
<div class="feature-card">
<div class="feature-img">
<img src="images/blockify.png" width="380" height="220">
</div>
<div class="feature-content">
<h3>Blockify</h3>
<p>BricsCAD is built entirely on the industry standard dwg format, with<br>
full command, script, macro and menu compatibility. BricsCAD feels<br>
like home!</p>
</div>
</div>
<div class="feature-card">
<div class="feature-img">
<img src="images/snapping.png" width="380" height="220">
</div>
<div class="feature-content">
<h3>Adaptive grid Snapping</h3>
<p>BricsCAD is built entirely on the industry standard dwg format, with<br>
full command, script, macro and menu compatibility. BricsCAD feels<br>
like home!</p>
</div>
</div>
<div class="feature-card">
<div class="feature-img">
<img src="images/palattes.png" width="380" height="220">
</div>
<div class="feature-content">
<h3>Improved Tool Palettes Panel</h3>
<p>New user experience for the Tool Palettes Panel</p>
</div>
</div>
</div>
<button>View More</button>
</section>
<!---------------------------- PRODUCTS ------------------------------->
<section class="product">
<div class="product-text">
<h2>Products</h2>
</div>
<div class="product-container">
<div class="product-card">
<div class="product-img" width="380" height="210">
<img src="images/lite.png">
</div>
<div class="product-content">
<h3>BricsCAD Lite</h3>
<p>For everyone who creates and edits<br>
2D drawings.</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="images/pro.png" width="380" height="210">
</div>
<div class="product-content">
<h3>BricsCAD Pro</h3>
<p>For 2D and 3D modeling supporting<br>
industry specific apps.</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="images/mechanical.png" width="380" height="210">
</div>
<div class="product-content">
<h3>BricsCAD Mechanical</h3>
<p>For 2D and 3D modeling supporting<br>
industry specific apps.</p>
</div>
</div>
</div>
<button>View More</button>
</section>
<!-- ---------------------Services in home page---------------------------- -->
<section class="service">
<div class="service-text">
<h2>Services</h2>
</div>
<div class="service-container">
<div class="service-card">
<div class="service-img">
<img src="images/cad.png" width="380" height="210">
</div>
<div class="service-content">
<h3>CAD</h3>
<p>Create your designs in 3<br>
Deimensions</p>
</div>
</div>
<div class="service-card">
<div class="service-img">
<img src="images/fea.png" width="380" height="210">
</div>
<div class="service-content">
<h3>FEA</h3>
<p>Subject your designs to real world<br>
conditions</p>
</div>
</div>
<div class="service-card">
<div class="service-img">
<img src="images/cfd.png" width="380" height="210">
</div>
<div class="service-content">
<h3>CFD</h3>
<p>Project real world fluid forces on <br>
your designs</p>
</div>
</div>
</div>
<button>View More</button>
</section>
<!-- -------------------------Hear from customer main page------------------------------------->
<section class="testimonial">
<div class="testimonial-title">
<h2>Hear from Our Customers</h2>
</div>
<div class="testimonial-container mySwiper">
<div class="testimonial-content">
<div class="testimonial-wrapper swiper-wrapper">
<div class="testimonial-card swiper-slide">
<div class="testimonial-img">
<img src="images/susten.png" class="image">
</div>
<div class="testimonial-text">
<h3>Mahendra Susten Pvt Ltd</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.<br>
Lorem Ipsum has been the industry's standard dummy text ever since the<br>
1500s</p>
<h5> - Pankaj Sanap</h5>
<h6>Technical Head</h6>
</div>
</div>
<div class="testimonial-card swiper-slide">
<div class="testimonial-img">
<img src="images/susten.png" class="image">
</div>
<div class="testimonial-text">
<h3>Google Susten</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.<br>
Lorem Ipsum has been the industry's standard dummy text ever since the<br>
1500s</p>
<h5> - Shifa Shaikh</h5>
<h6>Technical Head</h6>
</div>
</div>
<div class="testimonial-card swiper-slide">
<div class="testimonial-img">
<img src="images/susten.png" class="image">
</div>
<div class="testimonial-text">
<h3>Shifa Shaikh</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.<br>
Lorem Ipsum has been the industry's standard dummy text ever since the<br>
1500s</p>
<h5> - Shifa Shaikh</h5>
<h6>Technical Head</h6>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- ----------------------- CONTACT US PART OF HOME PAGE ---------------------------->
<section class="message">
<div class="image-holder">
<div class="map-img">
<!-- <img src="images/map.png"> -->
<img src="images/map.png" width="780" height="820">
</div>
<div class="send-message">
<h1>Send a Message</h1>
<form action="javascript:sendEmail()" 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="lastname" placeholder="Last 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="Moblie Number" required>
</div>
</div>
<div class="txtarea">
<textarea rows="1" id="message" placeholder="Write your message here"></textarea required>
</div>
<button type="submit" onclick="sendEmail()">Send Message</button>
</form>
</div>
<div class="contact-us">
<h1>Contact Us</h1>
<div class="info-box">
<div>
<span><i class="fas fa-map-marker-alt"></i></span>
<p>201, Nakshatra, Mira - Bahyander 40091</p>
</div>
<div>
<span><i class="fas fa-envelope"></i></span>
</div>
<div>
<span><i class="fas fa-phone"></i></span>
<a href="tel:777-9999-777-0">777-9999-777-0</a>
</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-linkedin"></i></a></li>
<li><a href="#"><i class="fa-brands fa-square-youtube"></i></a></li>
</ul>
</div>
</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 swiper -------------- -->
<script src="js/script.js"></script>
<!-- JavaScript for contact us HOME 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 sendEmail(){
var firstname = $('#firstname').val();
var lastname = $('#lastname').val();
var email = $('#email').val();
var mobile = $('#mobile').val();
var message = $('#message').val();
var Body = 'First Name: '+firstname+ '<br> Last Name: '+lastname+ '<br> Email: '+email+
'<br> Contact Number: '+mobile+ '<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>