diff options
author | akshay | 2025-04-11 15:20:35 +0530 |
---|---|---|
committer | GitHub | 2025-04-11 15:20:35 +0530 |
commit | 0a699d1b2e4039abe01f374b5b304ef032674102 (patch) | |
tree | 9fcfc5601ae4c3d6b9962d4be2347f97bc3c24c5 | |
parent | c7eab88fba8f6fb663b77c817025b634eaf85f23 (diff) | |
download | scilab_case_study_hackathon-0a699d1b2e4039abe01f374b5b304ef032674102.tar.gz scilab_case_study_hackathon-0a699d1b2e4039abe01f374b5b304ef032674102.tar.bz2 scilab_case_study_hackathon-0a699d1b2e4039abe01f374b5b304ef032674102.zip |
Update results.astro
-rw-r--r-- | src/pages/results.astro | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/pages/results.astro b/src/pages/results.astro index b3a8c6a..0cb6c60 100644 --- a/src/pages/results.astro +++ b/src/pages/results.astro @@ -4,14 +4,14 @@ import curtnLeft from '../assets/img/curtn-left.png'; import curtnRight from '../assets/img/curtn-right.png'; --- - -<Layout title="Scilab Case Study Hackathon" > - - <div class="curtain left-curtain"></div> +<div class="curtain left-curtain"></div> <div class="curtain right-curtain"></div> <div class="page-content hidden" id="main-content"> +<Layout title="Scilab Case Study Hackathon" > + + <h1 class="text-center section-title pl-4" id="results">Results</h1> <!--<h1>The Hackathon is still ongoing</h1>--> @@ -144,9 +144,9 @@ import curtnRight from '../assets/img/curtn-right.png'; </div> -</div> -</Layout> +</Layout> +</div> <style> .hidden { display: none; @@ -281,7 +281,7 @@ tr, th,td{ // Show the content after the curtain animation (4.5s) setTimeout(() => { content.classList.remove('hidden'); - }, 4500); + }, 500); } }); |