Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Prtatey28 committed Jan 22, 2024
1 parent 76f17c7 commit ab40be6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,21 +147,22 @@
<div class='logo'>
<a href="https://sites.google.com/jeffcoschools.us/prestontateyama-pathwaypre-che/home" target="_blank"><img src="img/Sherpa_Logo.png"></a>
</div>
<p style="position: bottom; text-align:center; font-size:20px;"><mark>Enter Your Classes Below, <b>BY SEMESTER,</b> and Press the Blue "Check" Button When You Are Ready to Continue</mark></p>
<!--<p style="position: bottom; text-align:center; font-size:18px; background-color:pink;"><b><u>Keep In Mind:</u></b>
<p style="position: bottom; text-align:center; font-size:20px;"><mark>Enter Your Classes Below, <b>BY SEMESTER,</b> and Press the Blue "Verify" Button When You Are Ready to Continue</mark></p>
<p style="position: bottom; text-align:center; font-size:18px; background-color:pink;"><b><u>Keep In Mind:</u></b>
<ul class="list-1">
<li class="list-1-li"><mark>You are adding every single <b>PASSED</b> class from your highschool career so far, including the classes you are taking this semester</mark></li>
<li class="list-1-li">Multiple year classes are subjugated by "I" not "#." (Ex: Algebra 2 = Algebra II.)</li>
<li class="list-1-li">Math 4th year is its own class, make sure to add it if it applies to you!</li>
<li class="list-1-li">Geometry in construction and AMPED are their own classes (Ex: Add AMPED, not AMPED + Algebra I)</li>
</ul></p>test-->
<li class="list-1-li">Full list of available classes can be found <a href='https://docs.google.com/document/d/1DWIG5TPWUFKCGuHTxO5pViDzF1kx9RVS61CTlSSL4i0/edit?usp=sharing' target="_blank"><b>HERE</b></a></li>
</ul></p>
<!--This code is what is run when the search button is pressed. The search bar is turned off, and it sends you to the next webpage, search.php-->
<form autocomplete="off" id="form" action="/search.php" method="post">
<div class="autocomplete">
<!--This code is used to define what's inside the search bar-->
<input id="input" type="text" placeholder="Start Typing Class Name" name="input">
</div>
<input type="submit" value="Check" name="submit">
<input type="submit" value="Verify" name="submit">
<div id="hiddenInputs">

</div>
Expand Down

0 comments on commit ab40be6

Please sign in to comment.