-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (67 loc) · 4.31 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- The title -->
<title>Springdale High School</title>
<!-- Fonts -->
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Asap&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="logo.png"
</head>
<body>
<!-- The logo -->
<div class="banner">
<img src="logo.jpg" class="logoman">
</div>
<!-- Names -->
<div class="bannertext">
<p>SPRINGDALE HIGH SCHOOL</p>
<p>A3 CITY CENTRE COMPLEX, KALYANI, NADIA</p>
</div>
<div class="contact">
<p>Phone: 033-25823889</p>
<p>springdaleschool@gmail.com</p>
</div>
<div>
<a><button class="nav">Home</button></a><a href="about.html"><button class="nav">About Us</button></a><a href="founders.html"><button class="nav">Founders</button></a> <a href="academics.pdf"><button class="nav">Academics</button></a><a href="history.html"><button class="nav">History</button></a><a href="gallery.html"><button class="nav">Gallery</button></a><a href="https://springdalehighschool.com/infrar.html"><button class="nav">Infastructure</button></a><a href="donation.pdf"><button class="nav">Social Service</button></a><a href="#notice"><button class="nav">Notice</button></a><a href="contact.html"><button class="nav">Contact Us</button></a><a href="hsresult.pdf"><button class="nav">H.S Result 2020</button></a><a href="madresult.pdf"><button class="nav">Madhyamik Result 2020</button></a><a href="https://www.onlinesbi.com/sbicollect/icollecthome.htm"><button class="nav">Pay online fees</button></a><a href="payment.pdf"><button class="nav">Online payment guide</button></a><a href="assign.html"><button class="nav">Assignments</button></a>
</div>
<br><br><br><br>
<div class="welcome">
Welcome To Springdale High School
</div>
<div class="picture">
<img src="mrs.jpg">
</div>
<div class="dreamline">
The dream that Springdale envisages:
</div>
<div class="maintext">
All round development of the students. To foster in every student a desire to serve humanity and in doing so, to develop a respect for the truth. To develop social, academic and physical potential of each student in a caring out disciplined environment, to assist each student towards proficiency in basic academic skills and to improve creativity and excellence. To promote a strong mutual bond among all members of the school family: parents, staff and students. To place a special emphasis on a creative learning environment as well as on extending the range of educational experiences for the students. This may be through taking students to educational excursions or through the extra-curricular programmes the school offers.
</div>
<div>
<p class="welcome" id="notice">Notice</p>
<p class="maintext">Wishing you a very Happy New Year on behalf of Springdale High School (H.S.).</p>
<p class="maintext">We greatly appreciate your help and support in this pandemic situation.</p>
<p class="maintext"> </p>
<p class="maintext">The school has also been by your side all the time keeping in mind the interest of the students.</p>
<div class="down">
<p>© 2021 Ayush Alam (Only the code)</p>
<p style="color: white;">We got
<!-- hitwebcounter Code START -->
<a href="https://www.hitwebcounter.com" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=7825892&style=0001&nbdigits=9&type=page&initCount=0" title="Free Counter" Alt="web counter" border="0" /></a> views in our webpage!
</p>
</div>
</body>
</html>