diff --git a/assets/styles/mask.scss b/assets/styles/mask.scss index 54b9c5a..858ed24 100644 --- a/assets/styles/mask.scss +++ b/assets/styles/mask.scss @@ -423,7 +423,7 @@ span.navbar-line { text-align: left; font-size: 20px; z-index: 29; - -webkit-tap-highlight-color: var(--dark-red); + -webkit-tap-highlight-color: rgba($color: #ce0e0e, $alpha: 0.5); } .slide { @@ -450,7 +450,7 @@ span.navbar-line { } .hamburger-menu hr:not(.border-bottom) { - margin: auto; + margin: 0 4.5%; } #top-line { @@ -462,8 +462,7 @@ span.navbar-line { background-color: var(--tinted-gray); border-color: var(--tinted-gray); color: var(--tinted-gray); - margin-left: 5.5%; - margin-right: 10%; + margin: 0 4.5%; } .hamburger-menu #most-bottom { @@ -521,7 +520,16 @@ span.navbar-line { display: block; } - .burger-open>*:not(.plate, .hamburger-menu) { + .burger-open>*:not(.plate, .hamburger-menu, footer) { display: none; } + + .footer-open { + position: absolute; + bottom: 0; + } + + .container-open { + margin-bottom: 70px; + } } \ No newline at end of file diff --git a/database/handler.js b/database/handler.js index a81fb57..7a17512 100644 --- a/database/handler.js +++ b/database/handler.js @@ -182,7 +182,7 @@ async function getLocations () { } async function getTeams () { - return await Team.find({ isAdmin: [undefined, false] }).lean(); + return await Team.find({ isAdmin: [undefined, false], _id: { $gte: 8000, $lte: 9000 } }).lean(); } async function getTeamById (_id) { diff --git a/templates/_base.njk b/templates/_base.njk index 750abc5..0a4883a 100644 --- a/templates/_base.njk +++ b/templates/_base.njk @@ -107,10 +107,22 @@ {% endblock %} diff --git a/templates/auth/login.njk b/templates/auth/login.njk index e0b5d79..ff88aa7 100644 --- a/templates/auth/login.njk +++ b/templates/auth/login.njk @@ -12,7 +12,7 @@ {{ forms.heading('h1','Login') }} {{ forms.description('h2','Kindly login to participate in the hunt ^-^') }} {{ forms.field('username','Team ID')}} - {{ forms.field('password','User Password',type='password')}} + {{ forms.field('password','Password',type='password')}}
{{ forms.button('submit', 'Login', 'login') }}
diff --git a/templates/info/instructions.njk b/templates/info/instructions.njk index 2808945..980fc32 100644 --- a/templates/info/instructions.njk +++ b/templates/info/instructions.njk @@ -7,7 +7,7 @@

Event Information


@@ -34,7 +34,7 @@
  • Note: If you are found to have violated any rules, you can be subject to disqualification.

  • - In case of any doubt, feel free to contact Aman (63773 08533) and Soumil (86975 63554) + In case of any doubt, feel free to contact Nayandeep (81309 70929) and
    Binaya (7205-926337)
    {% endblock %} diff --git a/templates/live/interface.njk b/templates/live/interface.njk index 043e60d..ea497c4 100644 --- a/templates/live/interface.njk +++ b/templates/live/interface.njk @@ -280,7 +280,7 @@
    - {{ forms.field('locationcode', 'Location Code', autocomplete = false) }} + {{ forms.field('locationcode', 'Location Code', autocomplete = false, type='password') }}