From 74541902579ca7277279b3d14087898a56a45c44 Mon Sep 17 00:00:00 2001 From: Basil Reji <84758142+basil-reji@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:03:52 +0530 Subject: [PATCH] timeline and other section updated --- public/javascripts/main.js | 1 + public/stylesheets/style.css | 15 +++++++++++++ scss/style.scss | 17 +++++++++++++++ views/index.hbs | 41 +++++++++++++++++++++--------------- 4 files changed, 57 insertions(+), 17 deletions(-) diff --git a/public/javascripts/main.js b/public/javascripts/main.js index 921755d..9c21760 100644 --- a/public/javascripts/main.js +++ b/public/javascripts/main.js @@ -12,6 +12,7 @@ setTimeout(() => { $("#body").removeClass("mask"); setTimeout(() => { + $("#preloader").remove(); $("#body").css({ "height": "auto", }); $("#launchpad").css({ "display": "block", }); setTimeout(() => { diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3e1d24d..4947581 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -956,6 +956,21 @@ section { color: #151515; } +.coming-soon { + width: 100%; + height: auto; + display: flex; + align-items: center; + justify-content: center; +} +.coming-soon h3 { + font-size: 2.5rem; + font-weight: 700; + font-family: "Open Sans", sans-serif; + color: #151515; + margin-bottom: 20px; +} + /* Teamm */ .team { background: #fdf8f4; diff --git a/scss/style.scss b/scss/style.scss index 05b60a8..9277792 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -385,6 +385,23 @@ section { color: $dark_color_1; } +.coming-soon { + width: 100%; + height: auto; + display: flex; + align-items: center; + justify-content: center; + + h3{ + font-size: 2.5rem; + font-weight: 700; + // text-transform: uppercase; + font-family: $font-family_3; + color: $dark_color_1; + margin-bottom: 20px; + } +} + /* Teamm */ .team { background: $bg_color1; diff --git a/views/index.hbs b/views/index.hbs index 3c82dcf..5b6f484 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -47,7 +47,8 @@
- One of the most prestigious event of IEEE Kerala Section and GTech MuLearn that is determined to serve the + One of the most prestigious event of IEEE Kerala Section and GTech MuLearn that is determined to + serve the goal of creating opportunities for engineering students and graduates.
Launchpad Kerala is a program designed to support engineering students and graduates in Kerala, @@ -68,7 +69,13 @@
Recruiters
-On being shortlisted after round 1, candidates are to attend a second round comprising of interviews presided either directlty by the employer or a jury panel consisting of - company representatives. This will be held in an offline mode at Trivandrum, Kochi and Calicut
+ company representatives. This will be held in an offline mode at Trivandrum, Kochi and Calicut + @@ -151,7 +159,7 @@