Skip to content

Commit

Permalink
Merge pull request #112 from CodeByRajeev/Quiz-Order
Browse files Browse the repository at this point in the history
Alignment of Quizzes
  • Loading branch information
JAYESHBATRA authored Jan 14, 2024
2 parents 7706d86 + eaf8de9 commit 3833c90
Showing 1 changed file with 39 additions and 23 deletions.
62 changes: 39 additions & 23 deletions Pages/Quizes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,24 @@ <h1 class="head-txt">Quizzes</h1>

<div class="cards">
<div class="courses-container">
<div class="course card-1">
<!-------------------------------- Mathematics Quizzes--------------------------------------------->
<div class="course">
<div class="course-preview">
<h6>Course</h6>
<h2>Chemistry</h2>
<h2>Mathematics</h2>
</div>
<div class="course-info">
<h6>Test</h6>
<h2>P Block</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-1/index.html' ">Start</button>
<h2>3D Geometry</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-7/index.html' ">Start</button>
</div>
</div>
<div class="course card-2">
</div>


<!-------------------------------- Physics Quizzes--------------------------------------------->


<div class="course card-2">
<div class="course-preview">
<h6>Course</h6>
<h2>Physics</h2>
Expand All @@ -70,28 +76,35 @@ <h2>Scalars & Vectors</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-2/index.html' ">Start</button>
</div>
</div>
<div class="course card-3">

<div class="course card-4">
<div class="course-preview">
<h6>Course</h6>
<h2>Biology</h2>
<h2>Physics</h2>
</div>
<div class="course-info">
<h6>Test</h6>
<h2>Respiration In Plants</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-3/index.html' ">Start</button>
<h2>Newton's Laws of Motion</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-4/index.html' ">Start</button>
</div>
</div>
<div class="course card-4">

<!-------------------------------- Chemistry Quizzes--------------------------------------------->


<div class="course card-1">
<div class="course-preview">
<h6>Course</h6>
<h2>Physics</h2>
<h2>Chemistry</h2>
</div>
<div class="course-info">
<h6>Test</h6>
<h2>Newton's Laws of Motion</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-4/index.html' ">Start</button>
<h2>P Block</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-1/index.html' ">Start</button>
</div>
</div>


<div class="course card-5">
<div class="course-preview">
<h6>Course</h6>
Expand All @@ -115,30 +128,33 @@ <h2>Periodic Table</h2>
</div>

</div>

<div class="course">
<div class="course-preview">
<h6>Course</h6>
<h2>Mathematics</h2>
<h2>Chemistry</h2>
</div>
<div class="course-info">
<h6>Test</h6>
<h2>3D Geometry</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-7/index.html' ">Start</button>
<h2>Chemical Bonding</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-8/index.html' ">Start</button>
</div>

</div>
<div class="course">

<!-------------------------------- Biology Quizzes--------------------------------------------->

<div class="course card-3">
<div class="course-preview">
<h6>Course</h6>
<h2>Chemistry</h2>
<h2>Biology</h2>
</div>
<div class="course-info">
<h6>Test</h6>
<h2>Chemical Bonding</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-8/index.html' ">Start</button>
<h2>Respiration In Plants</h2>
<button class="card-btn" onclick="window.location.href = './tests/button-3/index.html' ">Start</button>
</div>

</div>

</div>
</div>

Expand Down

0 comments on commit 3833c90

Please sign in to comment.