Skip to content

Commit

Permalink
Merge pull request #11 from basil-reji/main
Browse files Browse the repository at this point in the history
Updated breadcrumbs behaviour and registration page
  • Loading branch information
basil-reji authored Apr 2, 2023
2 parents c44329f + 598c898 commit 36bfe45
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 16 deletions.
1 change: 1 addition & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ router.get('/updates', function (req, res, next) {
title: `${title}`,
page_head: 'News & Updates',
page_nav_name: 'Updates',
breadcrumbs: true,
updates_page: true
});
});
Expand Down
5 changes: 2 additions & 3 deletions views/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
{{/if}}

<main id="main" class=" {{#if home_page}} {{else}} inner_main_page {{/if}}">
{{#if home_page}}
{{else if error}}
{{else}}
{{#if breadcrumbs}}
<section class="breadcrumbs">
<div class="container">

Expand All @@ -99,6 +97,7 @@

</div>
</section>
{{else}}
{{/if}}

{{{body}}}
Expand Down
46 changes: 36 additions & 10 deletions views/pages/registration.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,54 @@

<div class="section-title">
<h2>Registration</h2>
<p>Registration</p>
<p>Registration Process</p>
</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">
<div class="card-body">
<div class="card-title">
{{!-- <div class="card-title">
<h3>
Registration
</h3>
</div>
</div> --}}
<p>The registration is open. Candidates can apply to the Launchpad Kerala 2023</p>
<h4>Registration Process</h4>
{{!-- <h4>Registration Process</h4> --}}
<ul>
<li>
<h5>
<strong>Step 1:</strong> Registration on DWMS Portal
</h5>
<p>
The candidates interested in taking part in the job fair can register themselves.
To complete the application candidate first register on <a href="">Digital Workforce
To complete the application candidate first register on <a href="https://knowledgemission.kerala.gov.in/verify-registration.jsp">Digital Workforce
Management Portal</a> of Kerala Knowledge Economy Mission
and apply for the Launchpad Kerala 2023 using the Job ID <span
class="highlight">17890</span> through
Digital Workforce management portal.
</p>
<p>
If the candidates are already registered in <a href="">Digital Workforce
If the candidates are already registered in <a href="https://knowledgemission.kerala.gov.in/verify-registration.jsp">Digital Workforce
Management Portal</a> they can simply login in to the portal and search for the
Launchpad Kerala 2023 using the Job ID <span class="highlight">17890</span>.
</p>
</li>
<li>
<h5>
<strong>Step 2:</strong> Registration Form
<strong>Step 2:</strong> Registration on GTech μLearn
</h5>
<p>
Then the candidated should register on <a href="https://mulearn.org">GTech μLearn</a> of Kerala Knowledge Economy Mission
and find their μLearn ID for completing the registration form. For more details please see <a href="http://mulearn.org/onboardingflow">Join GTech μLearn</a>.
</p>
<p>
If the candidates are already registered in <a href="https://mulearn.org">μLearn</a> please find your μLearn ID and Karama points for completing the registration form.
</p>
</li>
<li>
<h5>
<strong>Step 3:</strong> Registration Form
</h5>
<p>
After successfully applying through Digital Workforce management portal to the
Expand All @@ -49,7 +61,7 @@
</li>
<li>
<h5>
<strong>Step 3:</strong> Confirmation
<strong>Step 4:</strong> Confirmation
</h5>
<p>
The candidates will receive an email from the Launchpad Kerala 2023 team after
Expand All @@ -64,7 +76,7 @@
<div class="card-footer">
<div class="button row">
<div class="col-12">
<a href="https://knowledgemission.kerala.gov.in/" target="_blank">
<a href="https://knowledgemission.kerala.gov.in/verify-registration.jsp" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="ico"
viewBox="0 0 16 16">
<path
Expand All @@ -78,7 +90,21 @@
</div>
<div class="button mt-2 row">
<div class="col-12">
<a href="https://knowledgemission.kerala.gov.in/" target="_blank">
<a href="http://mulearn.org/onboardingflow" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="ico"
viewBox="0 0 16 16">
<path
d="M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z" />
<path
d="M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z" />
</svg>
Register on GTech μLearn
</a>
</div>
</div>
<div class="button mt-4 row">
<div class="col-12">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe3JF1afi2-YlYUGOlotLys5dbUiU4bLxDDojbeefkDLlyKHQ/viewform?usp=sf_link" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="ico"
viewBox="0 0 16 16">
<path
Expand Down
4 changes: 2 additions & 2 deletions views/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe3JF1afi2-YlYUGOlotLys5dbUiU4bLxDDojbeefkDLlyKHQ/viewform?usp=sf_link"
target="_blank" class="get-started-btn scrollto">Register</a>
<a href="/registration"
class="get-started-btn scrollto">Register</a>


</div>
Expand Down
2 changes: 1 addition & 1 deletion views/updates.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<h3>Registration Started</h3>
<p>The registration is open. Candidates can apply to the Launchpad Kerala 2023. Please Visit
the registration page for the detailed instructions for the registration</p>
<p><strong>Registration will closing on 04-04-2023(Tuesday)</strong></p>
<p><strong>Registration will closing on 08-04-2023(Saturday)</strong></p>
<ul>
<li>
<i class="bx bx-link"></i>
Expand Down

0 comments on commit 36bfe45

Please sign in to comment.