-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
517 lines (514 loc) · 23.3 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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Soujas Technologies</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css"
media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="header">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-desk">
<div class="logo">
<a href="index.html"><img src="images/soujas_logo.png" alt="#" /></a>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<nav class="navigation navbar navbar-expand-md navbar-dark ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample04"
aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample04">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#contactus">Contact Us</a>
</li>
<!-- <li class="nav-item d_none">
<a class="nav-link" href="#"><i class="fa fa-search" aria-hidden="true"></i></a>
</li> -->
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- end header inner -->
<!-- end header -->
<!-- banner -->
<section class="banner_main">
<div id="banner1" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#banner1" data-slide-to="0" class="active"></li>
<li data-target="#banner1" data-slide-to="1"></li>
<li data-target="#banner1" data-slide-to="2"></li>
<li data-target="#banner1" data-slide-to="3"></li>
<li data-target="#banner1" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-6">
<div class="text-bg">
<h1>Strategy And <br>Research</h1>
<p>Before creating any app or software, it is very important to create its flow. What is
the need of the app and how effective it will be in other things, that also remains to
be researched.</p>
<!-- <a href="#">About More </a> -->
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure>
<img src="images/pct.png" alt="#" />
<h3>01</h3>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-6">
<div class="text-bg">
<h1>Focus And <br>Consistency</h1>
<p>We work with full dedication and consistency so that we can complete any work quickly
and also keep the quality of that product very good.</p>
<!-- <a href="#">About More </a> -->
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure>
<img src="images/focus.jpg" alt="#" />
<h3>02</h3>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-6">
<div class="text-bg">
<h1>Team Work With <br>Good Skills</h1>
<p>To make any product better, it is very important to have good skills and at the same
time teamwork is very important. Our efficient team makes the product very good on the
basis of teamwork.</p>
<!-- <a href="#">About More </a> -->
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure>
<img src="images/team.jpg" alt="#" />
<h3>03</h3>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-6">
<div class="text-bg">
<h1>Respectful And <br>Punctual</h1>
<p>We treat everyone discreetly and handle the relationship very well. Also, try to
complete the work in a timely manner. We respect our all clients.</p>
<!-- <a href="#">About More </a> -->
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure>
<img src="images/time.jpg" alt="#" />
<h3>04</h3>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-6">
<div class="text-bg">
<h1>Hard Work And <br>Smart Work</h1>
<p>It is very important to do smart work but in many places hard work has to be done. Our
team is efficient in both these tasks, we believe in doing things in right way at right
time.</p>
<!-- <a href="#">About More </a> -->
</div>
</div>
<div class="col-md-6">
<div class="text_img">
<figure>
<img src="images/smart.jpg" alt="#" />
<h3>05</h3>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#banner1" role="button" data-slide="prev">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
</a>
<a class="carousel-control-next" href="#banner1" role="button" data-slide="next">
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
</div>
</section>
<!-- end banner -->
<!-- team -->
<div class="team">
<div class="container">
<div class="row d_flex">
<div class="col-md-5">
<div class="team_img">
<figure><img src="images/sco.jpg" alt="#" /></figure>
</div>
</div>
<div class="col-md-6 offset-md-1" id="about">
<div class="titlepage">
<!-- <h2>We Are A Dynamic Team Of Developers</h2> -->
<h2>We Are Product Based Team of Developers</h2>
<p>Soujas Technologies is a product based Company, where we prepare a product and reach it to the
people. For now we make apps and software for small and big businesses in which they can manage
their accounts well.</p>
<!-- <h3>PROJECTS COMPLETED</h3>
<strong>1165 <span class="yellow">+</span></strong> -->
<a class="read_more" href="#"> Read More</a>
</div>
</div>
</div>
</div>
<!-- team -->
<!-- services -->
<div class="services">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1" id="services">
<div class="titlepage">
<h2>Build Your Product, Let's Check Our Services</h2>
<p>If we get a chance to work together, we can very well create the product and we will be happy to
meet your needs.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div id="serv_hover" class="services_box">
<i><svg xmlns="http://www.w3.org/2000/svg" width="74" height="67" fill="white" class="bi bi-phone"
viewBox="0 0 16 16">
<path
d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z" />
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" />
</svg></i>
<h3>Mobile Apps</h3>
<a class="right_irro" href="#"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-md-4">
<div id="serv_hover" class="services_box">
<i><img src="images/service1.png" alt="#" /></i>
<h3>Websites</h3>
<a class="right_irro" href="#"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-md-4">
<div id="serv_hover" class="services_box">
<i><svg xmlns="http://www.w3.org/2000/svg" width="74" height="67" fill="white" class="bi bi-laptop"
viewBox="0 0 16 16">
<path
d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z" />
</svg></i>
<h3>Softwares</h3>
<a class="right_irro" href="#"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- end services -->
<!-- New Ideas section -->
<div class="ideas">
<div class="container">
<div class="row">
<div class="col-md-10">
<div class="titlepage">
<h2>Our Basic Work Flow</h2>
<p>Soujas Technologies has distributed the work so that there are no product delays and confusions.
And this method has proved to be very true.</p>
</div>
</div>
</div>
<div class="border_trbl">
<div class="row">
<div class="col-md-4">
<div class="ideas_box">
<h3>45%</h3>
<p>Building Mobile Apps</p>
</div>
</div>
<div class="col-md-4">
<div class="ideas_box">
<h3>40%</h3>
<p>Building Websites</p>
</div>
</div>
<div class="col-md-4">
<div class="ideas_box">
<h3>15%</h3>
<p>Building Softwares</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end New Ideas section -->
<!-- testimonial -->
<div class="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Meet Our Core Team</h2>
<p>Our core team is always working to make products better </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="test_box margin_bottom">
<p>Customers and employees are the foundation of any business, considering every aspect of the
business is a huge responsibility. Keeping the team tied to the client is a heavy task and keeping
the relationships in place is a big deal for a CEO. Anticipating every upcoming challenges and
running the business properly also proves to be an art.</p>
<div class="test_icon">
<i><img src="images/shubham.png" height="51" width="51" alt="#" /></i>
<h4>Shubham Khatri <br> <span class="yellow">Founder and CEO</span></h4>
</div>
</div>
</div>
<div class="col-md-6">
<div class="test_box">
<p>Product marketing and customer relationship is a very unique and important thing. It is also very
exciting to face the challenges that come here. Marketing is very important to make business big
and we try our best to make it better. We always keep working according to the needs of the
clients.</p>
<div class="test_icon">
<i><img src="images/pratham.png" alt="#" /></i>
<h4>Pratham Padhiyar <br> <span class="yellow">CMO</span></h4>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="test_box">
<p>It is important to handle the current state of the business and improve it as well as manage the
cost of the product. Arrays have to be made here which is an exciting job and we all keep trying to
handle it like that. I would like to thank my team who keep on being very helpful in doing this
work beautifully.</p>
<div class="test_icon">
<i><img src="images/karan.png" height="51" width="51" alt="#" /></i>
<h4>Karan Sindhi <br> <span class="yellow">CFO</span></h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end testimonial -->
<!-- contact -->
<div class="contact">
<div class="container">
<div class="row">
<div class="col-md-12" id="contactus">
<div class="titlepage">
<h2>Contact Us</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<form id="request" class="main_form">
<div class="row">
<div class="col-md-12 ">
<input class="contactus" placeholder="Name" type="type" name="Name">
</div>
<div class="col-md-12">
<input class="contactus" placeholder="Email" type="type" name="Email">
</div>
<div class="col-md-12">
<input class="contactus" placeholder="Phone Number" type="type" name="Phone Number">
</div>
<div class="col-md-12">
<input class="contactus1" placeholder="Message" type="type" Message="Name">
</div>
<div class="col-md-12">
<button class="send_btn">Send</button>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<div class="map">
<figure><img src="images/map_img.png" alt="#" /></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<img class="logo1" src="images/soujas_logo1.png" alt="#" />
<!-- <ul class="about_us">
<li>dolor sit amet, consectetur<br> magna aliqua. Ut enim ad <br>minim veniam, <br> quisdotempor incididunt r</li>
</ul> -->
<ul class="social_icon" style="margin-left: 32px !important">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<h3>Useful Link</h3>
<ul class="link_menu">
<li><a href="#about">About Us</a></li>
<!-- <li><a href="#">About services</a></li> -->
<li><a href="#about">About Departments</a></li>
<!-- <li><a href="#">Services</a></li> -->
<!-- <li><a href="#">Contact Us</a></li> -->
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<h3>The Services</h3>
<ul class="link_menu">
<!-- <li><a href="#">About Us</a></li> -->
<li><a href="#services">Services</a></li>
<!-- <li><a href="#">About Departments</a></li> -->
<li><a href="#services">About Services</a></li>
<!-- <li><a href="#">Contact Us</a></li> -->
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<h3>Contact Us</h3>
<ul class="link_menu">
<li><a href="#">Mobile</a></li>
<li><a href="#">Email</a></li>
<!-- <li><a href="#">About Departments</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact Us</a></li> -->
</ul>
</div>
<!-- <div class="col-md-8 offset-md-4 ">
<form class="bottom_form">
<h3>Newsletter</h3>
<input class="enter" placeholder="Enter your email" type="text" name="Enter your email">
<button class="sub_btn">subscribe</button>
</form>
</div> -->
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<p>© 2022 All Rights Reserved. Soujas Technologies</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>