-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsched.html
More file actions
36 lines (29 loc) · 720 Bytes
/
Copy pathsched.html
File metadata and controls
36 lines (29 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>Scheduled</title>
</head>
<body>
<h2>Scheduled Tutoring</h2>
<form action="includes/rt_list.php" method="POST">
<textarea name="top" placeholder="Choose a topic to search for qualified tutors." rows=1 cols=35></textarea>
<button type="submit" name="submit">Search</button>
</form>
<h3>Scheduled sessions:</h3>
<p1> You have no sessions scheduled currently.</p1>
<h4>Recent Tutors you've interacted with:</h4>
<h4>Thomas W.</h4>
<br>
<p3> 4.7 Stars.</p3>
<br>
<p3> Premium Tutor</p3>
<br>
<p3> Tutors in Calculus, Chemistry, and Physics</p3>
<br>
<h4>Roberta K.</h4>
<br>
<p3> 4.9 Stars
<br>
<p3> Tutors in K-6 Science, Grammar and Mechanics, and Algebra</p3>
</body>
</html>