Skip to content

Commit

Permalink
Final test details added
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-reji committed Apr 25, 2023
1 parent 0213228 commit a454655
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 41 deletions.
6 changes: 3 additions & 3 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ router.get('/privacy-policy', function (req, res, next) {
});

router.get('/final-test', function (req, res, next) {
res.render('pages/finaltest',
res.render('pages/onlinetest',
{
title: `Online Test | ${title}`,
page_head: 'Online Test',
Expand All @@ -77,7 +77,7 @@ router.get('/final-test', function (req, res, next) {
});

router.get('/finaltest', function (req, res, next) {
res.render('pages/finaltest',
res.render('pages/onlinetest',
{
title: `Online Test | ${title}`,
page_head: 'Online Test',
Expand All @@ -86,7 +86,7 @@ router.get('/finaltest', function (req, res, next) {
});

router.get('/online-test', function (req, res, next) {
res.render('pages/finaltest',
res.render('pages/onlinetest',
{
title: `Online Test | ${title}`,
page_head: 'Online Test',
Expand Down
42 changes: 18 additions & 24 deletions views/pages/finaltest.hbs → views/pages/onlinetest.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,23 @@

<div class="card-body">
<div class="content">
<h3 >Online Test shceduled on 27.04.23</h3>
<h3>Online Test shceduled on 27.04.23</h3>
<p>
We are pleased to inform you that the Mock Test has been
scheduled for 27.04.2023. The detailed instructions and the test schedule will be published soon after the mock test.
We are pleased to inform you that the Online test for the Launchpad Kerala has been
scheduled for 27.04.23. This is the perfect opportunity for you to assess your
knowledge, sharpen your skills, and get a taste of the actual exam format.
</p>
<p style="color:#ff3838; font-weight: 700">
Further details will be updated soon !
Ranklist will be published based on the results of this test for the recruiter allotment
process and offline interviews.
</p>
{{!-- <ul>
<li>
<i class="bx bx-link"></i>
<a href="/mocktest">View detailed Instructions</a>
</li>
</ul> --}}
</div>
</div>

</div>
</div>
</div>

{{!-- <div class="row justify-content-center">
<div class="col-lg-10 col-md-12" data-aos="fade-up" data-aos-delay="100">
<div class="card">
Expand Down Expand Up @@ -54,32 +51,28 @@
</div>
</div> --}}

{{!-- <div class="row justify-content-center">
<div class="col-lg-10 col-md-12" data-aos="fade-up" data-aos-delay="100">
<div class="row justify-content-center">
<div class="col-10 col-md-12 col-lg-8" data-aos="fade-up" data-aos-delay="100">
<div class="card">
<div class="card-body">
<div class="content">
<h3>Instructions for Online Test</h3>
<p class="fst-italic">
<p class="fst-italic" style="color:#ff3838">
Please carefully read the instructions given below
</p>
<ul>
<li><i class='bx bxs-right-arrow-circle'></i><strong> The test will be conducted on
09/07/2022
27/04/2023
from 8.00 PM to 9.00 PM</strong> </li>
<li><i class='bx bxs-right-arrow-circle'></i>The platform will be HackerEarth</li>
<li><i class='bx bxs-right-arrow-circle'></i></strong> Participants are to signup on the
Hackerearth platform with their registered mail IDs</strong> </li>
<li><i class='bx bxs-right-arrow-circle'></i><strong> The Hackerearth username must be
your
Unique IEEE Job fair ID.</strong></li>
<li><i class='bx bxs-right-arrow-circle'></i> <strong>There will be two seperate
links
<li><i class='bx bxs-right-arrow-circle'></i><strong>Your full name on your Hackerearth
account must be your Unique Launchpad Kerala ID.</strong> </li>
<li><i class='bx bxs-right-arrow-circle'></i> <strong>There will be two seperate links
for two
sections of the mock test.</strong> One will be analytical the second one will
be programming</li>
<li><i class='bx bxs-right-arrow-circle'></i></strong> Participants are to loging to the
hackerEarth atleast 5 minutes before the test starts</strong> </li>
<li><i class='bx bxs-right-arrow-circle'></i><strong> First link will be active from
8.00 PM to
9:00 PM followed by the second link from 8:30 PM to 9.00 PM</strong> </li>
Expand All @@ -93,14 +86,15 @@
particular (KPO amd BPO) need not necessarily attempt the programming section of the
test.</li>
<li><i class='bx bxs-right-arrow-circle'></i>The link for the mock test will be provided
in the updates section of the IEEE Job fair website 24 hours before the test
starts. The participants will also be notified of the same by mail.</li>
here as well as in the updates section of the Launchpad Kerala website 12-24 hours
before the test
starts.</li>
</ul>
</div>
</div>
</div>
</div>
</div> --}}
</div>

</div>
</section>
2 changes: 1 addition & 1 deletion views/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<a href="/updates"
class="updates-btn">Updates <span class="badge">3</span></a>
class="updates-btn">Updates <span class="badge">2</span></a>


</div>
Expand Down
4 changes: 2 additions & 2 deletions views/partials/hero.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
</div>
<div id="hero_notifications" class="row justify-content-center w-100" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-10 row justify-content-center gy-3">
<div class="col-12 col-md-6 col-xl-4">
{{!-- <div class="col-12 col-md-6 col-xl-4">
<a class="notification high" href="/mocktest">
<i class="ri-calendar-todo-line"></i>
<h3>Mock Test - 25.04.23</h3>
</a>
</div>
</div> --}}
<div class="col-12 col-md-6 col-xl-4">
<a class="notification impo" href="/finaltest">
<i class="ri-calendar-todo-line"></i>
Expand Down
25 changes: 14 additions & 11 deletions views/updates.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8" data-aos="fade-up" data-aos-delay="100">
<div class="card">

<div class="card-body">
<div class="content">
<h3>Mock Test shceduled on 25.04.23</h3>
<h3>The Online Test for the Launchpad Kerala 2023 shceduled on 27.04.2023</h3>
<p>
We are pleased to inform you that the Mock Test has been
scheduled for 25.04.23. This is the perfect opportunity for you to assess your
knowledge, sharpen your skills, and get a taste of the actual exam format.
<strong>
We are pleased to inform you that the Online test for the Launchpad Kerala has been
scheduled for 27.04.23. This Online Test will be a crucial component in determining
the ranklist for the job fair, so participants are requested to pay careful
attention and give it their best shot!
</strong>
</p>
<p>
For further details and detailed instructions, please visit the link provided below:
</p>
<ul>
<li>
<i class="bx bx-link"></i>
<a href="/mocktest">View detailed Instructions</a>
<a href="/onlinetest">View detailed Instructions</a>
</li>
</ul>
</div>
</div>

</div>
</div>
<div class="col-12 col-md-10 col-lg-8" data-aos="fade-up" data-aos-delay="100">
Expand All @@ -38,7 +39,8 @@
We are excited to announce that the confirmation mails, along with the unique
Launchpad
Kerala ID, will be sent soon to all registered participants who have completed the
registration process. Please check your email inbox regularly, including promotions/spam/junk
registration process. Please check your email inbox regularly, including
promotions/spam/junk
folders, for an email from [email protected].
</strong>
</p>
Expand All @@ -48,7 +50,8 @@
to keep this ID safely for future reference.
</p>
<p>
If you have not received the confirmation email before 25.04.2023, please contact us at through the contact form on the
If you have not received the confirmation email before 25.04.2023, please contact us at
through the contact form on the
home page
</p>
<p><strong style="color: #e82f2f;">Registration closed!</strong></p>
Expand All @@ -57,7 +60,7 @@
</div>
</div>

<div class="col-12 col-md-10 col-lg-8" data-aos="fade-up" data-aos-delay="100">
{{!-- <div class="col-12 col-md-10 col-lg-8" data-aos="fade-up" data-aos-delay="100">
<div class="card">
<div class="card-body">
<div class="content">
Expand Down Expand Up @@ -86,7 +89,7 @@
</div>
</div>
</div>
</div>
</div> --}}
</div>
</div>
</section>

0 comments on commit a454655

Please sign in to comment.