Skip to content

Commit

Permalink
Improved website design
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimReaper2654 committed Aug 22, 2024
1 parent 976a3c8 commit 55c511f
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 8 deletions.
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>About Us</h2>
Welcome to <strong>WACE DATABASE</strong>, the current largest (and only) database of past WACE questions with a question filtering and sorting system. Our easy to use tags system provides a simple way to get practice questions on just about any topic, making revising for WACE much easier, especially if you're not grinding all the WACE past papers. PDF downloads are avalaible for all questions, so you can easily print out questions and do them under simulated exam conditions.
</p>
<p>
We believe that the med and perfect ATAR tryhards are simply too good, which is why we have made it our mission to help everybody else mimic a fraction of their power. In theory, those who do less past papers will recieve greater benefit from having sorted past questions to revise with than somebody who does all the past papers. Additionally everybody benefits when revising weak points or in the earlier months before the entire course is learnt as the time taken to find questions to revise is greatly reduced.
We believe that the med and perfect ATAR tryhards are simply too good, which is why we have made it our mission to help everybody else mimic a fraction of their power. In theory, those who don't plan on doing all the WACE past papers will recieve great benefit from having sorted past questions to revise with. Additionally everybody benefits when revising weak points or in the earlier months before the entire course is learnt as the time taken to find questions to revise is greatly reduced.
</p>
<p>
Join our discord at <a href="https://discord.gg/4j7THDwz" target="_blank">here</a>.
Expand Down
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,27 @@ <h2>Advanced Search</h2>
</select>
</div>
<div class="filter">
<div class="filterLabel">Source: </div>
<div class="filterLabel">Organisation: </div>
<select id="sourceSelect" class="filterSelect">
<option value="all">All</option>
<option value="WACE">WACE</option>
<option value="-">---- Example Schools (no content) ----</option>
<option value="PMOD">Perth Modern School</option>
<option value="CCGS">Christ Church Grammar School</option>
<option value="Rossmoyne">Rossmoyne Senior High School</option>
<option value="Willetton">Willetton Senior High School</option>
</select>
</div>
<div class="filter">
<div class="filterLabel">Assessment Type: </div>
<select id="typeSelect" class="filterSelect">
<option value="all">All</option>
<option value="WACE">WACE Exam</option>
<option value="-">---- Example Types (no content) ----</option>
<option value="Sem1">Sem 1 Exam</option>
<option value="Sem2">Sem 2 Exam</option>
<option value="Inv">Investigation</option>
<option value="Test">Test</option>
</select>
</div>
<div class="filter">
Expand Down
Loading

0 comments on commit 55c511f

Please sign in to comment.