-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathweb-development-nodejs.hbs
More file actions
297 lines (287 loc) · 11.8 KB
/
web-development-nodejs.hbs
File metadata and controls
297 lines (287 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{title}}</title>
{{> meta}}
{{> head}}
{{> courseSchema}}
<style>
#page-header {
background: linear-gradient(rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.8),
rgba(0, 0, 0, 0.5)),
url("/assets/images/cb/cover/algo_2.jpg") no-repeat 0 75% !important;
background-size: cover !important;
}
</style>
</head>
<body class="scroll-assist" style="margin-top: -70px;">
{{> navbar}}
<div class="a-cbm mt-100 mb-50">
<div class="width-limiter py-50 mt-100">
<div class="px-md-40 px-20">
<div class="row align-items-center no-gutters">
<div class="flex-1 pr-lg-50 pr-sm-30">
<div class="row no-gutters align-items-center justify-content-between">
<div class="flex-1">
<div class="row no-gutters align-items-center justify-content-between mb-20">
<div class="card all-center s-120x120 course-logo-big-square p-sm-30 p-20 bg-gradient-pink">
<img src="{{logo}}" />
</div>
<div class="flex-1 pl-sm-30 pl-20">
<div class="heading-3 bold text-clamp-ellipses text-clamp-ellipses--3">
{{ title }}
</div>
</div>
</div>
<div class="font-4 mb-20 text-clamp-ellipses text-clamp-ellipses--3 t-align-sm-l t-align-c">
{{description}}
</div>
<div class="row no-gutters justify-content-sm-between justify-content-center">
<div class="row no-gutters align-items-center">
<div class="br-5 d-inline-block p-2 bg-gradient-orange-light mr-20 font-2 white">
<span class="v-align-m">
{{difficulty}}
</span>
</div>
<div class="t-align-sm-l t-align-c">
<div class="font-2">Course Language</div>
<div class="font-4 bold mt-1">
English, Hindi
</div>
</div>
</div>
<div class="d-sm-block d-none">
{{!-- This button would scroll down to the sections where batches are listed --}}
<button class="button-primary buy-scroll-button">
Choose Batch
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-4 pl-lg-50 pl-sm-30 border-left d-sm-block d-none">
<div class="font-5 bold mb-20">
Also get
</div>
<ul class="list-style-gradient-bullet my-none">
<li class="mb-15">Resume building tips</li>
<li class="mb-15">Interview preparation</li>
<li class="mb-15">Free access to Online Course</li>
<li class="mb-15">Skill enhancement classes</li>
<li class="mb-15">Start with online platforms like Leetcode, Codeforces etc.</li>
</ul>
</div>
</div>
<div class="d-sm-none d-block mt-30 pt-30 border-top t-align-c">
<div class="font-5 bold mb-20">
Also get
</div>
<ul class="list-style-gradient-bullet mx-auto" style="width: fit-content;">
<li class="mb-15">Resume building tips</li>
<li class="mb-15">Interview preparation</li>
<li class="mb-15">Free access to Online Course</li>
<li class="mb-15">Skill enhancement classes</li>
<li class="mb-15">Start with online platforms like Leetcode, Codeforces etc.</li>
</ul>
</div>
<div class="d-sm-none d-block mt-30 t-align-c">
<button class="button-primary buy-scroll-button">Buy Course</button>
</div>
<div class="mt-50">
<div class="row">
{{#each highlights}}
<div class="col-lg-3 col-6 h-inherit mb-lg-none mb-30">
<div class="card bg-grey-light-3 h-100 flex-col justify-content-between">
<div class="w-100">
<img src="{{img}}" style="height: 35px;">
<div class="my-20 bold heading-6">{{title}}</div>
</div>
<div class="text-grey font-2 w-100">
{{body}}
</div>
</div>
</div>
{{/each}}
</div>
</div>
<div class="mt-75">
<div class="card bg-gradient-blue-light position-relative">
<div class="font-4 bold white t-align-sm-l t-align-c">
Get free access to our online course and also get<br />a wildcraft bag absolutely free!
</div>
<img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/widcraft-bag.png"
class="position-absolute br d-sm-block d-none" style="right: 30px;">
<div class="t-align-c d-sm-none d-block">
<img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/widcraft-bag.png" class="mt-30">
</div>
</div>
</div>
<div class="mt-50">
<div class="row no-gutters align-items-center justify-content-between mb-50">
<div class="heading-4 bold flex-1">
Course Content
</div>
<a href="#" class="button-secondary">Download Syllabus</a>
</div>
<div class="row no-gutters align-items-center syllabus-grid-section">
{{#each syallabus}}
<div class="col-md-4 col-sm-6 col-12 h-inherit syllabus-grid-card">
<div class="card br-none flex-col h-100 p-sm-30 p-20">
<div class="font-5 bold text-clamp-ellipses text-clamp-ellipses--2 pb-20 border-bottom w-100">{{ title}}
</div>
<ul class="list-style-gradient-bullet mt-20 w-100 mb-none">
{{#each sectionContent}}
<li class="mb-10 text-clamp-ellipses text-clamp-ellipses--2">{{this}}</li>
{{/each}}
</ul>
</div>
</div>
{{/each}}
</div>
</div>
<div class="mt-50">
<div class="row no-gutters align-items-center justify-content-between mb-50">
<div class="heading-4 bold flex-1">
Center and Schedule
</div>
<a href="#" class="button-secondary">Pitampura</a>
</div>
{{#each batches}}
<div class="row no-gutters align-items-center justify-content-between border-bottom py-20">
<div class="col-8">
<div class="row no-gutters align-items-center justify-content-between">
<div class="font-4 bold d-sm-block d-none">{{location}}</div>
<div class="font-4 bold d-sm-none d-block col-12 mb-15">{{location}}</div>
<div class="font-4">
<div class="text-grey-light-1">
Starting from
</div>
<div class="bold">
{{start_date}}
</div>
</div>
<div class="font-4">
<div class="text-grey-light-1">
Weekend Batch
</div>
<div class="bold">
{{days}}
</div>
</div>
</div>
</div>
<div class="flex-1 pl-20 row no-gutters justify-content-end">
<a href="https://dukaan.codingblocks.com/buy?productId={{product_id}}" class="button-primary ml-20">Enroll</a>
</div>
</div>
{{/each}}
</div>
<div class="mt-50">
<div class="heading-4 bold mb-50">
Mentors
</div>
{{#each mentors}}
<div class="row no-gutters align-items-center mentor-list-element">
<div class="s-150x150 round d-sm-block d-none">
<img src="{{img}}" />
</div>
<div class="flex-1 pl-sm-30">
<div class="s-100x100 round mb-20 d-sm-none d-block">
<img src="{{img}}" />
</div>
<div class="heading-6 bold">{{name}}</div>
<div class="mt-10 mb-20 font-2 orange">{{contact}}</div>
<div class="font-4">
{{description}}
</div>
</div>
</div>
{{/each}}
</div>
</div>
</div>
<div class="bg-grey-light-3">
<div class="width-limiter">
<div class="py-50 px-md-5 px-4">
<div class="row mx-0 c-card-carousel-lg" style="padding-top: 4rem;">
{{!-- {{#each studentsSay}} --}}
<div class="col-lg-4 col-md-6 col-sm-8 col-12">
<div class="border-card img-review-card p-md-5 p-4" style="height:100%">
<div class="author">
<div class="img-ring s-100x100">
<img class="round img" src="https://images.codingblocks.com/img/mentor/Kartik%20Sapra.png">
</div>
</div>
<div class="icon">
<i class="fas fa-quote-left orange" style="font-size:3rem;"></i>
</div>
<h5 class="bold t-align-c mb-4">Some Name</h5>
<div class="review-body">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
</div>
</div>
</div>
{{!-- {{/each}} --}}
</div>
</div>
</div>
</div>
<div class="width-limiter">
<div class="py-50 px-md-40 px-20">
<div class="t-align-c mb-30">
<div class="heading-5 bold mb-30">Where our Alumni Work</div>
<img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/alumni-companies.png">
</div>
</div>
</div>
<div class="width-limiter mb-50">
<div class="px-md-40 px-20">
<div class="t-align-sm-l t-align-c mb-50">
<div class="heading-4 bold mb-10">Frequently Asked Questions</div>
<div class="font-4 text-grey">
Find answers to the questions popping up in your head here.
</div>
</div>
<div class="faq-element-container pointer">
<div class="faq-question row no-gutters align-items-center justify-content-between p-20">
<div class="font-4 bold flex-1">
THIS IS A QUESTION
</div>
{{!-- <img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/plus.svg" class="sign" /> --}}
</div>
<div class="faq-answer p-20">
AND THIS IS THE ANSWER
</div>
</div>
<div class="faq-element-container pointer">
<div class="faq-question row no-gutters align-items-center justify-content-between p-20">
<div class="font-4 bold flex-1">
THIS IS A QUESTION
</div>
{{!-- <img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/plus.svg" class="sign" /> --}}
</div>
<div class="faq-answer p-20">
AND THIS IS THE ANSWER
</div>
</div>
<div class="faq-element-container pointer">
<div class="faq-question row no-gutters align-items-center justify-content-between p-20">
<div class="font-4 bold flex-1">
THIS IS A QUESTION
</div>
{{!-- <img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/plus.svg" class="sign" /> --}}
</div>
<div class="faq-answer p-20">
AND THIS IS THE ANSWER
</div>
</div>
</div>
</div>
</div>
{{> footer}}
{{> scripts}}
</body>
</html>