-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsignup-parent.html
72 lines (68 loc) · 2.28 KB
/
signup-parent.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Parent Signup Page</title>
<link rel="icon" href="css\qsee-parent-non-shadow.png" />
<link rel="stylesheet" href="css\signup-parent.css" />
<link
href="https://fonts.googleapis.com/css2?family=Akaya+Telivigala&family=Roboto:wght@300&family=Ropa+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Righteous&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="container">
<div class="content">
<h1>Sign Up</h1>
<form>
<!-- <p>]Username</p> -->
<p></p>
<input
class="input"
type="text"
name=""
placeholder="Enter your Name"
/>
<p></p>
<input type="text" name="" placeholder="Enter your IC number" />
<p></p>
<input type="text" name="" placeholder="Enter your Phone number" />
<p></p>
<input type="text" name="" placeholder="Enter your email address" />
<!-- <p>Password</p> -->
<p></p>
<input type="password" name="" placeholder="Enter your Password" />
<p></p>
<input type="text" name="" placeholder="Enter your Child's Name" />
<p></p>
<input
type="text"
name=""
placeholder="Enter your Child's IC number"
/>
<p></p>
<select id="schools" name="school list" form="schools form">
<option value="volvo">Select your Child's School:</option>
<option value="saab">St Mary Chinese Primary School</option>
<option value="opel">Sjk(C) Keh Seng</option>
<option value="audi">SJK(T) Melaka (Kubu)</option>
</select>
<p></p>
<button formaction="pickrole.html" class="Sudmit">Submit</button>
</form>
</div>
<div class="bg-image">
<div class="layer">
<img src="img\qseeee.png" class="qseeParent" />
<p class="Parent">Parent</p>
</div>
</div>
</section>
</body>
</html>