-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
867 lines (827 loc) · 35 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
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
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
<!DOCTYPE html>
<html lang="en">
<!-- Credits and Thanks -->
<!-- Thanks to @Grafeez: https://codepen.io/grafreez/pen/VBZLRg for providing the countdown timier -->
<!-- Thanks to https://www.google.co.in/url?sa=i&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwiXieHd7_3eAhWCXysKHeW0CjEQjRx6BAgBEAU&url=http%3A%2F%2Fboxxmea.com%2Fwhy-boxx%2Fthe-boxx-advantage%2F&psig=AOvVaw3-R8hWcUiWr6GuQmh7Ki60&ust=1543727503394108 for the programmer png image -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8">
<meta name="Language" content="en" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="The Lean programmer, [email protected]">
<meta name="description" content="Code To Express: We aim to make a world advanced in technology and make the youth of not only this nation, but this globe, well versed in programming and technology, and Daily Codes is the first step towards our goal!
Join the DailyCodes initiative: the goal is to solve one coding problem each day for 2 months continuously so that coding becomes the habit of the participants. The challenge will start from complete basic level and go up to advanced algorithmic scripting." />
<meta name="keywords" content="Madhav Bahl,Madhav,Tech Enthusiast,Web Developer,Portfolio">
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="img/logo_sq.png">
<link rel="icon" href="img/logo_sq.png">
<meta property="og:site_name" content="C2E: Daily Codes" />
<meta property="og:url" content="codetoexpress.tech/dailycodes" />
<meta property="og:title" content="C2E: Daily Codes" />
<meta property="og:image" content="img/logo_sq.png" />
<meta property="og:description" content="Code To Express: We aim to make a world advanced in technology and make the youth of not only this nation, but this globe, well versed in programming and technology, and Daily Codes is the first step towards our goal!
Join the DailyCodes initiative: the goal is to solve one coding problem each day for 2 months continuously so that coding becomes the habit of the participants. The challenge will start from complete basic level and go up to advanced algorithmic scripting." />
<meta itemprop="name" content="Code To Express: Daily Codes initiative" />
<meta itemprop="description" content="Code To Express: We aim to make a world advanced in technology and make the youth of not only this nation, but this globe, well versed in programming and technology, and Daily Codes is the first step towards our goal!
Join the DailyCodes initiative: the goal is to solve one coding problem each day for 2 months continuously so that coding becomes the habit of the participants. The challenge will start from complete basic level and go up to advanced algorithmic scripting." />
<meta itemprop="name" content="Code To Express: Daily Codes initiative" />
<meta name="keywords" content="The Lean Programmer, Madhav Bahl,Madhav,Tech Enthusiast,C2E,Code To Express">
<title>Daily Codes</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js"
data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function (L) { L.start({ "baseUrl": "mc.us19.list-manage.com", "uuid": "4c89cfcf441921878594ca0bd", "lid": "a751afc08f", "uniqueMethods": true }) })</script>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Code To Express</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#benefits">Benefits</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Join Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Motivation</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div style="font-size: 28px;" class="intro-lead-in">A 2 Month Long Data Structure and Algorithmic Scripting Challenge</div>
<div class="intro-heading text-uppercase">Daily Codes</div>
<a style="margin: 10px; border-width: 3px;"id="whatsappBTN" class="btn btn-primary btn-xl text-uppercase" target="_blank" href="https://goo.gl/forms/31CA2VFZZtIkyMMH3">Join Whatsapp Group</a>
<a style="margin: 10px; background-color: rgba(0,0,0,0); border-width: 3px;" class="btn btn-primary btn-xl text-uppercase" target="_blank" href="https://goo.gl/forms/PHvhRyELyqLEEUZ83">Join DailyCodes Team</a>
</div>
</div>
</header>
<!-- Abour -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">About Daily Codes</h2>
<h3 class="section-subheading text-muted">Coding is fun, make it a habit to code everyday, and this is your platform to do so :)</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-6">
<!-- <span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-shopping-cart fa-stack-1x fa-inverse"></i>
</span> -->
<!-- <h4 class="service-heading">E-Commerce</h4> -->
<p class="txtColorP">With a huge demand for developers, competitive programming, algorithms, data structures etc has become a second choice for college students these days, we should never forget that algorithmic scripting is an essential domain, not only for a student but for every individual who aspires to be a Computer Science Engineer!</p>
<p class="txtColorP">Keeping in mind the above problem, <a href="http://madhavbahl.tech/">@TheLeanProgrammer</a> started an initiative, (Daily Codes) the goal is to solve one coding problem each day for 2 months continuously so that coding becomes the habit of the participants. The challenge will start from complete basic level and go up to advanced algorithmic scripting, See the complete <a class=" js-scroll-trigger" href="#timeline">Timeline</a></p>
<p class="txtColorP">Are you a coding enthusiast, who wants to develop further? Are you a prefinal year student, willing to learn coding for placements? Are you a person who wishes to learn data structures and algorithms to start competitive programming?
There's only one way to do that, practice Daily, and this platform is perfect for your purpose.</p>
</div>
<div class="col-md-6">
<!-- <span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Responsive Design</h4> -->
<!-- <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo
inventore harum ex magni, dicta impedit.</p> -->
<span data-tilt><img style="padding-top: 32px;" src="img/coder.png" alt="" class="img-fluid js-tilt"></span>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<br><br>
<a class="js-scroll-trigger" href="./timeline.png" download> <img class="img-fluid" src="./timeline.png" alt=""> </a>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="bg-light" id="benefits">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Benefits</h2>
<h3 class="section-subheading text-muted">Here are some benefits of joining the Daily Codes challenge</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x js-tilt">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-code fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Code</h4>
<p class="text-muted">Coding is an art, which you can master only if you practise it daily. At Daily Codes, we do the same, we will together practise coding problems daily till 2 months starting from complete basic level</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x js-tilt">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-users fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Connect</h4>
<p class="text-muted">In the world of programmers, the benefits of being in a coders community are immeasurable. Join the Daily Codes community to connect and network with many like-minded peers</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x js-tilt">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-graduation-cap fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Learn</h4>
<p class="text-muted">You might have been into many competitions where coders compete with others, but this is not a competition, it's a challenge where you compete with yourself to to learn new things and pursue excellence rather than prizes</p>
</div>
</div>
</div>
</section>
<!-- Timeline -->
<section id="timeline" style="padding-bottom: 0;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Tentative Schedule</h2>
<h3 class="section-subheading text-muted">We will follow the following schedule for Daily Codes</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/1.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h6 class="text-muted">1st December, 2018</h6>
<h3 class="subheading">Forms Open</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Form for joining the whatsapp community, and applications for community moderator and community outreach volunteers open.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h6 class="text-muted">18th, 19th December, 2018</h6>
<h3 class="subheading">Community Bonding</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Daily codes is not a competition, it is just an initiative to make more and more people learn coding, and develop skills in coding together, to learn together, we aim to form a strong community.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/3-w.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h6 class="text-muted">20th December, 2018</h6>
<h3 class="subheading">Phase 1 Starts</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Phase 1 will be based on Basic Algorithmic Scripting. Problems on String and array manipulation will be discussed along with recursive algorithms. All popular search and sort algorithms will be discussed. </p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/about/4.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h6 class="text-muted">20th January, 2019</h6>
<h3 class="subheading">Phase 2 Starts</h3>
</div>
<div class="timeline-body">
<p class="text-muted">Phase 2 will be based on Data Structures and Advanced Algorithms. Arrays, Stacks, Queues, Linked Lists, Graphs and Trees will be discussed along with some advanced algorithms.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<a class="js-scroll-trigger" href="#team">
<a target="_blank" href="https://github.com/CodeToExpress/dailycodebase">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div> </a>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Count down -->
<section class="bg-light" id="timeline" style="padding-top: 32px;">
<!-- Countdown Timer -->
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Get Set Code!</h2>
<h3 class="section-subheading text-muted">Daily Codes Start On 20th December</h3>
<!-- <div class="countdown-sec mb-4" style="color: black;">
<div style="color: black;" id="timer"></div>
</div> -->
<a target="_blank" href="https://github.com/CodeToExpress/dailycodebase"><h2 class="section-heading text-uppercase">GitHub Repo!</h2></a>
</div>
</div>
</div>
</section>
<section id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Join The Team</h2>
<h3 class="section-subheading text-muted">We will be more than pleased to welcome you as a Daily Codes participant or a coordinating team volunteer :)</h3>
</div>
</div>
<div class="row">
<div class="col-sm-6 text-center">
<h4 class="text-muted">Join as participant (Join the whatsapp group)</h4>
<h3 class="section-subheading text-muted"><a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSeT6VhLQgTgKY8eBDwhUC38U9fzEj3-4Aq0lfDHT-XxYzEqtQ/viewform?usp=sf_link">http://codetoexpress.tech/joindc/</a></h3>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeT6VhLQgTgKY8eBDwhUC38U9fzEj3-4Aq0lfDHT-XxYzEqtQ/viewform?embedded=true" style="width: 100%;" height="880" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<div class="col-sm-6 text-center">
<h4 class="text-muted">Join as Community Moderator or Outreach Volunteer</h4>
<h3 class="section-subheading text-muted"><a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSfVAhYPajad4yHg_cn0XPY5OHoOrB9duoWGQ-oqdGr0fyyShg/viewform?usp=sf_link">http://codetoexpress.tech/jointeam/</a></h3>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfVAhYPajad4yHg_cn0XPY5OHoOrB9duoWGQ-oqdGr0fyyShg/viewform?embedded=true" style="width: 100%;" height="880" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
<!-- <div class="row">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/1.jpg" alt="">
<h4>Kay Garland</h4>
<p class="text-muted">Lead Designer</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/2.jpg" alt="">
<h4>Larry Parker</h4>
<p class="text-muted">Lead Marketer</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/3.jpg" alt="">
<h4>Diana Pertersen</h4>
<p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div> -->
<div class="row">
<div class="col-lg-8 mx-auto text-center"> <br><br>
<p class="large text-muted"><b>A Community is formed by activeness of its members, help us create a helpful and friendly community of coders</b></p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid -->
<section class="bg-light" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Motivation Corner</h2>
<h3 class="section-subheading text-muted">follow us on instagram <a href="https://www.instagram.com/codetoexpress/">@codetoexpress</a> for dailycodes and tech motivation :)</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-expand fa-3x"></i>
</div>
</div>
<img class="img-fluid hoverable" src="img/portfolio/2.png" alt="">
</a>
<!-- <div class="portfolio-caption">
<h4>Threads</h4>
<p class="text-muted">Illustration</p>
</div> -->
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-expand fa-3x"></i>
</div>
</div>
<img class="img-fluid hoverable" src="img/portfolio/3.png" alt="">
</a>
<!-- <div class="portfolio-caption">
<h4>Explore</h4>
<p class="text-muted">Graphic Design</p>
</div> -->
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-expand fa-3x"></i>
</div>
</div>
<img class="img-fluid hoverable" src="img/portfolio/4.png" alt="">
</a>
<!-- <div class="portfolio-caption">
<h4>Finish</h4>
<p class="text-muted">Identity</p>
</div> -->
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-expand fa-3x"></i>
</div>
</div>
<img class="img-fluid hoverable" src="img/portfolio/6.png" alt="">
</a>
<!-- <div class="portfolio-caption">
<h4>Lines</h4>
<p class="text-muted">Branding</p>
</div> -->
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-expand fa-3x"></i>
</div>
</div>
<img class="img-fluid hoverable" src="img/portfolio/7.png" alt="">
</a>
<!-- <div class="portfolio-caption">
<h4>Southwest</h4>
<p class="text-muted">Website Design</p>
</div> -->
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal6">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-expand fa-3x"></i>
</div>
</div>
<img class="img-fluid hoverable" src="img/portfolio/8.png" alt="">
</a>
<!-- <div class="portfolio-caption">
<h4>Window</h4>
<p class="text-muted">Photography</p>
</div> -->
</div>
</div>
</div>
</section>
<!-- Clients -->
<!-- <section class="py-5">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/envato.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/designmodo.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/themeforest.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img class="img-fluid d-block mx-auto" src="img/logos/creative-market.jpg" alt="">
</a>
</div>
</div>
</div>
</section> -->
<!-- Contact -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-muted">Do not hesitate to send us a mail</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm" name="sentMessage" action="https://formspree.io/[email protected]" method="POST">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" name="name" id="name" type="text" placeholder="Your Name *" required="required"
data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" name="_replyto" id="email" type="email" placeholder="Your Email *" required="required"
data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" name="phone" id="phone" type="tel" placeholder="Your Phone">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" id="message" name="message" placeholder="Your Message *" required="required"
data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button class="btn btn-primary btn-xl text-uppercase" value="Send" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Code To Express 2018</span><br>
<!-- <span class="copyright">Image Credits: http://boxxmea.com/why-boxx/the-boxx-advantage/</span> -->
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/codetoexpress/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/codetoexpress/">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="list-inline-item">
<a href="http://codetoexpress.tech/">
<i class="fa fa-globe"></i>
</a>
</li>
<li class="list-inline-item">
<a href="http://codetoexpress.tech/join/">
<i class="fab fa-slack"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/CodeToExpress/">
<i class="fab fa-facebook-f"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="./CODEOFCONDUCT.pdf" download>Code of Conduct</a>
</li>
<!-- <li class="list-inline-item">
<a href="#">Terms of Use</a>
</li> -->
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Learn Programming</h2>
<p class="item-intro text-muted">TheLeanProgrammer has a dream that every single person on this earth should know programming!</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/2.png" alt="">
<!-- <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est
blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita
beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Threads</li>
<li>Category: Illustration</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close </button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Thinking Skills</h2>
<p class="item-intro text-muted">Code gives you good thinking skills</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/3.png" alt="">
<!-- <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est
blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita
beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Explore</li>
<li>Category: Graphic Design</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Good Code</h2>
<p class="item-intro text-muted">Your code should be readable! Code is Poetry :)</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/4.png" alt="">
<!-- <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est
blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita
beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Finish</li>
<li>Category: Identity</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Passion</h2>
<p class="item-intro text-muted">Have courage to follow what your heart says</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/6.png" alt="">
<!-- <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est
blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita
beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Lines</li>
<li>Category: Branding</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Gain Knowledge</h2>
<p class="item-intro text-muted">Stay Hungry! Stay Foolish!</p>
<!-- <img class="img-fluid d-block mx-auto" src="img/portfolio/7.png" alt="">
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est
blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita
beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Southwest</li>
<li>Category: Website Design</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 6 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Set Goals</h2>
<p class="item-intro text-muted">Set Goals, and Work for them!</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/8.png" alt="">
<!-- <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est
blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita
beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2017</li>
<li>Client: Window</li>
<li>Category: Photography</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
<script src="js/jquery.timezz.min.js" type="text/javascript"></script>
<script>
// Countdown Timer Script
$('#timer').timezz({
'date': 'December 20, 2018 00:00:00',
'days': 'Days',
'hours': 'Hrs',
'minutes': 'Min',
'seconds': 'Sec'
});
</script>
<script src="js/tilt.jquery.js"></script>
<script>
$('.js-tilt').tilt({
scale: 1.0
})
</script>
</body>
</html>