-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstudents.html
156 lines (149 loc) · 5.86 KB
/
students.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="./assets/css/students.css">
<link rel="icon" href="./assets/img/logo.png" sizes="16x16" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="./assets/js/students.js"></script>
<script
src="https://code.jquery.com/jquery-3.6.0.slim.min.js"
integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI="
crossorigin="anonymous"
></script>
<title>Students</title>
</head>
<body>
<nav id="navigation">
<div class="logo">
<img src="./assets/img/logo.png" />
<h1>Ananda College</h1>
</div>
<ul class="navlinks">
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./blog.html">Blog</a>
</li>
<li><a href="./students.html"><b>Students</b></a></li>
<li><a href="./societies.html">Societies</a></li>
</ul>
<div class="hamburger">
<div></div>
<div></div>
<div></div>
</div>
</nav>
<div class="blogHeader">
<h1>Student Help</h1>
<div class="blogHeaderBorder">
<div></div>
<div></div>
<div></div>
</div>
</div>
<div class="timetableContainer">
<div class="timetableTitle">
<h1>Online Class Timetable</h1>
<p>* Download your online class timetable from given link. After you select your grade, you will be redirected to your timetable</p>
</div>
<div class="classButtons">
<button class="link">Grade 1</button>
<button class="link">Grade 2</button>
<button class="link">Grade 3</button>
<button class="link">Grade 4</button>
<button class="link">Grade 5</button>
<button class="link">Grade 6</button>
<button class="link">Grade 7</button>
<button class="link">Grade 8</button>
<button class="link">Grade 9</button>
<button class="link">Grade 10</button>
<button class="link">Grade 11</button>
<button class="link">Grade 12</button>
<button class="link">Grade 13</button>
</div>
</div>
</div>
<div class="timetableContainer">
<div class="timetableTitle">
<h1>Request a School Email Account</h1>
<p>Enter these basic details, We'll get back to you in 3-5 school days.</p>
</div>
<form class="contactSection">
<div class="dataSet">
<label for="fname">Full Name</label><br>
<input type="text" name="fname" placeholder="Name"><br>
</div>
<div class="dataSet">
<label for="fname">Personal Email</label><br>
<input type="text" name="email" placeholder="Email"><br>
</div>
<div class="dataSet">
<label for="fname">School Admission Number</label><br>
<input type="text" name="email" placeholder="Admission Number"><br>
</div>
<button>Submit</button>
</form>
</div>
</div>
<footer>
<div class="footerTitle">
<img src="./assets/img/logo.png" />
</div>
<div class="footerSections">
<form class="contactSection">
<h1>Leave a message</h1>
<div class="dataSet">
<label for="fname">Full Name</label><br>
<input type="text" name="fname" placeholder="Name"><br>
</div>
<div class="dataSet">
<label for="fname">Email</label><br>
<input type="text" name="email" placeholder="Email"><br>
</div>
<div class="dataSet">
<label for="fname">Message</label><br>
<textarea placeholder="Message"></textarea><br>
</div>
<p>*We'll never share your details with anyone else.</p>
<button>Submit</button>
</form>
<div class="documentsSection">
<h3>Downloads</h3>
<p><u>School Development Society (SDS) Budget Estimate 2020</u></p>
<p><u>New Circular for School Development Societies with effective from 2019 onward</u></p>
<h3>Other Content</h3>
<p><u>FAQ</u></p>
<p><u>School Rules & Regulations</u></p>
<p><u>Privacy Policy</u></p>
<h3>Pages</h3>
<p><a href="./index.html">Home</a></p>
<p><a href="./blog.html">Blog</a></p>
<p><a href="./students.html"><b>Students</b></a></p>
<p><a href="./societies.html">Societies</a></p>
</div>
<div class="inquiriesSection">
<div class="inquiries">
<h3>General Enquiries</h3>
<li><label for=""><b>Email: </b></label><label><p>[email protected]</p></label></li>
<li><label for=""><b>Phone: </b></label><label><p>+94 11 268 1815</p></label></li>
<li><label for=""><b>Address: </b></label><label><p>Ananda College, Colombo 10, Western Province, Sri Lanka</p></label></li>
<li><label for=""><b>Website: </b></label><label><p>https://www.anandacollege.edu.lk/</p></label></li>
</div>
</div>
</div>
<div class="abhiyogaSec">
<div class="">
<a href="http://www.bcmu.lk" target="_blank">
<img src="assets/abhiyogawebdev.png" alt="logo" width="150" height="150" border="0" align="right" style="margin-top:20px"></a>
</div>
<div>
<p>Website made by <a href="https://github.com/Hasala2002">Hasala Heiyanthuduwa</a> & <a href="https://github.com/chamindujs">Chamindu Amarasinghe</a></p>
<p><b>ACICTS © 2021</b></p>
</div>
</div>
</footer>
</body>
</html>