-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
841 lines (724 loc) · 41 KB
/
index.php
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
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
<?php require_once('config.php'); ?>
<?php include('includes/reg-log.php'); ?>
<?php include('includes/profile.php'); ?>
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Mirrored from lmpixels.com/demo/breezycv/light/2/index.html by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 10 Apr 2021 19:50:07 GMT -->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Farmers Portal</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="farmer's portal - kissan" />
<meta name="keywords" content="kissan,vivasayee,farmer" />
<meta name="author" content="sabarish sanjeevi" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap-grid.min.css" type="text/css">
<link rel="stylesheet" href="css/animations.css" type="text/css">
<link rel="stylesheet" href="css/perfect-scrollbar.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<!-- Animated Background -->
<div class="lm-animated-bg" style="background-image: url(image.webp);"></div>
<!-- /Animated Background -->
<!-- Loading animation -->
<div class="preloader">
<div class="preloader-animation">
<div class="preloader-spinner">
</div>
</div>
</div>
<!-- /Loading animation -->
<div class="page">
<div class="page-content">
<header id="site_header" class="header mobile-menu-hide">
<div class="header-content">
<div class="header-photo">
<img src="12.png" alt="Alex Smith" height= "130" width="150">
</div>
<div class="header-titles">
<h2>
<?php if(!isset($_SESSION['user'])){
?>
Please Login
<?php }else{
?>
<?php echo $_SESSION['user']['name']; ?>
</h2>
<?php } ?>
<h4>Farmer</h4>
</div>
</div>
<ul class="main-menu">
<li class="active">
<a href="#home" class="nav-anim">
<span class="menu-icon lnr lnr-home"></span>
<span class="link-text">Home</span>
</a>
</li>
<?php if(!isset($_SESSION['user'])){
?>
<li class="active">
<a href="#login" class="nav-anim">
<span class="menu-icon lnr lnr-enter"></span>
<span class="link-text">Login</span>
</a>
</li>
<?php }else{
?>
<li class="active">
<a href="#dash" class="nav-anim">
<span class="menu-icon lnr lnr-dice"></span>
<span class="link-text">Dashboard</span>
</a>
</li>
<?php } ?>
<li>
<a href="#products" class="nav-anim">
<span class="menu-icon lnr lnr-briefcase"></span>
<span class="link-text">Products</span>
</a>
</li>
<li>
<a href="#contact" class="nav-anim">
<span class="menu-icon lnr lnr-envelope"></span>
<span class="link-text">Contact</span>
</a>
</li>
<?php if(isset($_SESSION['user'])){
?>
<li>
<a href="#logout" class="nav-anim">
<span class="menu-icon lnr lnr-exit"></span>
<span class="link-text">Logout</span>
</a>
</li>
<?php } ?>
<a href="#register"></a>
<a href="#profile"></a>
<a href="#product-add"></a>
</ul>
<?php if(!isset($_SESSION['user'])){
?>
<div class="header-buttons">
<a href="#login" class="btn btn-primary">Login</a>
</div>
<?php }else{ ?>
<div class="header-buttons">
<a href="#dash" class="btn btn-primary">Dashboard</a>
</div>
<?php } ?>
<div class="copyrights">Let's Hack © 2021 All rights reserved.</div>
</header>
<!-- Mobile Navigation -->
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
</div>
<!-- End Mobile Navigation -->
<!-- Arrows Nav -->
<div class="lmpixels-arrows-nav">
<div class="lmpixels-arrow-right"><i class="lnr lnr-chevron-right"></i></div>
<div class="lmpixels-arrow-left"><i class="lnr lnr-chevron-left"></i></div>
</div>
<!-- End Arrows Nav -->
<div class="content-area">
<div class="animated-sections">
<!-- Home Subpage -->
<section data-id="home" class="animated-section start-page">
<div class="section-content vcentered">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="title-block">
<h2>Welcome
<?php if(!isset($_SESSION['user'])){
?>
to Farmers Portal
<?php }else{
echo $_SESSION['user']['name']; ?>
<?php } ?>
</h2>
<p>This website is for <mark><span title="the backbone of india">Farmers</span></mark> and Resellers only.
<?php if(!isset($_SESSION['user'])){
?>
<div class="fw-button-row">
<a href="#login" class="btn btn-primary">Login</a>
</div>
<?php
}else{
?>
<div class="fw-button-row">
<a href="#dash" class="btn btn-primary">Dashboard</a>
</div>
<?php }?>
</div>
</div>
</div>
</div>
</section>
<!-- End of Home Subpage -->
<section data-id="login" class="animated-section start-page">
<div class="section-content vcentered">
<form class="contact-form" action="#login" method="post">
<div class="messages"></div>
<p style="color:red;"><?php include('includes/errors.php') ?></p>
<div class="controls two-columns">
<div class="fields clearfix">
<div class="form-group form-group-with-icon">
<input id="form_name" type="text" name="username" class="form-control" placeholder="" required="required" data-error="Phone is required.">
<label>Phone</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_password" type="password" name="password" class="form-control" placeholder="" required="required" data-error="Valid password is required.">
<label>password</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="form-group ">
<input type="submit" class="button btn-send" value="Login" name="login_btn">
</div>
</form>
<p> Im new here!! <a href="#register">Register Now</a>
</div>
<!-- End of Contact Form -->
</div>
</section>
<!-- About Me Subpage -->
<section data-id="register" class="animated-section start-page">
<div class="section-content vcentered">
<form class="contact-form" action="#register" method="post">
<div class="messages"></div>
<p style="color:red;"><?php include('includes/errors.php') ?></p>
<div class="controls two-columns">
<div class="fields clearfix">
<div class="form-group form-group-with-icon">
<input id="form_name" type="text" name="name" class="form-control" placeholder="" required="required" data-error="Name is required.">
<label>Name</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_name" type="text" name="username" class="form-control" placeholder="" required="required" data-error="Phone is required.">
<label>Phone</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_email" type="text" name="email" class="form-control" placeholder="Optional" >
<label>Email</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_password" type="password" name="password_1" class="form-control" placeholder="" required="required" data-error="Valid password is required.">
<label>password</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_password" type="password" name="password_2" class="form-control" placeholder="" required="required" data-error="Valid password is required.">
<label>confirm - password</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="form-group ">
<input type="submit" class="button btn-send" value="Register" name="reg_user">
</div>
</form>
<p> Already hava a account ?? <a href="#login">Login Here</a>
</div>
<!-- End of Contact Form -->
</div>
</section>
<section data-id="logout" class="animated-section">
<div class="section-content vcentered">
<div class="fw-button-row">
<a href="logout.php"><button class="btn btn-primary">Logout</button></a>
</div>
</div>
</section>
<!--registratio over -->
<section data-id="profile" class="animated-section start-page">
<div class="section-content vcentered">
<form class="contact-form" action="#profile" method="post">
<div class="messages"></div>
<p style="color:red;"><?php include('includes/errors.php') ?></p>
<div class="controls two-columns">
<div class="fields clearfix">
<div class="form-group form-group-with-icon">
<textarea id="form_text" type="text" name="address" class="form-control" placeholder="" required="required" data-error="Phone is required."></textarea>
<label>Address</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_text" type="text" name="location" class="form-control" placeholder="" required="required" data-error="Valid password is required.">
<label>Exact Location</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_text" type="text" name="area" class="form-control" placeholder="" data-error="Phone is required.">
<label>Area (Acers/sqft.)</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="form-group ">
<input type="submit" class="button btn-send" value="Update" name="profile">
</div>
</form>
<p> Im done !! <a href="#dash">Go To dashboard</a>
</div>
<!-- End of Contact Form -->
</div>
</section>
<section data-id="product-add" class="animated-section start-page">
<div class="section-content vcentered">
<form class="contact-form" action="#profile" method="post">
<div class="messages"></div>
<p style="color:red;"><?php include('includes/errors.php') ?></p>
<div class="controls two-columns">
<div class="fields clearfix">
<div class="form-group form-group-with-icon">
<textarea id="form_text" type="text" name="name" class="form-control" placeholder="" required="required" data-error="Phone is required."></textarea>
<label>Product Name</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_text" type="text" name="detials" class="form-control" placeholder="" required="required" data-error="Valid password is required.">
<label>Product Detials</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_text" type="text" name="amount" class="form-control" placeholder="" data-error="Phone is required.">
<label>Amount</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="form-group ">
<input type="submit" class="button btn-send" value="Add" name="product">
</div>
</form>
</div>
<!-- End of Contact Form -->
</div>
</section>
<!--profile - edit over -->
<section data-id="dash" class="animated-section">
<div class="page-title">
<h2>User <span>Dash</span></h2>
</div>
<div class="section-content">
<!-- Personal Information -->
<div class="row">
<div class="col-xs-12 col-sm-7">
<p>Hello <mark><?php echo $_SESSION['user']['name']; ?></mark> This a dashboard of yours here you can sell the products and also you can determine your price.</p>
</div>
<div class="col-xs-12 col-sm-5">
<div class="info-list">
<ul>
<li>
<span class="title">Area : </span>
<span class="value"><?php echo $_SESSION['user']['area']; ?></span>
</li>
<li>
<span class="title">Exact Location : </span>
<span class="value"><?php echo $_SESSION['user']['location']; ?></span>
</li>
<li>
<span class="title">Address : </span>
<span class="value"><?php echo $_SESSION['user']['address']; ?></span>
</li>
<li>
<span class="title">e-mail : </span>
<span class="value"><a href="<?php echo $_SESSION['user']['email']; ?>"><?php echo $_SESSION['user']['email']; ?></a></span>
</li>
<li>
<span class="title">Phone : </span>
<span class="value"><?php echo $_SESSION['user']['username']; ?></span>
</li>
</ul>
</div>
<div class="fw-button-row">
<a href="#profile"> <button class="btn btn-primary" >Update Profile</button></a>
</div>
</div>
</div>
<!-- End of Personal Information -->
<div class="white-space-50"></div>
<!-- Services -->
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="block-title">
<h3>My <span>Products</span></h3>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-xs-12 col-sm-6">
<div class="col-inner">
<div class="info-list-w-icon">
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-store"></i>
</div>
<div class="ci-text">
<h4>Ecommerce</h4>
<p>Pellentesque pellentesque, ipsum sit amet auctor accumsan, odio tortor bibendum massa, sit amet ultricies ex lectus scelerisque nibh. Ut non sodales.</p>
</div>
</div>
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-laptop-phone"></i>
</div><div class="ci-text">
<h4>Web Design</h4>
<p>Pellentesque pellentesque, ipsum sit amet auctor accumsan, odio tortor bibendum massa, sit amet ultricies ex lectus scelerisque nibh. Ut non sodales.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="col-inner">
<div class="info-list-w-icon">
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-pencil"></i>
</div>
<div class="ci-text">
<h4>Copywriting</h4>
<p>Pellentesque pellentesque, ipsum sit amet auctor accumsan, odio tortor bibendum massa, sit amet ultricies ex lectus scelerisque nibh. Ut non sodales.</p>
</div>
</div>
<div class="info-block-w-icon">
<div class="ci-icon">
<i class="lnr lnr-flag"></i>
</div><div class="ci-text">
<h4>Management</h4>
<p>Pellentesque pellentesque, ipsum sit amet auctor accumsan, odio tortor bibendum massa, sit amet ultricies ex lectus scelerisque nibh. Ut non sodales.</p>
</div>
</div>
</div>
</div>
</div>
</div>
End of Services
<div class="white-space-30"></div>
End of Clients
<div class="white-space-50"></div>
<div class="white-space-50"></div>
</div>-->
</section>
<!-- End of About Me Subpage -->
<!-- Portfolio Subpage -->
<section data-id="products" class="animated-section">
<div class="page-title">
<h2>Products</h2>
</div>
<div class="section-content">
<div class="row">
<div class="col-xs-12 col-sm-12">
<!-- Portfolio Content -->
<div class="portfolio-content">
<ul class="portfolio-filters">
<li class="active">
<a class="filter btn btn-sm btn-link" data-group="category_all">All</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_detailed">Detailed</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_mockups">Mockups</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_soundcloud">SoundCloud</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_vimeo-videos">Vimeo Videos</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="category_youtube-videos">YouTube Videos</a>
</li>
</ul>
<!-- Portfolio Grid -->
<div class="portfolio-grid three-columns">
<figure class="item lbaudio" data-groups='["category_all", "category_soundcloud"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/1.jpg" alt="SoundCloud Audio" title="" />
<a href="../../../../../external.html?link=https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/221650664&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true" class="lightbox mfp-iframe" title="SoundCloud Audio"></a>
</div>
<i class="fa fa-volume-up"></i>
<h4 class="name">SoundCloud Audio</h4>
<span class="category">SoundCloud</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_detailed"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/2.jpg" alt="Media Project 2" title="" />
<a href="portfolio-1.html" class="ajax-page-load"></a>
</div>
<i class="far fa-file-alt"></i>
<h4 class="name">Detailed Project 2</h4>
<span class="category">Detailed</span>
</figure>
<figure class="item lbvideo" data-groups='["category_all", "category_vimeo-videos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/3.jpg" alt="Vimeo Video 1" title="" />
<a href="../../../../../external.html?link=https://player.vimeo.com/video/158284739" class="lightbox mfp-iframe" title="Vimeo Video 1"></a>
</div>
<i class="fas fa-video"></i>
<h4 class="name">Vimeo Video 1</h4>
<span class="category">Vimeo Videos</span>
</figure>
<figure class="item standard" data-groups='["category_all", "category_detailed"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/4.jpg" alt="Media Project 1" title="" />
<a href="portfolio-1.html" class="ajax-page-load"></a>
</div>
<i class="far fa-file-alt"></i>
<h4 class="name">Detailed Project 1</h4>
<span class="category">Detailed</span>
</figure>
<figure class="item lbimage" data-groups='["category_all", "category_mockups"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/5.jpg" alt="Mockup Design 1" title="" />
<a class="lightbox" title="Mockup Design 1" href="img/portfolio/full/5.jpg"></a>
</div>
<i class="far fa-image"></i>
<h4 class="name">Mockup Design 1</h4>
<span class="category">Mockups</span>
</figure>
<figure class="item lbvideo" data-groups='["category_all", "category_youtube-videos"]'>
<div class="portfolio-item-img">
<img src="img/portfolio/6.jpg" alt="YouTube Video 1" title="" />
<a href="../../../../../external.html?link=https://www.youtube.com/embed/bg0gv2YpIok" class="lightbox mfp-iframe" title="YouTube Video 1"></a>
</div>
<i class="fas fa-video"></i>
<h4 class="name">YouTube Video 1</h4>
<span class="category">YouTube Videos</span>
</figure>
</div>
</div>
<!-- End of Portfolio Content -->
</div>
</div>
</div>
</section>
<!-- End of Portfolio Subpage -->
<!-- Blog Subpage -->
<section data-id="blog" class="animated-section">
<div class="page-title">
<h2>Blog</h2>
</div>
<div class="section-content">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="blog-masonry two-columns clearfix">
<!-- Blog Post 1 -->
<div class="item post-1">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in Design">Design</a>
</div>
<a href="blog-post-1.html">
<img src="img/blog/blog_post_1.jpg" class="size-blog-masonry-image-two-c" alt="Why I Switched to Sketch For UI Design" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">05 Mar 2020</div>
<a href="blog-post-1.html">
<h4 class="blog-item-title">Why I Switched to Sketch For UI Design</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 1 -->
<!-- Blog Post 2 -->
<div class="item post-2">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in UI">UI</a>
</div>
<a href="blog-post-1.html">
<img src="img/blog/blog_post_2.jpg" class="size-blog-masonry-image-two-c" alt="Best Practices for Animated Progress Indicators" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">23 Feb 2020</div>
<a href="blog-post-1.html">
<h4 class="blog-item-title">Best Practices for Animated Progress Indicators</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 2 -->
<!-- Blog Post 3 -->
<div class="item post-1">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in Design">Design</a>
</div>
<a href="blog-post-1.html">
<img src="img/blog/blog_post_3.jpg" class="size-blog-masonry-image-two-c" alt="Designing the Perfect Feature Comparison Table" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">06 Feb 2020</div>
<a href="blog-post-1.html">
<h4 class="blog-item-title">Designing the Perfect Feature Comparison Table</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 3 -->
<!-- Blog Post 4 -->
<div class="item post-2">
<div class="blog-card">
<div class="media-block">
<div class="category">
<a href="#" title="View all posts in E-Commerce">UI</a>
</div>
<a href="blog-post-1.html">
<img src="img/blog/blog_post_4.jpg" class="size-blog-masonry-image-two-c" alt="An Overview of E-Commerce Platforms" title="" />
<div class="mask"></div>
</a>
</div>
<div class="post-info">
<div class="post-date">07 Jan 2020</div>
<a href="blog-post-1.html">
<h4 class="blog-item-title">An Overview of E-Commerce Platforms</h4>
</a>
</div>
</div>
</div>
<!-- End of Blog Post 4 -->
</div>
</div>
</div>
</div>
</section>
<!-- End of Blog Subpage -->
<!-- Contact Subpage -->
<section data-id="contact" class="animated-section">
<div class="page-title">
<h2>Contact</h2>
</div>
<div class="section-content">
<div class="row">
<!-- Contact Info -->
<div class="col-xs-12 col-sm-4">
<div class="lm-info-block gray-default">
<i class="lnr lnr-map-marker"></i>
<h4>San Francisco</h4>
<span class="lm-info-block-value"></span>
<span class="lm-info-block-text"></span>
</div>
<div class="lm-info-block gray-default">
<i class="lnr lnr-phone-handset"></i>
<h4>415-832-2000</h4>
<span class="lm-info-block-value"></span>
<span class="lm-info-block-text"></span>
</div>
<div class="lm-info-block gray-default">
<i class="lnr lnr-envelope"></i>
<h4><a href="../../../../../external.html?link=https://lmpixels.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="86e7eae3fec6e3fee7ebf6eae3a8e5e9eb">[email protected]</a></h4>
<span class="lm-info-block-value"></span>
<span class="lm-info-block-text"></span>
</div>
<div class="lm-info-block gray-default">
<i class="lnr lnr-checkmark-circle"></i>
<h4>Freelance Available</h4>
<span class="lm-info-block-value"></span>
<span class="lm-info-block-text"></span>
</div>
</div>
<!-- End of Contact Info -->
<!-- Contact Form -->
<div class="col-xs-12 col-sm-8">
<div id="map" class="map"></div>
<div class="block-title">
<h3>How Can I <span>Help You?</span></h3>
</div>
<form id="contact_form" class="contact-form" action="../../../../../external.html?link=https://lmpixels.com/demo/breezycv/light/2/contact_form/contact_form.php" method="post">
<div class="messages"></div>
<div class="controls two-columns">
<div class="fields clearfix">
<div class="left-column">
<div class="form-group form-group-with-icon">
<input id="form_name" type="text" name="name" class="form-control" placeholder="" required="required" data-error="Name is required.">
<label>Full Name</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_email" type="email" name="email" class="form-control" placeholder="" required="required" data-error="Valid email is required.">
<label>Email Address</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group form-group-with-icon">
<input id="form_subject" type="text" name="subject" class="form-control" placeholder="" required="required" data-error="Subject is required.">
<label>Subject</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="right-column">
<div class="form-group form-group-with-icon">
<textarea id="form_message" name="message" class="form-control" placeholder="" rows="7" required="required" data-error="Please, leave me a message."></textarea>
<label>Message</label>
<div class="form-control-border"></div>
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="g-recaptcha" data-sitekey="6LdqmCAUAAAAAMMNEZvn6g4W5e0or2sZmAVpxVqI"></div>
<input type="submit" class="button btn-send" value="Send message">
</div>
</form>
</div>
<!-- End of Contact Form -->
</div>
</div>
</section>
<!-- End of Contact Subpage -->
</div>
</div>
</div>
</div>
<script data-cfasync="false" src="../../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/jquery-2.1.3.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/animating.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src='../../../../../www.google.com/recaptcha/api.js'></script>
<script src='js/perfect-scrollbar.min.js'></script>
<script src='js/jquery.shuffle.min.js'></script>
<script src='js/masonry.pkgd.min.js'></script>
<script src='js/owl.carousel.min.js'></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="../../../../../external.html?link=https://maps.googleapis.com/maps/api/js?key=AIzaSyCrDf32aQTCVENBhFJbMBKOUTiUAABtC2o"></script>
<script src="js/jquery.googlemap.js"></script>
<script src="js/validator.js"></script>
<script src="js/main.js"></script>
</body>
<!-- Mirrored from lmpixels.com/demo/breezycv/light/2/index.html by HTTrack Website Copier/3.x [XR&CO'2017], Sat, 10 Apr 2021 19:50:55 GMT -->
</html>