-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (161 loc) · 8.22 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<title>Main Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Mali" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
<style>
body{ font-family:'Mali', cursive;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
border-radius: 5px;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
.header {
padding: 60px;
text-align: center;
background-image:url(https://www.color-hex.com/palettes/16811.png);
color: white;
font-size: 30px;
}
.footer {
padding: 10px;
text-align: left;
background:url(https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/I9MWSDR/blue-gradient-loop_ey_svynqx__F0000.png);
color: white;
font-size: 30px;
}
</style>
</head>
<body>
<div class="header" style="padding: 20px">
<h1>GEEK PUBLIC SCHOOL</h1>
</div>
<nav class="navbar navbar-expand-lg navbar-dark" style="background-image:url(https://www.color-hex.com/palettes/16811.png)">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#" data-toggle="popover" data-trigger="hover" data-content="You are here."><i class="fa fa-home" style="font-size:30px;color:white"></i><span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" title="Geek Public School" data-toggle="modal" data-target="#about">About</a>
<div class="modal" id="about">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" >About us</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body" style="background-color: greenyellow;color: green">
Your search for a great school for your word ends here.<br> Our 50 year old legacy will bring out the best in your child.<br>
We focus on holistic and well-rounded personality of your child and<br>make them ready to be the next gen world leaders.<br>
With us your child is not just a roll number but an oppurtunity to make world a better place.
</div>
<!-- Modal footer -->
<div class="modal-footer" style="background-color: coral;color: brown">
Remember, great schooling equals great future.
</div>
</div>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" id="navbarDropdown" role="button" aria-haspopup="true" aria-expanded="false">
Explore
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="faculty.html">Faculty</a>
<a class="dropdown-item" href="gallery.html">Gallery</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
<li data-target="#demo" data-slide-to="4"></li>
<li data-target="#demo" data-slide-to="5"></li>
<li data-target="#demo" data-slide-to="6"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active ">
<img src="https://eventage-images-dgxbmy4th.netdna-ssl.com/wp-content/uploads/2018/09/IMG_9638-1100x400.jpg" width="1100" height="500">
</div>
<div class="carousel-item ">
<img src="http://www.stuartbinghamphotography.co.uk/wp-content/uploads/2016/08/science-lab-2-1100x400.jpg" width="1100" height="500">
</div>
<div class="carousel-item ">
<img src="https://www.vestaviasoccer.com/wp-content/uploads/sites/6/2016/06/1100x400-20160627-regionals-01.png" width="1100" height="500">
</div>
<div class="carousel-item ">
<img src="https://5rd1122q2fb2q9nsj36dtnqz-wpengine.netdna-ssl.com/wp-content/uploads/2015/04/sports-hall-volleyball-1100x400.jpg" width="1100" height="500">
</div>
<div class="carousel-item ">
<img src="https://good-samaritan-school.com/wp-content/uploads/2017/07/DSC_0961-1-1100x400.jpg" width="1100" height="500">
</div>
<div class="carousel-item ">
<img src="http://www.huntarchitects.co.uk/wp-content/uploads/2015/07/1222-PH-EXT-Square011-1100x400.jpg" width="1100" height="500"></div>
<div class="carousel-item ">
<img src="http://www.parshvnathsahodayagiridih.org/wp-content/uploads/2018/08/honey-960x349.jpg" width="1100" height="500">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<div class="card" >
<img src="http://entertainment.inquirer.net/files/2014/12/1219nepales-13.jpg" alt="Principal" style="width:80%;">
<div class="container">
<h2 style="text-align: center;color: royalblue"><b>From Principal's Desk</b></h2>
<p style="color:blue;float:right;">It gives me an immense pleasure to be part of this tremendously marvellous institution which has been giving world leaders and bringing breakthroughs in realm of education for past 50 years.This year I am glad to announce that we have completed half a century of meaningful existence and are more than motivated to give best of our services to do our bit for this country and its asset i.e. students.</p>
</div>
</div>
<div class="footer" id="contact">
<h3>Contact us</h3>
<ul style="list-style-type: none">
<li><i class="fa fa-phone-square" style="color:white;font-size:30px">1800-900-2442</i>
<a href="www.facebook.com"><i style="font-size:30px;color:white;margin-left: 8px" class="fa fa-facebook"></i></a>
<a href="www.twitter.com"><i style="font-size:30px;color:white;margin-left: 8px" class="fa fa-twitter"></i></a></li>
<li ><a href="info@geekpublicschool.com" style="text-decoration: none;color:white;font-size:25px">info@geekschool.com</a></li>
<li style="font-size: 25px">Copyright<i class="fa fa-copyright" style="color:white;"></i>Geeksman Fraternity 2018</li>
</ul>
</div>
</body>
</html>