6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
8
< link rel ="shortcut icon " href ="https://cdn-icons-png.flaticon.com/512/4329/4329416.png " type ="image/x-icon ">
9
- <!-- <link rel="stylesheet" href="./styles/style.css"> -->
10
- <!-- <link rel="stylesheet" href="./styles/bootstrap.min.css"> -->
11
9
12
10
<!-- Bootstrap CSS CDN -->
13
11
< link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
14
12
integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC " crossorigin ="anonymous ">
15
13
16
- < title > Bhagawat Geeta Sloka </ title >
14
+ < title > Bhagawat Geeta Slok </ title >
17
15
18
16
< style >
19
- /* @import url('https://fonts.googleapis.com/css2?family=Yatra+One&display=swap'); */
20
- /* @import url('https://fonts.googleapis.com/css2?family=Eczar&display=swap'); */
21
17
@import url ('https://fonts.googleapis.com/css2?family=Eczar&family=Noto+Sans+Devanagari:wght@200;400;600&display=swap' );
22
18
23
19
24
20
body {
25
- /* width: 420px;
26
- height: 400px; */
27
21
font-family : 'Noto Sans Devanagari' , sans-serif;}
28
22
29
23
div .sloka-container {
30
- /* background:linear-gradient(189deg,#fff 19%,#f7fffa 50%);*/
31
24
color : # 4f4141 ;
32
25
}
33
26
36
29
opacity : +.98
37
30
}
38
31
39
- /* h2 {
40
- font-family: 'Yatra One', cursive;
41
- } */
42
32
43
33
h3 {
44
34
line-height : 23pt ;
45
- /* font-family: 'Yatra One', cursive; */
46
35
margin : 10px ;
47
36
color : # 4f4141 ;
48
37
font-weight : 600 ;
62
51
</ style >
63
52
</ head >
64
53
65
- < body " >
54
+ < body >
66
55
< div class ="container text-center my-auto ">
67
56
< div class ="col-6 mx-auto ">
68
57
< h2 class ="p-2 "> Bhagavad Gita Slok Fetcher</ h2 >
@@ -80,20 +69,20 @@ <h2 class="p-2">Bhagavad Gita Slok Fetcher</h2>
80
69
< div class ="col-4 ">
81
70
<!-- <label class = "form-label" for="sloka">Select Sloka</label> -->
82
71
< select class ="form-control " id ="sloka " min ="1 " required >
83
- < option value ="" selected ="selected "> Select a Sloka </ option >
72
+ < option value ="" selected ="selected "> Select a Slok </ option >
84
73
</ select >
85
74
</ div >
86
75
</ div >
87
76
< div class ="pt-2 col-12 p-3 ">
88
- < button class ="btn btn-danger " type ="submit "> Fetch Sloka </ button >
77
+ < button class ="btn btn-danger " type ="submit "> Fetch Slok </ button >
89
78
</ div >
90
79
91
80
</ form >
92
81
< div class ="text-center p-2 sloka-container " id ="sloka-container "> </ div >
93
82
94
- < footer class ="p-2 ">
83
+ < footer class ="footer mt-auto py-3 ">
95
84
< p > Made with 🙏 by Dhiraj Raut. < br >
96
- Fetched from < a href ="https://bhagavadgitaapi.in/ " target ="_blank "> @ BhagavadGitaApi</ a > </ p >
85
+ Data Source: < a href ="https://bhagavadgitaapi.in/ " target ="_blank "> BhagavadGitaApi</ a > </ p >
97
86
</ footer >
98
87
</ div >
99
88
</ div >
0 commit comments