Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00e86ce

Browse files
Merge pull request coding-blocks#193 from hereisnaman/events
Updated Centre Pages
2 parents 80e39fd + 565f3f4 commit 00e86ce

File tree

14 files changed

+247
-109
lines changed

14 files changed

+247
-109
lines changed

src/assets/styles/theme-fire.css

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,42 +1319,42 @@ footer.bg-dark a{color:#fff;}
13191319
.bg-dark .back-to-top:active,
13201320
.bg-dark .back-to-top:focus{color:#fff;}
13211321
.bg-dark .back-to-top:hover{background:none;}
1322-
.mr0{margin-right:0;}
1322+
.mr0{margin-right:0;!important;}
13231323
.mb0{margin-bottom:0 !important;}
1324-
.mb8{margin-bottom:8px;}
1325-
.mb16{margin-bottom:16px;}
1326-
.mb24{margin-bottom:24px;}
1327-
.mb30{margin-bottom:30px;}
1328-
.mb32{margin-bottom:32px;}
1329-
.mb40{margin-bottom:40px;}
1330-
.mb48{margin-bottom:48px;}
1331-
.mb56{margin-bottom:56px;}
1332-
.mb64{margin-bottom:64px;}
1333-
.mb72{margin-bottom:72px;}
1334-
.mb80{margin-bottom:80px;}
1335-
.mb88{margin-bottom:88px;}
1336-
.mb96{margin-bottom:96px;}
1337-
.mb104{margin-bottom:104px;}
1338-
.mb112{margin-bottom:112px;}
1339-
.mb120{margin-bottom:120px;}
1340-
.mb160{margin-bottom:160px;}
1324+
.mb8{margin-bottom:8px;!important;}
1325+
.mb16{margin-bottom:16px;!important;}
1326+
.mb24{margin-bottom:24px;!important;}
1327+
.mb30{margin-bottom:30px;!important;}
1328+
.mb32{margin-bottom:32px;!important;}
1329+
.mb40{margin-bottom:40px;!important;}
1330+
.mb48{margin-bottom:48px;!important;}
1331+
.mb56{margin-bottom:56px;!important;}
1332+
.mb64{margin-bottom:64px;!important;}
1333+
.mb72{margin-bottom:72px;!important;}
1334+
.mb80{margin-bottom:80px;!important;}
1335+
.mb88{margin-bottom:88px;!important;}
1336+
.mb96{margin-bottom:96px;!important;}
1337+
.mb104{margin-bottom:104px;!important;}
1338+
.mb112{margin-bottom:112px;!important;}
1339+
.mb120{margin-bottom:120px;!important;}
1340+
.mb160{margin-bottom:160px;!important;}
13411341
.mt0{margin-top:0 !important;}
1342-
.mt8{margin-top:8px;}
1343-
.mt16{margin-top:16px;}
1344-
.mt24{margin-top:24px;}
1345-
.mt32{margin-top:32px;}
1346-
.mt40{margin-top:40px;}
1347-
.mt48{margin-top:48px;}
1348-
.mt56{margin-top:56px;}
1349-
.mt64{margin-top:64px;}
1350-
.mt72{margin-top:72px;}
1351-
.mt80{margin-top:80px;}
1352-
.mt88{margin-top:88px;}
1353-
.mt96{margin-top:96px;}
1354-
.mt104{margin-top:104px;}
1355-
.mt112{margin-top:112px;}
1356-
.mt120{margin-top:120px;}
1357-
.mt160{margin-top:160px;}
1342+
.mt8{margin-top:8px;!important;}
1343+
.mt16{margin-top:16px;!important;}
1344+
.mt24{margin-top:24px;!important;}
1345+
.mt32{margin-top:32px;!important;}
1346+
.mt40{margin-top:40px;!important;}
1347+
.mt48{margin-top:48px;!important;}
1348+
.mt56{margin-top:56px;!important;}
1349+
.mt64{margin-top:64px;!important;}
1350+
.mt72{margin-top:72px;!important;}
1351+
.mt80{margin-top:80px;!important;}
1352+
.mt88{margin-top:88px;!important;}
1353+
.mt96{margin-top:96px;!important;}
1354+
.mt104{margin-top:104px;!important;}
1355+
.mt112{margin-top:112px;!important;}
1356+
.mt120{margin-top:120px;!important;}
1357+
.mt160{margin-top:160px;!important;}
13581358
.p32{padding:0 32px;}
13591359
.p24{padding:24px;}
13601360
.p0{padding:0;}

src/centres/dwarka.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<div class="main-container">
1111
{{> header}}
1212
{{> centerlocation}}
13-
{{> team}}
1413
{{> courses}}
14+
{{> teamCentre}}
1515
{{> footer}}
1616
</div>
1717
{{> scripts}}

src/centres/dwarka.json

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"inPageLink": "location",
3131
"location": "2nd Floor,<br>Plot No. 3,<br>Sector 11, Dwarka, New Delhi<br>(Near &nbsp;Dwarka Sec-11 Metro)",
3232
"contactPerson": "Mr. Rajesh Sachdev",
33-
"phoneNumber": [
33+
"phoneNumbers": [
3434
"8588801217",
3535
"9811228053"
3636
],
@@ -39,26 +39,38 @@
3939
"isSection": true,
4040
"isFilled": true
4141
},
42-
"team": {
42+
"coursesSection": {
43+
"coursesList": [
44+
"Launchpad",
45+
"Crux",
46+
"Pandora",
47+
"Elixir",
48+
"Algo++"
49+
]
50+
},
51+
"teamCentre": {
4352
"heading": "team",
4453
"content": "",
4554
"flip": true,
4655
"meetTeam": true,
4756
"showAll": false,
57+
"companies": false,
58+
"centreHead": {
59+
"name": "Rajesh Sachdev",
60+
"role": "Centre Head and Mentor",
61+
"imgSrc": "/assets/images/cb/team/wrajesh.jpg",
62+
"imgAlt": "Rajesh Sachdev",
63+
"bio": "Rajesh has 20+ years of experience in IT/Corporate sector. He has previously worked with corporates like Nagarro, Cadence, American Express. He left IT industry in 2013 and moved to education with a passion to help students accomplishing their career goals. He did MS from BITS Pilani."
64+
},
4865
"teamMembers": [
49-
"RAJESH SACHDEV",
66+
"Priyanshu Agrawal",
67+
"Prateek Narang",
68+
"Arnav Gupta",
69+
"Sumeet Malik",
5070
"RISHAB KAPOOR",
5171
"AAYUSH ARORA",
52-
"HARSHIT DWIVEDI"
53-
]
54-
},
55-
"coursesSection": {
56-
"coursesList": [
57-
"Launchpad",
58-
"Crux",
59-
"Pandora",
60-
"Elixir",
61-
"Algo++"
72+
"HARSHIT DWIVEDI",
73+
"Deepak Aggarwal"
6274
]
6375
}
6476
}

src/centres/greater-noida.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<div class="main-container">
1111
{{> header}}
1212
{{> centerlocation}}
13-
{{> team}}
1413
{{> courses}}
14+
{{> teamCentre}}
1515
{{> footer}}
1616
</div>
1717
{{> scripts}}

src/centres/greater-noida.json

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Best Programming Coaching in Greater Noida, NCR | Coding Blocks",
3-
43
"metas": [
54
{
65
"name": "description",
@@ -31,7 +30,7 @@
3130
"inPageLink": "location",
3231
"location": "2nd Floor<br>Rohtas Technosquare,<br> C-40, Knowledge Park – 1,<br>(Near Pari Chowk)<br> Greater Noida, Uttar Pradesh",
3332
"contactPerson": "Varun Kohli",
34-
"phoneNumber": [
33+
"phoneNumbers": [
3534
"9999579111",
3635
"9999579222"
3736
],
@@ -40,26 +39,37 @@
4039
"isSection": true,
4140
"isFilled": true
4241
},
43-
"team": {
42+
"coursesSection": {
43+
"coursesList": [
44+
"Launchpad",
45+
"Crux",
46+
"Pandora",
47+
"Elixir",
48+
"Algo++"
49+
]
50+
},
51+
"teamCentre": {
4452
"heading": "team",
4553
"content": "",
4654
"flip": true,
4755
"meetTeam": true,
4856
"showAll": false,
57+
"centreHead": {
58+
"name": "Varun Kohli",
59+
"role": "Centre Head & Tech Lead",
60+
"imgSrc": "/assets/images/cb/team/wvarun.jpg",
61+
"imgAlt": "Varun Kohli",
62+
"bio": "Has been associated with the IT industry for almost 10 years &amp; has served various roles in multiple domains. He has exhaustive experience in Software products, Business intelligence &amp; business development."
63+
},
4964
"teamMembers": [
50-
"VARUN KOHLI",
65+
"Priyanshu Agrawal",
66+
"Prateek Narang",
67+
"Arnav Gupta",
68+
"Sumeet Malik",
5169
"HARPREET SINGH",
5270
"NIPUN JAIN",
53-
"ANUJ GARG"
54-
]
55-
},
56-
"coursesSection": {
57-
"coursesList": [
58-
"Launchpad",
59-
"Crux",
60-
"Pandora",
61-
"Elixir",
62-
"Algo++"
71+
"ANUJ GARG",
72+
"Mohd Fahad"
6373
]
6474
}
6575
}

src/centres/pitampura.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<div class="main-container">
1111
{{> header}}
1212
{{> centerlocation}}
13-
{{> team}}
1413
{{> courses}}
14+
{{> team}}
1515
{{> footer}}
1616
</div>
1717
{{> scripts}}

src/centres/pitampura.json

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"inPageLink": "location",
3131
"location": "1st Floor,<br>47, Nishant Kunj,<br> Main Pitampura Road,<br>New Delhi<br><br> Near Kohat Enclave Metro Station<br> (Exit from Gate # 2)<br> (Opposite Pillar 337)<br>",
3232
"contactPerson": "Mr. Dinesh Joon",
33-
"phoneNumber": [
33+
"phoneNumbers": [
3434
"011 - 47052584",
3535
"011 - 27354126"
3636
],
@@ -39,21 +39,6 @@
3939
"isSection": true,
4040
"isFilled": true
4141
},
42-
"team": {
43-
"heading": "team",
44-
"content": "",
45-
"flip": true,
46-
"meetTeam": true,
47-
"showAll": false,
48-
"teamMembers": [
49-
"RISHAB KAPOOR",
50-
"DEEPAK AGGARWAL",
51-
"GARIMA CHHIKARA",
52-
"MOHAMMAD UMAIR",
53-
"PRAJJWAL SINGH",
54-
"MOHD FAHAD"
55-
]
56-
},
5742
"coursesSection": {
5843
"coursesList": [
5944
"Launchpad",
@@ -63,5 +48,26 @@
6348
"Algo++",
6449
"Perceptron"
6550
]
51+
},
52+
"team": {
53+
"heading": "team",
54+
"content": "",
55+
"flip": true,
56+
"meetTeam": true,
57+
"showAll": false,
58+
"companies": false,
59+
"teamMembers": [
60+
"Priyanshu Agrawal",
61+
"Prateek Narang",
62+
"Arnav Gupta",
63+
"Sumeet Malik",
64+
"Ankit Malik",
65+
"Shubham Dokania",
66+
"Garima Chhikara",
67+
"Deepak Aggarwal",
68+
"Mohd Fahad",
69+
"Prajjwal Singh",
70+
"Mohammad Umair"
71+
]
6672
}
6773
}

src/courses/launchpad-online.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,19 +639,19 @@
639639
<div class="text-center">
640640
<h4>Basic</h4>
641641
</div>
642-
{{> registration registerLink = registerLink1 frame-id = "payment-basic" noHeading = true}}
642+
{{> registration register-comingSoon = true registerLink = registerLink1 frame-id = "payment-basic" noHeading = true}}
643643
</div>
644644
<div class="col-lg-4 col-md-12">
645645
<div class="text-center">
646646
<h4>Advanced</h4>
647647
</div>
648-
{{> registration registerLink = registerLink2 frame-id = "payment-advanced" noHeading = true}}
648+
{{> registration register-comingSoon = true registerLink = registerLink2 frame-id = "payment-advanced" noHeading = true}}
649649
</div>
650650
<div class="col-lg-4 col-md-12">
651651
<div class="text-center">
652652
<h4>Basic + Advanced</h4>
653653
</div>
654-
{{> registration registerLink = registerLink3 frame-id = "payment-combo" noHeading = true}}
654+
{{> registration register-comingSoon = true registerLink = registerLink3 frame-id = "payment-combo" noHeading = true}}
655655
</div>
656656
</div>
657657

src/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"pull-right": true
7676
},
7777
{
78-
"heading": "Elixir Li: Web Development with Node JS",
78+
"heading": "Elixir Live: Web Development with Node JS",
7979
"description": "Coding Blocks is proud to present Elixir Live, an online course on full stack Web Development with Node.Js. The course will help students understand both front end and back end use cases.",
8080
"imgAlt": "coding blocks online web development course",
8181
"imgSrc": "/assets/images/cb/elixir-live.jpg",
@@ -96,6 +96,7 @@
9696
"flip": true,
9797
"meetTeam": true,
9898
"showAll": false,
99+
"companies": true,
99100
"teamMembers": [
100101
"manmohan gUpTa",
101102
"BRIJ MOHAN",

src/partials/centerlocation.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="location-contact">
1818
<h4 class="uppercase">Contact</h4>
1919
<strong>{{{contactPerson}}}</strong><br/>
20-
{{#each phoneNumers}}
20+
{{#each phoneNumbers}}
2121
<p class="location-phone">{{{this}}}</p>
2222
{{/each}}
2323
<a href="mailto:{{{email}}}">{{{email}}}</a><br>

0 commit comments

Comments
 (0)