-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
295 lines (247 loc) · 12.1 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="dist/output.css" rel="stylesheet">
<link rel="stylesheet" href="../src/font/font-awesome-4.7.0/css/font-awesome.min.css">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="../src/mycss/cssa.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Roboto:wght@500&display=swap" rel="stylesheet">
<title>Shree Pokhariya Sec. School</title>
<style>
.cap {
text-transform: uppercase;
}
/* Personally added */
.btn-primary{
font-size: larger;
color: white;
border: 2px;
background-color: rgb(45, 221, 221);
border-radius: 9999;
padding: 2px;
}
.btn-primary :hover{
background-color: green;
color: blue;
}
.c {
font-weight: 500;
color: rgb(3, 252, 223);
}
.carousel-open:checked+.carousel-item {
position: static;
opacity: 100;
}
.carousel-item {
-webkit-transition: opacity 0.6s ease-out;
transition: opacity 0.6s ease-out;
}
#carousel-1:checked~.control-1,
#carousel-2:checked~.control-2,
#carousel-3:checked~.control-3 {
display: block;
}
.carousel-indicators {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 2%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}
#carousel-1:checked~.control-1~.carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked~.control-2~.carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked~.control-3~.carousel-indicators li:nth-child(3) .carousel-bullet {
color: #2b6cb0;
/*Set to match the Tailwind colour you want the active one to be */
}
.coursel-a {
background-image: url(../src/img/school1.jpeg);
background-repeat: no-repeat;
background-size: cover;
}
.coursel-b {
background-image: url(../src/img/school2.jpeg);
background-repeat: no-repeat;
background-size: cover;
}
.hero {
text-align: center;
max-width: 100vw;
height: 80vh;
background-image: url(/src/img/pic5.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.heroText {
align-self: baseline;
}
.headsirDiscription {
border-radius: 50px;
}
.principle{
font-family: 'Montserrat',sans-serif;
}
</style>
<script>
var color1 = 'bg-cyan-500';
let a = document.getElementsByClassName('bg-color1');
a.classList.add(color1);
function color2(cls) {
let a = document.getElementsByClassName(cls);
a.classList.add('bg-green-500');
}
</script>
</head>
<body class="bg-gray-50 principle">
<nav class="bg-zinc-50 p-5 shadow md:flex md:items-center md:justify-between">
<div class="justify-between flex items-center ">
<span class="text-2xl font-bold font-[Poppins] cursor-pointer">
<img src="../src/img/logo.png" alt="" srcset="" class="h-10 inline">
Pokhariya School
</span>
<span class="text-3xl cursor-pointer md:hidden block mx-2">
<ion-icon name="menu-outline " onclick="Menu(this)"></ion-icon>
</span>
</div>
<ul
class="md:flex md:items-center z-[-1] md:z-auto md:static absolute bg-white w-full left-0 md:w-auto md:py-0 py-4 md:pl-0 pl-7 md:opacity-100 opacity-0 top[-400px] transition-all ease-in duration-500">
<li class="mx-4 my-6 md:my-0"><a href="#" class="text-xl hover:text-cyan-500 duration-500 cap">Home</a></li>
<li class="mx-4 my-6 md:my-0"><a href="#" class="text-xl hover:text-cyan-500 duration-500 cap">team</a>
</li>
<li class="mx-4 my-6 md:my-0"><a href="#" class="text-xl hover:text-cyan-500 duration-500 cap">Gallery</a></li>
<li class="mx-4 my-6 md:my-0"><a href="#" class="text-xl hover:text-cyan-500 duration-500 cap">News</a>
</li>
<button
class="bg-sky-600 text-white font-[Poppins] duration-500 px-6 py-2 mx-4 hover:bg-sky-400 rounded font-bold">Contact us</button>
</ul>
</nav>
<div class="hero">
<div class="heroText pt-96">
</div>
</div>
<h3 class="text-center text-2xl p-5">Fig: Shree Pokhariya Secondary School</h3>
<div class="bg-green-400">
<div>
<h3 class="text-2xl text-white pt-5 text-center">Message From Principal</h3>
</div>
<div class="headTeacher grid-cols-2 gap-x-7 flex p-5 sm:grid-rows-2 md:grid-rows-2 ">
<div class="img lg:px-12 sm:px-2 " ><img src="src/img/headteacher/headteacher.jpeg" alt="Principal of Pokhariya rounded-md" class="shadow-slate-700 shadow-md">
<div class="bg-green-700 text-white text-center ">Khem Raj Bhattrai
</div>
</div>
<div class="bg-fuchsia-200 pl-30 headsirDiscription ">
<p class="lg:p-10 sm:[ px-8 pt-10 ] sm:pb-5 text-center text-blue-600 ">Our goal is to make education free and effective to every children of Nepal And we believes,Good education creates good youth and good youth build up a good and prosper nation</p>
<div class="text-center sm:pb-3 s ">
<button class="bg-green-400 p-2 text-white hover:text-orange-600 hover:bg-purple-400 rounded duration-300"><h3 class="px-5">Read More</h3></button>
</div>
</div>
</div>
</div>
<div class="bg-white px-11">
<div class="bg-blue-500">
<div class="lg:grid-row-2"></div>
</div>
</div>
<footer>
<div class="p-10 bg-gray-800 text-gray-200">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2">
<div class="mb-5">
<h4 class="text-2xl pb-4">Pokhariya Secondary School</h4>
<p class="text-gray-500">
A342 lost street <br>
Biratnagar, Morang <br>
Nepal <br> <br>
<strong>Phone-no</strong>+1 98342 21756<br>
<strong>Email:</strong>[email protected] <br>
</p>
</div>
<div class="mb-5">
<h4 class="pb-4">Useful Links </h4><br>
<ul class="text-gray-500">
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Home </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Team </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Gallery </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Alumuni </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Contact </a></li>
</ul>
</div>
<div class="mb-5">
<h4 class="pb-4">Deparments</h4><br>
<ul class="text-gray-500">
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Secondary Block </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Primary Block </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Science Block </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Management Block </a></li>
<li class="pb-4"> <i class="fa fa-chevron-right text-yellow-500"></i> <a href="#"
class="hover:text-yellow-500"> Teachers </a></li>
</ul>
</div>
<div class="mb-5">
<h4 class="pb-4">Join Our Newsletter</h4>
<p class="text-gray-200 pb-2 ">Join 3000+ community and never miss out updates, news and more
</p>
<form action="" class="flex flex-row flex-wrap">
<input type="text" class="text-gray-500 w-2/3 focus:border-yello=-500"
placeholder="[email protected]">
<button class="p-2 w-1/3 bg-yellow-500 text-white hover:bg-yellow-600">Enroll</button>
</form>
</div>
</div>
</div>
</div>
<div class="w-full bg-gray-900 text-gray-500 px-10 ">
<div class="max-w-7xl flex flex-col sm:flex-row py-4 mx-auto justify-between items-center">
<div class="text-center">
<div>
Copyright <strong><span>COmpany</span></strong>. All Right Reserved
</div>
Designed by <a href="https://github.com/organizations/Neptok" class="text-yellow-500"> Bishal Shah
with TechCube</a>
</div>
<div class="text-center text-white text-xl mb-2">
<a href="#"
class="w-10 h-10 rounded-full bg-yellow-500 hover:bg-yello-600 mx-1 inline-block pt-1 "><i
class="fa fa-twitter"></i></a>
<a href="#"
class="w-10 h-10 rounded-full bg-yellow-500 hover:bg-yello-600 mx-1 inline-block pt-1 "><i
class="fa fa-instagram"></i></a>
<a href="#"
class="w-10 h-10 rounded-full bg-yellow-500 hover:bg-yello-600 mx-1 inline-block pt-1 "><i
class="fa fa-youtube"></i></a>
<a href="#"
class="w-10 h-10 rounded-full bg-yellow-500 hover:bg-yello-600 mx-1 inline-block pt-1 "><i
class="fa fa-facebook"></i></a>
<a href="#"
class="w-10 h-10 rounded-full bg-yellow-500 hover:bg-yello-600 mx-1 inline-block pt-1 "><i
class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<script>
function Menu(e) {
let list = document.querySelector('ul');
e.name === 'menu' ? (e.name = "close", list.classList.add('top-[80px]'), list.classList.add('opacity-100')) : (e.name = "menu", list.classList.remove('top-[80px]'), list.classList.remove('opacity-100'))
}
</script>
</body>
</html>