Skip to content

Commit

Permalink
timeline updated
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-reji committed Mar 26, 2023
1 parent 5b2b653 commit 0bee41a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
37 changes: 28 additions & 9 deletions views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</div>
<div class="icon-box mt-5" data-aos="zoom-in" data-aos-delay="150">
<i class="bx bxs-edit"></i>
<h4>Round 1 - Entry Exam </h4>
<h4>Round 1 - Online Entry Exam </h4>
<p>Company specified test or advanced test based on the position applied for by the
candidate will be conducted in an online mode.</p>
</div>
Expand Down Expand Up @@ -159,7 +159,10 @@
<div class="circle font-weight-bold">1</div>
</div>
<div class="col-6">
<h5><span>24/03/2023 -</span><br> Registrations close </h5>
<h5>
{{!-- <span>24/03/2023 -</span><br> --}}
Registrations close
</h5>
</div>
</div>
<!--path between 1-2-->
Expand All @@ -177,7 +180,10 @@
<!--second section-->
<div class="row align-items-center justify-content-end how-it-works d-flex">
<div class="col-6 text-right">
<h5><span>29/03/2023 & 30/03/2023 -</span> <br>Mock Test</h5>
<h5>
{{!-- <span>29/03/2023 & 30/03/2023 -</span><br> --}}
Mock Test
</h5>
</div>
<div class="col-2 text-center full d-inline-flex justify-content-center align-items-center">
<div class="circle font-weight-bold">2</div>
Expand All @@ -201,7 +207,10 @@
<div class="circle font-weight-bold">3</div>
</div>
<div class="col-6">
<h5><span>01/04/2023 -</span> <br> Round 1 - Online Test</h5>
<h5>
{{!-- <span>01/04/2023 -</span><br> --}}
Round 1 - Online Test
</h5>
</div>
</div>
<!--path between 3-4-->
Expand All @@ -219,7 +228,10 @@
<!--fourth section-->
<div class="row align-items-center justify-content-end how-it-works d-flex">
<div class="col-6 text-right">
<h5><span>03/04/2023 -</span> <br> Results & Rank List Publishing </h5>
<h5>
{{!-- <span>03/04/2023 -</span><br> --}}
Results & Rank List Publishing
</h5>
</div>
<div class="col-2 text-center full d-inline-flex justify-content-center align-items-center">
<div class="circle font-weight-bold">4</div>
Expand All @@ -244,7 +256,10 @@
<div class="circle font-weight-bold">5</div>
</div>
<div class="col-6">
<h5><span>16/04/2023 -</span> <br>Allotment</h5>
<h5>
{{!-- <span>16/04/2023 -</span><br> --}}
Interview Allotment
</h5>
</div>
</div>

Expand All @@ -263,7 +278,10 @@
<!--fourth section-->
<div class="row align-items-center justify-content-end how-it-works d-flex">
<div class="col-6 text-right">
<h5><span>24/04/2023, 26/04/2023 & 28/04/2023 -</span> <br>Round 2 - offline Interview at Trivandrum, Kochi and Calicut
<h5>
{{!-- <span>24/04/2023, 26/04/2023 & 28/04/2023 -</span><br> --}}
Round 2 - offline Interview at Trivandrum,
Kochi and Calicut
</h5>
</div>
<div class="col-2 text-center top d-inline-flex justify-content-center align-items-center">
Expand Down Expand Up @@ -405,8 +423,9 @@

<div class="col-lg-8 mt-5 mt-lg-0">

<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSfKhVFcCWUUOGaye2FTKru5aBeMQh4AIAZMgswF6ungAnOcZA/formResponse" id="bootstrapForm" method="POST"
class="php-email-form">
<form
action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSfKhVFcCWUUOGaye2FTKru5aBeMQh4AIAZMgswF6ungAnOcZA/formResponse"
id="bootstrapForm" method="POST" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" id="1470245309" class="form-control" type="text" name="entry.1470245309"
Expand Down
2 changes: 1 addition & 1 deletion views/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</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"
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe3JF1afi2-YlYUGOlotLys5dbUiU4bLxDDojbeefkDLlyKHQ/viewform?usp=sf_link"
target="_blank" class="get-started-btn scrollto">Register</a>


Expand Down
2 changes: 1 addition & 1 deletion views/partials/hero.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</svg>
</div>
<h2 id="hero_text" data-aos="fade-up" data-aos-delay="150">
Powered by IEEE Kerala Section and GTech MuLearn, Sponsored by KKEM and Co-Sponsored by NIELIT
Powered by IEEE Kerala Section and GTech MuLearn, Sponsored by KKEM and by NIELIT
</h2>
</div>
</div>
Expand Down

0 comments on commit 0bee41a

Please sign in to comment.