-
Notifications
You must be signed in to change notification settings - Fork 0
/
Etva prasad choupai.htm
316 lines (306 loc) · 8.46 KB
/
Etva prasad choupai.htm
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@800&family=Langar&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<style>
.fateh{
font-size: 35px;
font-family: 'Baloo Paaji 2', cursive;
background-color: black;
text-align: center;
color:deeppink;
border-radius: 300px;
border-style:double;
border-top-color:fuchsia;
border-bottom-color: deepskyblue;
border-left-color:darkorange;
border-right-color: lawngreen;
border-width: 10px;
padding: 16px;
}
.fateh#first{
margin-top: 114px;
}
.pages{
font-family: 'Langar', cursive;
background-color:navajowhite;
color: red;
font-weight: 600;
text-align: center;
font-size: 30px;
border:30px solid transparent;
border-image: url(floral.png) 220 repeat;
}
hr{
border-color:crimson;
border-style: dotted;
border-width: 3px;
border-radius: 16px;
}
.header{
border-radius: 0 0 16% 16%;
display: flex;
flex-direction: row;
position: fixed;
width:100%;
top: 0;
left: 0;
padding: 16px;
padding-left: 7px;
background-color: black;
font-size: 25px;
color: white;
}
.header a.first{
color: white;
margin-top: 2.6%;
text-decoration: none;
}
.header a:hover{
color: deepskyblue;
}
.back{
margin-left: 16px;
margin-right: 7px;
}
.header a.first:hover .back{
transition: 2s;
margin-left: 7px;
margin-right: 20px;
color: deepskyblue;
}
.header code{
color:deepskyblue;
margin-left: 130px;
margin-right: 130px;
font-weight: bold;
font-size: 70px;
}
.header code:hover{
animation: headerclr 1.6s ease-in-out infinite;
}
@keyframes headerclr {
0%{color: deepskyblue;}
50%{color: white;}
100%{color: deepskyblue;}
}
.dropbtn {
background-color: ghostwhite;
color: deepskyblue;
padding: 12px;
font-size:18px;
border: none;
cursor: pointer;
}
.dropbtn b{
margin-left: 16px;
}
.dropbtn:hover, .dropbtn:focus {
background-color: deepskyblue;
color: white;
}
.dropdown {
margin-top: 1.9%;
display: inline;
margin-right: 30px;
position: relative;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {background-color: #ddd; color: deepskyblue;}
.show {display: block;}
@media screen and (max-width: 768px){
.header{
border-radius: 0 0 20% 20%;
text-align: center;
flex-direction: column;
padding: 5px 0;
}
.back{
margin-left: 0;
}
.header a.first{
font-size: 25px;
}
.header code{
font-size: 35px;
}
.dropbtn{
margin-left: 40px;
}
.dropdown-content{
margin-left: 319px;
}
}
@media screen and (max-width: 600px){
*{
padding: 0;
margin: 0;
}
.fateh{
width: 100%;
font-size: 17px;
border-width: 7px;
margin: 7px 3px;
}
hr{
width: 111%;
margin: 7px 3px;
}
.pages{
width: 103.5%;
margin: 7px 3px;
font-size: 13px;
border: 16px solid transparent;
border-image: url(floral.png) 220 repeat;
}
.header{
border-radius: 0 0 20% 20%;
text-align: center;
flex-direction: column;
padding: 7px 0 !important;
}
.back{
margin-left: 0;
}
.header a.first{
font-size: 25px;
}
.dropbtn{
padding: 7px;
margin-left: 40px;
font-size: 20px;
}
.dropdown-content{
margin-left: 94px;
}
.dropdown-content a{
text-align: center;
padding: 10px;
}
.header code{
margin: 0;
margin-top: 2%;
font-size: 30px;
}
}
</style>
<title>Tva Prasad Choupai</title>
</head>
<body>
<div class="header" id="header">
<a href="index.htm" class="first"><b class="back"><i class="fa fa-angle-double-left"></i></b>Go Back</a>
<code id="hname">Tva Prasad Choupai</code>
<div class="dropdown">
<i onclick="myFunction()" class="dropbtn fa fa-language"><b>Language</b></i>
<div id="myDropdown" class="dropdown-content">
<a href="Gtva prasad choupai.htm">Gurmukhi</a>
<a href="Htva prasad choupai.htm">Hindi</a>
<a href="#">English</a>
</div>
</div>
<script>
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
</div>
<script>
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
document.getElementById("header").style.padding = "0px";
document.getElementById("header").style.transition = "0.7s all ease-in-out";
} else {
document.getElementById("header").style.padding = "16px";
document.getElementById("header").style.paddingLeft = "7px";
}
}
</script>
<div class="fateh" id="first">
<pre>Waheguru Ji Ka Khalsa
Waheguru Ji Ki Fateh</pre>
</div>
<hr>
<div>
<pre class="pages">
ik Oankaar satigur prasaadh ||
paatisaahee 10 ||
tva prasaad chaupai ||
pranavo aadh eka(n)kaaraa ||
jal thal maheeal keeo pasaaraa ||
aadh purakh abigat abinaasee ||
lok cha'tur dhas jot prakaasee ||1||
hasat keeT ke beech samaanaa ||
raav ra(n)k jeh ik sar jaanaa ||
adhavai alakh purakh abigaamee ||
sabh ghaT ghaT ke a(n)tarajaamee ||2||
alakh roop achhai anabhekhaa ||
raag ra(n)g jeh roop na rekhaa ||
baran chihan sabhahoo(n) te niaaraa ||
aadh purakh adhavai abikaaraa ||3||
baran chihan jeh jaat na paataa ||
sa'tr mi'tr jeh taat na maataa ||
sabh te dhoor sabhan te neraa ||
jal thal maheeal jaeh baseraa ||4||
anahadh roop anaahadh baanee ||
charan saran jeh basat bhavaanee ||
brahamaa bisan a(n)t nahee paio ||
net net mukhachaar bataio ||5||
koT i(n)dhr upi(n)dhr banaae ||
brahamaa rudhr upai khapaae ||
lok cha'tr dhas khel rachaio ||
bahur aap hee beech milaio ||6||
dhaanav dhev fani(n)dh apaaraa ||
ga(n)dhrab ja'chh rachai subh chaaraa ||
bhoot bhavi'kh bhavaan kahaanee ||
ghaT ghaT ke paT paT kee jaanee ||7||
taat maat jeh jaat na paataa ||
ek ra(n)g kaahoo nahee raataa ||
sarab jot ke beech samaanaa ||
sabhahoo(n) sarab Thauar pahichaanaa ||8||
kaal rahat an kaal saroopaa ||
alakh purakh abagat avadhootaa ||
jaat paat jeh chihan na baranaa ||
abagat dhev achhai an bharamaa ||9||
sabh ko kaal sabhan ko karataa ||
rog sog dhokhan ko harataa ||
ek chi't jeh ik chhin dhiaaio ||
kaal faas ke beech na aaio ||10||
</pre>
</div>
<hr>
<div class="fateh">
<pre>Waheguru Ji Ka Khalsa
Waheguru Ji Ki Fateh</pre>
</div>
</body>
</html>