-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
494 lines (389 loc) · 24.1 KB
/
index.html
File metadata and controls
494 lines (389 loc) · 24.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Pix-M-Graphics - Creative Designs at it best</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/180-180logobk.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/lightbox.min.css" rel="stylesheet">
<link href="assets/css/dark-mode.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.min.css">
<!-- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css"> -->
<script src="js/app.min.js "></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="row logo d-flex ">
<h1><img src="assets/img/180-180logobk.png" id="lgin" alt="logo Pix-M-Graphics" class=""/> Pix-M-Graphics
</h1>
<!-- Uncomment below if you prefer to use an image logo -->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<li><a class="nav-link scrollto" href="#portfolio">Portfolio</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<div class="custom-control custom-switch" style="margin-left: 10px;" >
<input type="checkbox" class="custom-control-input" id="darkSwitch">
<label id="dd" class="custom-control-label" for="darkSwitch">Dark Mode</label>
</div>
</ul>
<i id="ic" class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up" id="txt_big_w">Design Values of your Business with<br/> Pix-M-Graphics</h1>
<h2 data-aos="fade-up" data-aos-delay="400">We are team of talented techies Designing creative stuffs 🚀</h2>
<div data-aos="fade-up" data-aos-delay="800">
<a href="#contact" style="margin-bottom: 10%;" class="btn-get-started scrollto">Get Connect</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left" data-aos-delay="200">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 id="txt_big_w">About Us</h2>
</div>
<div class="row content">
<div class="col-lg-6 data-aos="fade-up" data-aos-delay="150">
<p>Pix-M-Graphics brings <b>Trust</b> and <b>Incredibility</b> to design and advertise while helping customers we help people to design logo, social media post, digital advertising, meme creation.
Pix-M-Graphics is a multi-disciplinary studio of creatives and thinkers, creating meaningful design solutions and experiences for brands and audiences.
</p>
</div>
<div class="col-lg-6 data-aos="fade-up" data-aos-delay="150">
<p>
Yes, We are freshers But We won't play with consumers' trust cause our team believes that Fresh new blank paper looks cleaner and beautiful than folded paper with scratches.
</p>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 id="txt_big_w">Services</h2>
<h4>What we offers</h4>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-layer"></i></div>
<h4 class="title"><a href="">LOGO AND IDENTITY</a></h4>
<p class="description">Shape a Strong Brand Identity That Connects With Your Audience!
we shape your brand for the needs of today and vision of tomorrow. We blend brilliant design, creative strategies,
innovative mindset and technology skills to create a brand identity that transcends the product and promises an experience.
</p>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-file"></i></div>
<h4 class="title"><a href="">GRAPHIC DESIGN</a></h4>
<p class="description">What is your brand? It is more than a logo design or business card design. It is the set of perceptions and images that represent your company.
How your business is perceived will vastly affect the amount of business and type of clientele you attract.
We are passionate about corporate brand design and believe that our branding service will help you make your business everything it can be.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bxs-news"></i></div>
<h4 class="title"><a href="">PACKAGING DESIGN</a></h4>
<p class="description">Read it, wrap it, roll it, fold it, hold it, take it away! It’s easy to see while brands get carried away with good packaging design.
Because in our minds, and most importantly the consumers, good packaging design and production is a reflection of a good brand
</p>
</div>
</div>
<!-- <div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class=" bx bxs-t-shirt"></i></div>
<h4 class="title"><a href="">BROCHURE DESIGN</a></h4>
<p class="description">It includes overall enhancing the product image to make it look perfect by performing Background removal, background color change, skin retouching,dust and scratches removal, cropping/resizing, de-wrinkling of clothes, color correction etc.</p>
</div>
</div> -->
</div><br/>
<div class="row">
<div class="col-md-6 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bx-layer-plus"></i></div>
<h4 class="title"><a href="">BROCHURE DESIGN</a></h4>
<p class="description">A professionally designed sales brochure evokes reliability & trustworthiness. we provide impressive business brochure designs and sales flyers
to create a lasting impression on your target audience. Our unique and innovative custom brochure designs can give you an edge over your competitors
and help you stay ahead of the curve. So, boost your sales with our strategically designed brochure.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bx-credit-card-front"></i></div>
<h4 class="title"><a href="">PRODUCT PHOTO EDITING</a></h4>
<p class="description">It includes overall enhancing the product image to make it look perfect by performing Background removal, background color change, skin retouching,
dust and scratches removal, cropping/resizing, de-wrinkling of clothes, color correction etc.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bx-box"></i></div>
<h4 class="title"><a href="">Stationary Design</a></h4>
<p class="description text-justified" >From simple brochures to jaw-dropping stationary design services, we are here to make your brand famous. From alluring taglines to likable colors,
we will design custom stationary for you by keeping your brand values intact.</p>
</div>
</div>
<!-- <div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bx-pencil"></i></div>
<h4 class="title"><a href="">Stationary Design</a></h4>
<p class="description">From simple brochures to jaw-dropping stationary design services, we are here to make your brand famous. From alluring taglines to likable colors,
we will design custom stationary for you by keeping your brand values intact.</p>
</div>
</div> -->
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- Start Team section -->
<div id="team" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 id="txt_big_w">Our Team</h2>
</div>
<div class="row text-center d-flex ">
<div class="col-lg-4 col-md-4 col-sm-12 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<img src="assets/img/pm2.png" alt="" class="center">
<h2 class="title">Pratik Mehta</h2>
<h5>Founder & CEO</h5>
<!-- <p class="description">Contact: (+91) 82000 02488</p> -->
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<img src="assets/img/js2.png" alt="" class="center">
<h2 class="title">Jay Solanki</h2>
<h5>Graphic Designer</h5>
<!-- <p class="description">Contact: (+91) 88663 86089 </p> -->
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<img src="assets/img/nj2.png" alt="" class="center">
<h2 class="title">Naman Joshi</h2>
<h5>Graphic Designer</h5>
<!-- <p class="description">Contact: (+91) 88663 86089 </p> -->
</div>
</div>
</div>
</div>
</div>
<!-- End Team Section -->
<!-- Portfolio Team section -->
<div id="portfolio" class="contact" style="margin-top: 3%;">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 id="txt_big_w">Our Portfolio</h2>
</div>
<div class="gallery-wrap">
<center>
<input type="radio" id="logo" name="color"/>
<label class="labell" for="logo">LOGO</label>
<input type="radio" id="post" name="color"/>
<label class="labell" for="post">POST</label>
<input type="radio" id="letter" name="color"/>
<label class="labell" for="letter">LETTERS</label>
<input type="radio" id="prob" name="color"/>
<label class="labell" for="prob">PRODUCT BRANDING</label>
<input type="radio" id="uiux" name="color"/>
<label class="labell" for="uiux">UI/UX</label>
<input type="radio" id="reset" checked="checked" name="color"/>
<label class="labell" for="reset">ALL</label>
<div class="clr"></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo1.png" data-lightbox="example-set" ><img src="image/logo1.png" ></a></div>
<div class="gallery-image post"><a class="example-image-link" href="image/post1.png" data-lightbox="example-set" ><img src="image/post1.png" ></a></div>
<div class="gallery-image letter"><a class="example-image-link" href="image/letter1.png" data-lightbox="example-set" ><img src="image/letter1.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo2.png" data-lightbox="example-set" ><img src="image/logo2.png" ></a></div>
<div class="gallery-image post"><a class="example-image-link" href="image/post2.png" data-lightbox="example-set" ><img src="image/post2.png" ></a></div>
<div class="gallery-image letter"><a class="example-image-link" href="image/letter2.png" data-lightbox="example-set" ><img src="image/letter2.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo3.png" data-lightbox="example-set" ><img src="image/logo3.png" ></a></div>
<div class="gallery-image prob"><a class="example-image-link" href="image/pb1.png" data-lightbox="example-set" ><img src="image/pb1.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo4.png" data-lightbox="example-set" ><img src="image/logo4.png" ></a></div>
<div class="gallery-image letter"><a class="example-image-link" href="image/letter3.png" data-lightbox="example-set" ><img src="image/letter3.png" ></a></div>
<div class="gallery-image prob"><a class="example-image-link" href="image/pb2.png" data-lightbox="example-set" ><img src="image/pb2.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo5.png" data-lightbox="example-set" ><img src="image/logo5.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo6.png" data-lightbox="example-set" ><img src="image/logo6.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo7.png" data-lightbox="example-set" ><img src="image/logo7.png" ></a></div>
<div class="gallery-image uiux"><a class="example-image-link" href="image/uiux1.png" data-lightbox="example-set" ><img src="image/uiux1.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo8.png" data-lightbox="example-set" ><img src="image/logo8.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo9.png" data-lightbox="example-set" ><img src="image/logo9.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo10.png" data-lightbox="example-set" ><img src="image/logo10.png" ></a></div>
<div class="gallery-image uiux"><a class="example-image-link" href="image/uiux2.png" data-lightbox="example-set" ><img src="image/uiux2.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo11.png" data-lightbox="example-set" ><img src="image/logo11.png" ></a></div>
<div class="gallery-image logo"><a class="example-image-link" href="image/logo12.png" data-lightbox="example-set" data-title="Nothing"><img src="image/logo12.png" ></a></div>
<!-- <div class="gallery-image logo"><a class="example-image-link" href="image/logo12.png" data-lightbox="example-set" data-title="Nothing"><img src="image/logo12.png" ></a></div> -->
<div class="clr"></div>
</div>
</center>
</div>
</div>
<!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 id="txt_big_w">Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-2">
<!-- <div class="contact-about">
<h3 id="txt_big_w">Pix-M-Graphics</h3>
<p>If you require any more information or have any questions about our services, please feel free to contact us by email at <b>info@Pix-M-Graphics.in</b> or else <br/> you can contact us on below social platform also.</p>
<div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div> -->
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="contact-about text-center">
<h3 id="txt_big_w">Pix-M-Graphics</h3>
<p>If you require any more information or have any questions about our services, please feel free to contact us by email at <b>info@Pix-M-Graphics.in</b> or else <br/> you can contact us on below social platform also.</p>
<div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 ">
<!-- <div class="contact-about">
<h3 id="txt_big_w">Pix-M-Graphics</h3>
<p>If you require any more information or have any questions about our services, please feel free to contact us by email at <b>info@Pix-M-Graphics.in</b> or else <br/> you can contact us on below social platform also.</p>
<div class="social-links">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div> -->
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="info">
<div>
<i class="ri-mail-send-line"></i>
<p id="box_txt_sml"> pixmgraphics@gmail.com</p>
</div>
<div>
<i class="ri-phone-line"></i>
<p id="box_txt_sml">+91 82000 02488</p>
</div>
<div>
<i class="ri-whatsapp-line"></i>
<p id="box_txt_sml">+91 82000 02488</p>
</div>
</div>
</div>
<!-- <div class="col-lg-5 col-md-12" data-aos="fade-up" data-aos-delay="300">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div> -->
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 text-lg-left">
<div class="copyright">
© Copyright <strong>Pix-M-Graphics</strong>. All Rights Reserved
</div>
<div id="txt_sml_w" class="credits" >
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/vesperr-free-bootstrap-template/ -->
Designed by <a href="#">Pix-M-Graphics</a>
</div>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="#intro" class="scrollto">Home</a>
<a href="#about" class="scrollto">About</a>
<!-- <a href="#">Privacy Policy</a>
<a href="#">Terms of Use</a> -->
<p>Website is Under Development</p>
</nav>
<!-- <div style="color: rgb(117, 117, 117);;"><p>Website is Under Development</p></div> -->
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/dark-mode-switch.min.js"></script>
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
</body>
</html>