Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions nginx/public/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -9,19 +10,20 @@

<br/>

<h3 id="message">Welcome!</h3>
<h3 style="font-size:150%;" id="message">Welcome!</h3>

<p>Name</p>
<input type="text" id="name"/>
<button onclick="enterQueue();">Enter Queue</button>
<p style="font-family:courier;" > Enter Your Name Below Please!</p>
<input style = "border:5px solid darkgoldenrod; background-color:cadetblue;color: red" type="text" id="name"/>
<button style="background-color:powderblue;border:5px solid Tomato", onclick="enterQueue();">Enter Queue</button>
<br/><br/>

<button onclick="readyToHelp();">TA Ready to Help</button>
<button style="color:darkslateblue ;border:5px solid cornflowerblue; background-color: #9dd7c6; font-family:'Times New Roman' " onclick="readyToHelp();">TA Ready to Help</button>

<br/>

<div id="queue"></div>

<br/>
<p style = "color: darkorange; font-family: Impact; font-size: 100%;">The fact that you are here shows you are trying youre best! Keep Going!!</p>
<script src="officeHours.js"></script>


Expand Down