-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstudent-dashboard.html
135 lines (133 loc) · 4.17 KB
/
student-dashboard.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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>Student-Dashboard</title>
<link rel="icon" href="css\qsee-student-non-shadow.png" />
<link rel="stylesheet" href="css\student-dashboard.css" />
<link
href="https://fonts.googleapis.com/css2?family=Righteous&family=Roboto&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="layer">
<div class="upper">
<img src="img\3line.png" class="tlines" />
<!-- <img src="img\searchbar.png" class="searchbar" /> -->
<a href="gaze-detect\index.html"><button class="qmeet"></button> </a>
<a href="pickrole.html"><button class="home"></button> </a>
</div>
<!-- <div>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
class="src"
>
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z"
/>
</svg>
<input type="text" class="type" placeholder="Search" />
</div> -->
<center>
<div class="profile">
<a href="#"><button class="student"></button></a>
<h1 class="name">Ali</h1>
<h2 class="select">3 Mutiara</h2>
<!-- <label class="select" for="Child">Child:</label>
<select
class="select"
id="schools"
name="school list"
form="schools form"
>
<option value="Ali">Ali</option>
<option value="Siti">Siti</option>
<option value="Aishya">Aishya</option>
<option value="Hazim">Hazim</option>
</select> -->
<img src="img\droplet.png" class="droplet" />
</div>
<!-- <div class="container">
<div class="row">
<div class="col-md-2">
<a href="#"
><button class="class">
<img src="img\ppl.png" />
<h1>3 Mutiara</h1>
</button>
</a>
</div>
<div class="col-md-3">
<a href="game.html"
><button class="game">
<img src="img\game.png" />
<h1>Games</h1>
</button></a
>
</div>
</div>
<div class="row">
<div class="col">
<a href="#"
><button class="todo">
<img src="img\todo.png" />
<h1>To Do’s Works</h1>
</button></a
>
</div>
<div class="col">
<a href="#"
><button class="subject">
<img src="img\subject.png" />
<h1>Subjects</h1>
</button></a
>
</div>
</div>
</div> -->
<a href="#"
><button class="class">
<img src="img\ppl.png" />
<h1>Class: 3 Mutiara</h1>
<p></p>
<h1 class="announc">Announcement</h1>
</button>
</a>
<a href="game.html"
><button class="game">
<img src="img\game.png" />
<h1>Games</h1>
</button></a
>
<p></p>
<a href="#"
><button class="todo">
<img src="img\todo.png" />
<h1>To Do’s Works</h1>
</button></a
>
<a href="student\subject.html"
><button class="subject">
<img src="img\subject.png" />
<h1>Subjects</h1>
</button></a
>
</center>
</div>
</body>
</html>