-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
672 lines (612 loc) · 31 KB
/
index.php
File metadata and controls
672 lines (612 loc) · 31 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
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
<?php
require_once "config.php";
require_once "header.php";
echo "<main>
<div class=\"position-relative\">
<!-- shape Hero -->
<section class=\"section section-lg section-shaped pb-250\">
<div class=\"shape shape-style-1 shape-primary\">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div class=\"container py-lg-md d-flex\">
<div class=\"col px-0\">
<div class=\"row\">
<h1 class=\"display-3 text-white\">Boot up with Stacks
<span>Bringing Ideas to Life...</span>
</h1>
<p class=\"lead text-white\">We not only bring innovative ideas to life , we also make the Undergraduates Industry ready!</p>
<div class=\"btn-wrapper\">
<a href=\"#\" class=\"btn btn-info btn-icon mb-3 mb-sm-0\">
<span class=\"btn-inner--icon\"><i class=\"fa fa-code\"></i></span>
<span class=\"btn-inner--text\">BECOME A MEMBER</span>
</a>
<a href=\"#\" class=\"btn btn-white btn-icon mb-3 mb-sm-0\">
<span class=\"btn-inner--icon\"><i class=\"ni ni-cloud-download-95\"></i></span>
<span class=\"btn-inner--text\">Need an IT Solution?</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- SVG separator -->
<div class=\"separator separator-bottom separator-skew\">
<svg x=\"0\" y=\"0\" viewBox=\"0 0 2560 100\" preserveAspectRatio=\"none\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">
<polygon class=\"fill-white\" points=\"2560 0 2560 100 0 100\"></polygon>
</svg>
</div>
</section>
<!-- 1st Hero Variation -->
</div>
<section class=\"section section-lg pt-lg-0 mt--200\">
<div class=\"container\">
<div class=\"row justify-content-center\">
<div class=\"col-lg-12\">
<div class=\"row row-grid\">
<div class=\"col-lg-4\">
<div class=\"card card-lift--hover shadow border-0\">
<div class=\"card-body py-5\">
<div class=\"icon icon-shape icon-shape-primary rounded-circle mb-4\">
<i class=\"fa fa-android\"></i>
</div>
<h6 class=\"text-primary text-uppercase\">Android App Development</h6>
<p class=\"description mt-3\">We develop cutting-edge android apps with best UI / UX. </p>
<div>
<span class=\"badge badge-pill badge-primary\">Compact</span>
<span class=\"badge badge-pill badge-primary\">Fast</span>
<span class=\"badge badge-pill badge-primary\">Material Design</span>
</div>
<a href=\"#\" class=\"btn btn-primary mt-4\">Learn more</a>
</div>
</div>
</div>
<div class=\"col-lg-4\">
<div class=\"card card-lift--hover shadow border-0\">
<div class=\"card-body py-5\">
<div class=\"icon icon-shape icon-shape-success rounded-circle mb-4\">
<i class=\"ni ni-planet\"></i>
</div>
<h6 class=\"text-success text-uppercase\">Web Development</h6>
<p class=\"description mt-3\">Bring your ideas online with stack genesis innovative web development.</p>
<div>
<span class=\"badge badge-pill badge-success\">Angular</span>
<span class=\"badge badge-pill badge-success\">Node.js</span>
<span class=\"badge badge-pill badge-success\">PHP</span>
</div>
<a href=\"#\" class=\"btn btn-success mt-4\">Learn more</a>
</div>
</div>
</div>
<div class=\"col-lg-4\">
<div class=\"card card-lift--hover shadow border-0\">
<div class=\"card-body py-5\">
<div class=\"icon icon-shape icon-shape-warning rounded-circle mb-4\">
<i class=\"fa fa-desktop\"></i>
</div>
<h6 class=\"text-warning text-uppercase\">Desktop App Development</h6>
<p class=\"description mt-3\">Build cross-platform desktop applications that meets your requirements.</p>
<div>
<span class=\"badge badge-pill badge-warning\">Java FX</span>
<span class=\"badge badge-pill badge-warning\">Visual C++</span>
<span class=\"badge badge-pill badge-warning\">C#</span>
</div>
<a href=\"#\" class=\"btn btn-warning mt-4\">Learn more</a>
</div>
</div>
</div>
</div>
<div class=\"row row-grid\">
<div class=\"col-lg-4\">
<div class=\"card card-lift--hover shadow border-0\">
<div class=\"card-body py-5\">
<div class=\"icon icon-shape icon-shape-info rounded-circle mb-4\">
<i class=\"fa fa-cloud\"></i>
</div>
<h6 class=\"text-info text-uppercase\">Internet Of Things - IOT</h6>
<p class=\"description mt-3\">Stack genesis helps you build advance automation systems for your gadgets. </p>
<div>
<span class=\"badge badge-pill badge-primary\">Compact</span>
<span class=\"badge badge-pill badge-primary\">Fast</span>
<span class=\"badge badge-pill badge-primary\">Material Design</span>
</div>
<a href=\"#\" class=\"btn btn-info mt-4\">Learn more</a>
</div>
</div>
</div>
<div class=\"col-lg-4\">
<div class=\"card card-lift--hover shadow border-0\">
<div class=\"card-body py-5\">
<div class=\"icon icon-shape icon-shape-danger rounded-circle mb-4\">
<i class=\"fa fa-comments\"></i>
</div>
<h6 class=\"text-danger text-uppercase\">Chatbots & Assistants</h6>
<p class=\"description mt-3\">Bring your ideas online with stack genesis innovative web development.</p>
<div>
<span class=\"badge badge-pill badge-success\">Angular</span>
<span class=\"badge badge-pill badge-success\">Node.js</span>
<span class=\"badge badge-pill badge-success\">PHP</span>
</div>
<a href=\"#\" class=\"btn btn-warning mt-4\">Learn more</a>
</div>
</div>
</div>
<div class=\"col-lg-4\">
<div class=\"card card-lift--hover shadow border-0\">
<div class=\"card-body py-5\">
<div class=\"icon icon-shape icon-shape-success rounded-circle mb-4\">
<i class=\"fa fa-book\"></i>
</div>
<h6 class=\"text-success text-uppercase\">Trainings</h6>
<p class=\"description mt-3\">We organise workshops and trainings sessions for the undergraduates.</p>
<div>
<span class=\"badge badge-pill badge-warning\">Workshops</span>
<span class=\"badge badge-pill badge-warning\">Events</span>
<span class=\"badge badge-pill badge-warning\">Clubs</span>
</div>
<a href=\"#\" class=\"btn btn-success mt-4\">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=\"section section-lg\">
<div class=\"container\">
<div class=\"row row-grid align-items-center\">
<div class=\"col-md-6 order-md-2\">
<img src=\"../assets/img/theme/promo-1.png\" class=\"img-fluid floating\">
</div>
<div class=\"col-md-6 order-md-1\">
<div class=\"pr-md-5\">
<div class=\"icon icon-lg icon-shape icon-shape-success shadow rounded-circle mb-5\">
<i class=\"ni ni-settings-gear-65\"></i>
</div>
<h3>Our Mission</h3>
<p>We at Stack Genesis have pledged to provide best IT Solutions , Work on Projects and to make a community of developers . </p>
<ul class=\"list-unstyled mt-5\">
<li class=\"py-2\">
<div class=\"d-flex align-items-center\">
<div>
<div class=\"badge badge-circle badge-success mr-3\">
<i class=\"ni ni-spaceship\"></i>
</div>
</div>
<div>
<h6 class=\"mb-0\">Building with best UI & UX Implementations</h6>
</div>
</div>
</li>
<li class=\"py-2\">
<div class=\"d-flex align-items-center\">
<div>
<div class=\"badge badge-circle badge-success mr-3\">
<i class=\"ni ni-user-run\"></i>
</div>
</div>
<div>
<h6 class=\"mb-0\">Make Undergraduates Industry Ready</h6>
</div>
</div>
</li>
<li class=\"py-2\">
<div class=\"d-flex align-items-center\">
<div>
<div class=\"badge badge-circle badge-success mr-3\">
<i class=\"ni ni-bulb-61\"></i>
</div>
</div>
<div>
<h6 class=\"mb-0\">Work On Some Amazing Ideas</h6>
</div>
</div>
</li>
<li class=\"py-2\">
<div class=\"d-flex align-items-center\">
<div>
<div class=\"badge badge-circle badge-success mr-3\">
<i class=\"ni ni-satisfied\"></i>
</div>
</div>
<div>
<h6 class=\"mb-0\">Making a community of Devs</h6>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class=\"section bg-secondary\">
<div class=\"container\">
<div class=\"row row-grid align-items-center\">
<div class=\"col-md-6\">
<div class=\"card bg-default shadow border-0\">
<img src=\"../assets/img/theme/img-1-1200x1000.jpg\" class=\"card-img-top\">
<blockquote class=\"card-blockquote\">
<svg preserveAspectRatio=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 583 95\" class=\"svg-bg\">
<polygon points=\"0,52 583,95 0,95\" class=\"fill-default\" />
<polygon points=\"0,42 583,95 683,0 0,95\" opacity=\".2\" class=\"fill-default\" />
</svg>
<h4 class=\"display-3 font-weight-bold text-white\">Stack Genesis</h4>
<p class=\"lead text-italic text-white\">We are a group of Developers who are motivated and driven by the latest stacks and technologies. We dream of bringing each and everyone to the index of IT.</p>
</blockquote>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"pl-md-5\">
<div class=\"icon icon-lg icon-shape icon-shape-warning shadow rounded-circle mb-5\">
<i class=\"ni ni-settings\"></i>
</div>
<h3>Our customers</h3>
<p class=\"lead\">Don't let your uses guess by attaching tooltips and popoves to any element. Just make sure you enable them first via JavaScript.</p>
<p>The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go.</p>
<p>The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you're good to go.</p>
<a href=\"#\" class=\"font-weight-bold text-warning mt-5\">A beautiful UI Kit for impactful websites</a>
</div>
</div>
</div>
</div>
</section>
<section class=\"section pb-0 bg-gradient-warning\">
<div class=\"container\">
<div class=\"row row-grid align-items-center\">
<div class=\"col-md-6 order-lg-2 ml-lg-auto\">
<div class=\"position-relative pl-md-5\">
<img src=\"../assets/img/ill/ill-2.svg\" class=\"img-center img-fluid\">
</div>
</div>
<div class=\"col-lg-6 order-lg-1\">
<div class=\"d-flex px-3\">
<div>
<div class=\"icon icon-lg icon-shape bg-gradient-white shadow rounded-circle text-primary\">
<i class=\"ni ni-building text-primary\"></i>
</div>
</div>
<div class=\"pl-4\">
<h4 class=\"display-3 text-white\">Modern Stacks</h4>
<p class=\"text-white\">The services we provide are developed using modern languages, bringing the most out of the functionality.</p>
</div>
</div>
<div class=\"card shadow shadow-lg--hover mt-5\">
<div class=\"card-body\">
<div class=\"d-flex px-3\">
<div>
<div class=\"icon icon-shape bg-gradient-success rounded-circle text-white\">
<i class=\"ni ni-satisfied\"></i>
</div>
</div>
<div class=\"pl-4\">
<h5 class=\"title text-success\">Awesome Support</h5>
<p>We listen to you round the clock providing better possible solutions for your problems. Feel free to share and let us know.</p>
</div>
</div>
</div>
</div>
<div class=\"card shadow shadow-lg--hover mt-5\">
<div class=\"card-body\">
<div class=\"d-flex px-3\">
<div>
<div class=\"icon icon-shape bg-gradient-warning rounded-circle text-white\">
<i class=\"ni ni-active-40\"></i>
</div>
</div>
<div class=\"pl-4\">
<h5 class=\"title text-warning\">Stay Updated!</h5>
<p>We promise to provide our members the best of our services to keep them updated with the latest stacks.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SVG separator -->
<div class=\"separator separator-bottom separator-skew zindex-100\">
<svg x=\"0\" y=\"0\" viewBox=\"0 0 2560 100\" preserveAspectRatio=\"none\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">
<polygon class=\"fill-white\" points=\"2560 0 2560 100 0 100\"></polygon>
</svg>
</div>
</section>
<section class=\"section section-lg\">
<div class=\"container\">
<div class=\"row justify-content-center text-center mb-lg\">
<div class=\"col-lg-8\">
<h2 class=\"display-3\">The amazing Team</h2>
<p class=\"lead text-muted\">According to the National Oceanic and Atmospheric Administration, Ted, Scambos, NSIDClead scentist, puts the potentially record maximum.</p>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-6 col-lg-3 mb-5 mb-lg-0\">
<div class=\"px-4\">
<img src=\"../assets/img/theme/team-1-800x800.jpg\" class=\"rounded-circle img-center img-fluid shadow shadow-lg--hover\" style=\"width: 200px;\">
<div class=\"pt-4 text-center\">
<h5 class=\"title\">
<span class=\"d-block mb-1\">Ryan Tompson</span>
<small class=\"h6 text-muted\">Web Developer</small>
</h5>
<div class=\"mt-3\">
<a href=\"#\" class=\"btn btn-warning btn-icon-only rounded-circle\">
<i class=\"fa fa-twitter\"></i>
</a>
<a href=\"#\" class=\"btn btn-warning btn-icon-only rounded-circle\">
<i class=\"fa fa-facebook\"></i>
</a>
<a href=\"#\" class=\"btn btn-warning btn-icon-only rounded-circle\">
<i class=\"fa fa-dribbble\"></i>
</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-3 mb-5 mb-lg-0\">
<div class=\"px-4\">
<img src=\"../assets/img/theme/team-2-800x800.jpg\" class=\"rounded-circle img-center img-fluid shadow shadow-lg--hover\" style=\"width: 200px;\">
<div class=\"pt-4 text-center\">
<h5 class=\"title\">
<span class=\"d-block mb-1\">Romina Hadid</span>
<small class=\"h6 text-muted\">Marketing Strategist</small>
</h5>
<div class=\"mt-3\">
<a href=\"#\" class=\"btn btn-primary btn-icon-only rounded-circle\">
<i class=\"fa fa-twitter\"></i>
</a>
<a href=\"#\" class=\"btn btn-primary btn-icon-only rounded-circle\">
<i class=\"fa fa-facebook\"></i>
</a>
<a href=\"#\" class=\"btn btn-primary btn-icon-only rounded-circle\">
<i class=\"fa fa-dribbble\"></i>
</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-3 mb-5 mb-lg-0\">
<div class=\"px-4\">
<img src=\"../assets/img/theme/team-3-800x800.jpg\" class=\"rounded-circle img-center img-fluid shadow shadow-lg--hover\" style=\"width: 200px;\">
<div class=\"pt-4 text-center\">
<h5 class=\"title\">
<span class=\"d-block mb-1\">Alexander Smith</span>
<small class=\"h6 text-muted\">UI/UX Designer</small>
</h5>
<div class=\"mt-3\">
<a href=\"#\" class=\"btn btn-info btn-icon-only rounded-circle\">
<i class=\"fa fa-twitter\"></i>
</a>
<a href=\"#\" class=\"btn btn-info btn-icon-only rounded-circle\">
<i class=\"fa fa-facebook\"></i>
</a>
<a href=\"#\" class=\"btn btn-info btn-icon-only rounded-circle\">
<i class=\"fa fa-dribbble\"></i>
</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6 col-lg-3 mb-5 mb-lg-0\">
<div class=\"px-4\">
<img src=\"../assets/img/theme/team-4-800x800.jpg\" class=\"rounded-circle img-center img-fluid shadow shadow-lg--hover\" style=\"width: 200px;\">
<div class=\"pt-4 text-center\">
<h5 class=\"title\">
<span class=\"d-block mb-1\">John Doe</span>
<small class=\"h6 text-muted\">Founder and CEO</small>
</h5>
<div class=\"mt-3\">
<a href=\"#\" class=\"btn btn-success btn-icon-only rounded-circle\">
<i class=\"fa fa-twitter\"></i>
</a>
<a href=\"#\" class=\"btn btn-success btn-icon-only rounded-circle\">
<i class=\"fa fa-facebook\"></i>
</a>
<a href=\"#\" class=\"btn btn-success btn-icon-only rounded-circle\">
<i class=\"fa fa-dribbble\"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=\"section section-lg pt-0\">
<div class=\"container\">
<div class=\"card bg-gradient-warning shadow-lg border-0\">
<div class=\"p-5\">
<div class=\"row align-items-center\">
<div class=\"col-lg-8\">
<h3 class=\"text-white\">We made website building easier for you.</h3>
<p class=\"lead text-white mt-3\">I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture.</p>
</div>
<div class=\"col-lg-3 ml-lg-auto\">
<a href=\"#\" class=\"btn btn-lg btn-block btn-white\">Download HTML</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=\"section section-lg bg-gradient-default\">
<div class=\"container pt-lg pb-300\">
<div class=\"row text-center justify-content-center\">
<div class=\"col-lg-10\">
<h2 class=\"display-3 text-white\">One..Two..Three..Go!</h2>
<p class=\"lead text-white\">\"Talent wins games, but teamwork and intelligence win championships.\" <br>We Collaborate and make teams to complete and work on real world projects and puzzles that makes each one of us to have hands on experience on live projects and the latest stacks. </p>
</div>
</div>
<div class=\"row row-grid mt-5\">
<div class=\"col-lg-4\">
<div class=\"icon icon-lg icon-shape bg-gradient-white shadow rounded-circle text-primary\">
<i class=\"ni ni-settings text-primary\"></i>
</div>
<h5 class=\"text-white mt-3\">Ideate</h5>
<p class=\"text-white mt-3\">Analyze the requirements and solutions of the issue and make a blueprint of the entire process.</p>
</div>
<div class=\"col-lg-4\">
<div class=\"icon icon-lg icon-shape bg-gradient-white shadow rounded-circle text-primary\">
<i class=\"ni ni-ruler-pencil text-primary\"></i>
</div>
<h5 class=\"text-white mt-3\">Plan</h5>
<p class=\"text-white mt-3\">Discuss together for the flaws , positive impacts and make necessary modules for the idea.</p>
</div>
<div class=\"col-lg-4\">
<div class=\"icon icon-lg icon-shape bg-gradient-white shadow rounded-circle text-primary\">
<i class=\"ni ni-atom text-primary\"></i>
</div>
<h5 class=\"text-white mt-3\">Execute</h5>
<p class=\"text-white mt-3\">Deploy the Software based Solution to any of the Devices using the Latest Stacks.</p>
</div>
</div>
</div>
<!-- SVG separator -->
<div class=\"separator separator-bottom separator-skew zindex-100\">
<svg x=\"0\" y=\"0\" viewBox=\"0 0 2560 100\" preserveAspectRatio=\"none\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">
<polygon class=\"fill-white\" points=\"2560 0 2560 100 0 100\"></polygon>
</svg>
</div>
</section>
<section class=\"section section-lg pt-lg-0 section-contact-us\">
<div class=\"container\">
<div class=\"row justify-content-center mt--300\">
<div class=\"col-lg-8\">
<div class=\"card bg-gradient-secondary shadow\">
<div class=\"card-body p-lg-5\">
<h4 class=\"mb-1\">Want to work with us?</h4>
<p class=\"mt-0\">Your project is very important to us.</p>
<div class=\"form-group mt-5\">
<div class=\"input-group input-group-alternative\">
<div class=\"input-group-prepend\">
<span class=\"input-group-text\"><i class=\"ni ni-user-run\"></i></span>
</div>
<input class=\"form-control\" placeholder=\"Your name\" type=\"text\">
</div>
</div>
<div class=\"form-group\">
<div class=\"input-group input-group-alternative\">
<div class=\"input-group-prepend\">
<span class=\"input-group-text\"><i class=\"ni ni-email-83\"></i></span>
</div>
<input class=\"form-control\" placeholder=\"Email address\" type=\"email\">
</div>
</div>
<div class=\"form-group mb-4\">
<textarea class=\"form-control form-control-alternative\" name=\"name\" rows=\"4\" cols=\"80\" placeholder=\"Type a message...\"></textarea>
</div>
<div>
<button type=\"button\" class=\"btn btn-default btn-round btn-block btn-lg\">Send Message</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=\"section section-lg\">
<div class=\"container\">
<div class=\"row row-grid justify-content-center\">
<div class=\"col-lg-8 text-center\">
<div class=\"text-center\">
<h4 class=\"display-4 mb-5 mt-5\">Available on these technologies</h4>
<div class=\"row justify-content-center\">
<div class=\"col-lg-2 col-4\">
<a href=\"#\" target=\"_blank\" data-toggle=\"tooltip\" data-original-title=\"Bootstrap 4 - Most popular front-end component library\">
<img src=\"https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/bootstrap.jpg\" class=\"img-fluid\">
</a>
</div>
<div class=\"col-lg-2 col-4\">
<a href=\" #\" target=\"_blank\" data-toggle=\"tooltip\" data-original-title=\"Vue.js - The progressive javascript framework\">
<img src=\"https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/vue.jpg\" class=\"img-fluid\">
</a>
</div>
<div class=\"col-lg-2 col-4\">
<a href=\" #\" target=\"_blank\" data-toggle=\"tooltip\" data-original-title=\"[Coming Soon] Sketch - Digital design toolkit\">
<img src=\"https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/sketch.jpg\" class=\"img-fluid opacity-3\">
</a>
</div>
<div class=\"col-lg-2 col-4\">
<a href=\" #\" target=\"_blank\" data-toggle=\"tooltip\" data-original-title=\"[Coming Soon] Adobe Photoshop - Software for digital images manipulation\">
<img src=\"https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/ps.jpg\" class=\"img-fluid opacity-3\">
</a>
</div>
<div class=\"col-lg-2 col-4\">
<a href=\" #\" target=\"_blank\" data-toggle=\"tooltip\" data-original-title=\"[Coming Soon] Angular - One framework. Mobile & desktop\">
<img src=\"https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/angular.jpg\" class=\"img-fluid opacity-3\">
</a>
</div>
<div class=\"col-lg-2 col-4\">
<a href=\" https://angularjs.org/\" target=\"_blank\" data-toggle=\"tooltip\" data-original-title=\"[Coming Soon] React - A JavaScript library for building user interfaces\">
<img src=\"https://s3.amazonaws.com/creativetim_bucket/tim_static_images/presentation-page/react.jpg\" class=\"img-fluid opacity-3\">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class=\"footer has-cards\">
<div class=\"container\">
<div class=\"row row-grid align-items-center my-md\">
<div class=\"col-lg-6\">
<h3 class=\"text-primary font-weight-light mb-2\">Thank you for supporting us!</h3>
<h4 class=\"mb-0 font-weight-light\">Let's get in touch on any of these platforms.</h4>
</div>
<div class=\"col-lg-6 text-lg-center btn-wrapper\">
<a target=\"_blank\" href=\"#\" class=\"btn btn-neutral btn-icon-only btn-twitter btn-round btn-lg\" data-toggle=\"tooltip\" data-original-title=\"Follow us\">
<i class=\"fa fa-twitter\"></i>
</a>
<a target=\"_blank\" href=\"#\" class=\"btn btn-neutral btn-icon-only btn-facebook btn-round btn-lg\" data-toggle=\"tooltip\" data-original-title=\"Like us\">
<i class=\"fa fa-facebook-square\"></i>
</a>
<a target=\"_blank\" href=\"#\" class=\"btn btn-neutral btn-icon-only btn-dribbble btn-lg btn-round\" data-toggle=\"tooltip\" data-original-title=\"Follow us\">
<i class=\"fa fa-dribbble\"></i>
</a>
<a target=\"_blank\" href=\"#\" class=\"btn btn-neutral btn-icon-only btn-github btn-round btn-lg\" data-toggle=\"tooltip\" data-original-title=\"Star on Github\">
<i class=\"fa fa-github\"></i>
</a>
</div>
</div>
<hr>
<div class=\"row align-items-center justify-content-md-between\">
<div class=\"col-md-6\">
<div class=\"copyright\">
© 2019
<a href=\"#\" target=\"_blank\">".$WebName."</a>.
</div>
</div>
<div class=\"col-md-6\">
<ul class=\"nav nav-footer justify-content-end\">
<li class=\"nav-item\">
<a href=\"#\" class=\"nav-link\" target=\"_blank\">".$WebName."</a>
</li>
<li class=\"nav-item\">
<a href=\"#\" class=\"nav-link\" target=\"_blank\">About Us</a>
</li>
<li class=\"nav-item\">
<a href=\"#\" class=\"nav-link\" target=\"_blank\">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Core -->
<script src=\"../assets/vendor/jquery/jquery.min.js\"></script>
<script src=\"../assets/vendor/popper/popper.min.js\"></script>
<script src=\"../assets/vendor/bootstrap/bootstrap.min.js\"></script>
<script src=\"../assets/vendor/headroom/headroom.min.js\"></script>
<!-- Argon JS -->
<script src=\"../assets/js/argon.js?v=1.0.1\"></script>
</body>
</html>";