-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlink_hindi.html
156 lines (112 loc) · 4.35 KB
/
link_hindi.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
<!DOCTYPE html>
<html>
<head>
<title>Grihalakshmi | Links</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<style>
*{
margin: 0;padding: 0;font-family: 'Josefin Sans', sans-serif;
}/*universal */
/* Make the image fully responsive */
.navbar{
font-size: 1.2em;
}
.navbar-brand{
font-size: 1.8em;
}
</style>
</head>
<body background="bg.jpg">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">
गृहलक्ष्मी</a>
<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 ml-auto mr-5 px-3">
<li class="nav-item active">
<a class="nav-link" href="Hindi.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_hindi.html">संपर्क करें</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign_in_hindi.html">साइन इन</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign_up_hindi.html">साइन अप</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html">
<button type="submit" class="btn btn-secondary">In English</button>
</a>
</li>
<li>
<a class="text-center nav-link" href="link_hindi.html">
<button type="submit" class="btn btn-secondary">अतिरिक्त लिंक</button>
</a>
</li>
</ul>
</div>
</nav>
</header>
<br><br><br>
<section>
<h1 class="text-center">
लिंक </h1>
<br>
<h2 class="text-center bg-dark text-white ">
सरकारी नीतियों के बारे में अधिक जानने के लिए, संदर्भ के लिए कुछ उपयोगी लिंक यहां दिए गए हैं </h2>
<button type="button" class="btn btn-info text-center btn btn-primary btn-lg" >https://dot.gov.in/useful-links</button>
<button type="button" class="btn btn-info text-center btn btn-primary btn-lg" >https://www.india.gov.in/</button>
<button type="button" class="btn btn-info text-center btn btn-primary btn-lg" >https://www.nvsp.in/</button>
<button type="button" class="btn btn-info text-center btn btn-primary btn-lg" >https://meity.gov.in/</button>
</section>
<section>
<div class="container-fluid">
<h1 class="text-center text-capitalize pt-5">
गेलरी</h1>
<hr class="w-25 mx-auto pt-5">
<div class="row">
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="pic5.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="pic8.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="dabba.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="pic4.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="pic3.jpg" class="img-fluid"><!--Image credits: https://telanganatoday.com/what-is-women-empowerment -->
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="lijjat.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="pic10.jpg" class="img-fluid">
</div>
<div class="col-lg-3 col-md-3 col-12 mb-5">
<img src="bg_colorful.jpg" class="img-fluid">
</div>
</div>
</section>
<footer>
<div class="pt-5">
<p class="text-center bg-dark text-white">Made with love by Sarang</p>
<p class="text-center bg-dark text-white">© Grihalakshmi- Sarang 2020</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>