-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteacher-create-project.html
More file actions
49 lines (34 loc) · 2.06 KB
/
teacher-create-project.html
File metadata and controls
49 lines (34 loc) · 2.06 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- ####### YAY, I AM THE SOURCE EDITOR! #########-->
<h1 style="color: #5e9ca0;">Gold<span style="color: #2b2301;">Point</span></h1>
<h2 style="color: #2e6c80;">Create a new Project</h2>
<p>Fill in all of the information below. <br />Once you are done, click the "Create Project" button at the bottom of the page. </p>
<form action="/action_page.php">
<label>Project Name: </label>
<input type = "text"
id = "myText"
value = "name of project" />
<p><strong> </strong></p>
<label>Student #1:</label>
<input type = "text"
id = "myText"
value = "enter name of student #1" />
<p> <span style="background-color: #2b2301; color: #fff; display: inline-block; padding: 3px 10px; font-weight: bold; border-radius: 5px;">Add student</span> Add another student</h2>
<p><strong> </strong></p>
<label>Step #1:</label>
<input type = "text"
id = "myText"
value = "enter name of step #1" /> <input type="checkbox" name="vehicle" value="Bike"> Supplement
<input type="checkbox" name="vehicle" value="Car" > Deadline <label>Date due</label>
<input type = "text"
id = "myText"
value = "enter date step is due" />
<p> <span style="background-color: #2b2301; color: #fff; display: inline-block; padding: 3px 10px; font-weight: bold; border-radius: 5px;">Add step</span> Add another step</h2>
<p><strong> </strong></p>
<input type="submit" value="Create Project">
<p><strong> </strong></p>
<p><strong> </strong></p>
<input type="submit" value="Go back to main page">
</form>
<p><strong> </strong></p>
<p><strong>Save this link into your bookmarks and share it with your friends. It is all FREE! </strong><br /><strong>Enjoy!</strong></p>
<p><strong> </strong></p>