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

Skip to content

Commit c00672a

Browse files
committed
update castpage
1 parent 98cd843 commit c00672a

File tree

2 files changed

+43
-67
lines changed

2 files changed

+43
-67
lines changed

src/cast.hbs

Lines changed: 35 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -86,83 +86,51 @@
8686
</section>
8787
<a id="course-overview" class="in-page-link"></a>
8888

89+
8990
<section>
9091
<div class="container">
92+
<div class="border-card mb-5">
93+
Coding Blocks is pleased to announce the date for Coding Blocks' Aptitude & Scholarship Test (CAST) for our foundation courses. Students appearing for CAST can win scholarships of up to a whopping 95% off the entire course fees.
94+
</div>
9195
<div class="row">
92-
<div class="col-sm-10 col-sm-offset-1 text-center">
93-
<p class="lead">
94-
Coding Blocks is proud to introduce to you the Coders' Admission &amp; Scholarship Test (CAST) for our beginners'courses, starting this December. Students appearing for CAST can win scholarships of up to a whopping 95% off the entire course fees of our foundation courses in basic <strong>C++</strong>, <strong>Java</strong>, and <strong>Python</strong> (Online & Classroom courses).
95-
</p>
96-
<div class="condensed&#45;paragraphs mb64">
97-
<p>
98-
<strong>When?</strong> Saturday, July 27 2019 (7:00 PM to 8:00 PM), Registrations close at 1:00 PM on July 27 2019.
99-
</p>
100-
<p>
101-
<strong>Syllabus?</strong> Aptitude &amp; Logical Reasoning
102-
</p>
103-
<p>
104-
<strong>Where?</strong> <a href="https://hack.codingblocks.com" target="_blank">Hacker Blocks</a>
105-
</p>
106-
<p>
107-
<strong>Note:</strong> This test is only for our foundation courses. For advance courses please register for
108-
<a href="/apat.html" target="_blank"> APAT</a>.
109-
</p>
110-
</div>
111-
<div class="mt40">
112-
<a class="btn btn-lg btn-filled uppercase" href="https://app.codingblocks.com/cast_registrations/new" target="_blank">Register Now</a>
96+
<div class="col-12 col-md-6">
97+
<div class="border-card">
98+
<h3>CAST (Beginner)</h3>
99+
<div>
100+
<strong>Courses Eligible for Scholarship are as follows: </strong>
101+
<br>
102+
<ul>
103+
<span class="pill m-1">C++ Launchpad</span>
104+
<span class="pill m-1">Java Crux</span>
105+
<span class="pill m-1">Python-DSA</span>
106+
</ul>
107+
</div>
108+
</div>
109+
</div>
110+
<div class="col-12 col-md-6">
111+
<div class="border-card">
112+
<h3>CAST (Advanced)</h3>
113+
<div>
114+
<strong>Courses Eligible for Scholarship are as follows: </strong>
115+
<br>
116+
117+
<span class="pill m-1">Algo++</span>
118+
<span class="pill m-1">Algo.Java</span>
119+
<span class="pill m-1">Machine Learning</span>
120+
<span class="pill m-1">Data Science</span>
121+
<span class="pill m-1">Web Development</span>
122+
<span class="pill m-1">Android Development</span>
123+
<span class="pill m-1">Python Django</span>
124+
125+
</div>
113126
</div>
114-
</div>
127+
</div>
115128
</div>
116-
117129
</div>
118-
119-
120130
</section>
121131

122-
123132
<!-- SECTION: Course FAQ -->
124133
<a id="course-faq" class="in-page-link" data-scroll-id="course-faq"></a>
125-
<section>
126-
<div class="container">
127-
<div class="row">
128-
<div class="col-sm-12 text-center">
129-
<h4 class="mb16">FAQ</h4>
130-
<p class="lead mb64">(Drop a line at [email protected] if you have further queries)</p>
131-
</div>
132-
</div>
133-
134-
<div class="row">
135-
<div class="col-sm-10 col-sm-offset-1">
136-
<ul class="accordion accordion-2 one-open">
137-
138-
<li>
139-
<div class="title">
140-
<h4 class="inline-block mb0">Is it applicable only for foundation courses?</h4>
141-
</div>
142-
<div class="content">
143-
<p> Yes, Scholarship test is only for Foundation Courses in C++ and Java at
144-
Pitampura, Dwarka, and Greater Noida centers.
145-
</p>
146-
</div>
147-
</li>
148-
<li>
149-
<div class="title">
150-
<h4 class="inline-block mb0">
151-
I have already enrolled for a Summer course, can I still get the scholarship ?
152-
</h4>
153-
</div>
154-
<div class="content">
155-
<p>
156-
Yes, you can still get the scholarship. We will evaluate your performance, and
157-
scholarship will be granted.
158-
</p>
159-
</div>
160-
</li>
161-
</ul>
162-
</div>
163-
</div>
164-
</div>
165-
</section>
166134
<a id="course-testimonials" class="in-page-link"></a>
167135
{{> review-course-section}}
168136
{{> map}}

src/cast.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"title": "CAST: Coders Admission & Scholarship Test | Coding Blocks",
3+
"head": {
4+
"links": [
5+
{
6+
"href": "https://unpkg.com/browse/@coding-blocks/[email protected]/dist/coding-blocks/app.min.css",
7+
"rel": "stylesheet"
8+
}
9+
]
10+
},
311
"openGraph": {
412
"url": "https://codingblocks.com/cast.html",
513
"title": "CAST: Coders Admission & Scholarship Test",

0 commit comments

Comments
 (0)