Skip to content

Commit

Permalink
About + Index UI Page Update B
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayd3n committed Jan 29, 2024
1 parent fecb94c commit 3d8f706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
3 changes: 2 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
</div>
</nav>
<h1>About Us</h1>
<h1 style="font-size: 50px; color: white; text-align:center">About Us</h1>
</section>

<section class="sub-header">
Expand Down Expand Up @@ -71,6 +71,7 @@ <h1>Effortless Integration </h1>
<div class="row">
<div class="about">
<h1>Customisable To Suit Your Enterprise's Conditions</h1>
<br>
<p>
SEER is a highly customisable device allowing <br>
you to connect it to your enterprise's database and send <br>
Expand Down
14 changes: 3 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h2>Pathway Tracker</h2><br>
<p>
- Select Security Guard's name to track pathway -
</p><br>
<label for="guard">Select Security Guard:</label>
<select required name="guard" id="guard">
<label for="guard">Select Security Guard:</label>
<select required name="guard" id="guard">
<option value="javascript">Tan Ah Beng</option>
<option value="python">Lim Peck Gao</option>
<option value="c++">Tan Jun Yong</option>
Expand All @@ -51,19 +51,11 @@ <h2>Pathway Tracker</h2><br>
<button onclick="runSeer()"> Run Seer </button>
<br><br>
</div>
<label for="guard">Select Security Guard:</label>
<select required name="guard" id="guard">
<option>Name</option>
<option value="javascript">Tan Ah Beng</option>
<option value="python">Lim Peck Gao</option>
<option value="c++">Tan Jun Yong</option>
<option value="java">Keat Lim</option>
</select>


<div class="footer">
<p>Contact Us: +65 12345678</p>
</div>
</body>

</html>
</html>

0 comments on commit 3d8f706

Please sign in to comment.