-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
314 lines (261 loc) · 13.2 KB
/
about.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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<html>
<head>
<title>About</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Css for cards-->
<link rel="stylesheet" href="owl.carousel.min.css">
<link rel="stylesheet" href="owl.theme.default.min.css">
<link rel="stylesheet" href="card.css">
<!--For about css-->
<link rel="stylesheet" type="text/css" href="style.css">
<style>
#p{
font-size: large;
}
</style>
</head>
<body>
<!-- NAvbar-->
<header>
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="nav -brand text-white" href="#"><img src="Images/j.jpg" width="20px" height="20px">Legal Aid Center</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">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Activities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Vidhi Sahayak</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact us</a>
</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-danger my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="container text-center text-white headerset">
<h1>
About
</h1>
<p>We ensure that the oppurtunity for securing justice are not denied to any person by reason of illeteracy and poverty etc
</p>
</div>
</header>
<!--- University of lko -->
<section id="Lu">
<div class="container center-block">
<div class="row mb-5">
<div class="col-sm">
<img src="Images\univ.png" class= " img-fluid pt-2 d-block mx-auto">
</div>
<hr>
</div>
</div>
</section>
<!--about-->
<section>
<div class="container-fluid" id="a">
<div class="row mb-5">
<div class="col-lg-6 col-md-6 col-12">
<img src="Images\g.jpg" class= "img-fluid pt-5 mr-5">
</div>
<div class="col-lg-6 col-md-6 col-12">
<p class="pt-5" id="p"> Law is a set of rules decided by a particular state meant for the purpose of keeping the peace and security of society.
Courts or police may enforce this system of rules and punish people who break the laws, such as by paying a fine, or other penalty including jail. In ancient societies, laws were written by leaders, to set out rules on how people can live, work and do business with each other. But many times in history when laws have been on a false basis to benefit few at the expense of society, they have resulted in conflict. To prevent this, in most countries today, laws are written and voted on by groups of politicians in a legislature, such as a parliament or congress, elected (chosen) by the governed peoples. Countries today have a constitution for the overall framework of society and make further laws as needed for matters of detail. Members of society generally have enough freedom within all the legal things they can choose to do. An activity is illegal if it breaks a law or does not follow the laws. </p>
<button class=" btn badge-pill bg-primary btn-lg" data-toggle="modal" data-target="#myModal"> Contact us </button> </div>
<!-- The Modal -->
<div class="modal fade" id="myModal">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h2 class="modal-title text-dark">Need Help ?</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<form action="/action_page.php">
<div class="form-group">
<h3>758493903020292</h3>
</div>
<div>
<button type="submit" class="btn btn-primary btn-lg"> Call </button>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Who are we -->
<section class="bg-danger" >
<div class="container-fluid">
<h1 class="text-center text-capitalize pt-5 display-3 text-white font-weight-bold">Who are we ?</h1>
<hr class="w-50 mx-auto pt-1 " id="h">
<div class="row mb-5">
<div class="col-lg-6 col-md-6 col-12">
<p class="pt-4" id="p"> Law is a set of rules decided by a particular state meant for the purpose of keeping the peace and security of society.
Courts or police may enforce this system of rules and punish people who break the laws, such as by paying a fine, or other penalty including jail. In ancient societies, laws were written by leaders, to set out rules on how people can live, work and do business with each other. But many times in history when laws have been on a false basis to benefit few at the expense of society, they have resulted in conflict. To prevent this, in most countries today, laws are written and voted on by groups of politicians in a legislature, such as a parliament or congress, elected (chosen) by the governed peoples. Countries today have a constitution for the overall framework of society and make further laws as needed for matters of detail. Members of society generally have enough freedom within all the legal things they can choose to do. An activity is illegal if it breaks a law or does not follow the laws. </p>
</div>
<div class="col-lg-6 col-md-6 col-12">
<img src="Images\g.jpg" class= "img-fluid pt-5 mr-5">
</div>
</div>
</div>
</section>
<!--What do we do? -->
<section >
<div class="container">
<h1 class="text-center text-capitalize pt-5 display-3 font-weight-bold">What do we do ?</h1>
<hr class="w-50 mx-auto pt-1" id="h">
<div class="row mb-5">
<p class="pt-4 text-justify " id="p"> Law is a set of rules decided by a particular state meant for the purpose of keeping the peace and security of society.
Courts or police may enforce this system of rules and punish people who break the laws, such as by paying a fine, or other penalty including jail. In ancient societies, laws were written by leaders, to set out rules on how people can live, work and do business with each other. But many times in history when laws have been on a false basis to benefit few at the expense of society, they have resulted in conflict. To prevent this, in most countries today, laws are written and voted on by groups of politicians in a legislature, such as a parliament or congress, elected (chosen) by the governed peoples. Countries today have a constitution for the overall framework of society and make further laws as needed for matters of detail. Members of society generally have enough freedom within all the legal things they can choose to do. An activity is illegal if it breaks a law or does not follow the laws. </p>
</div>
</div>
</div>
</section>
<section class="pt-5 mt-5">
</section>
<!-- GAllery -->
<section>
<div class="owl-carousel owl-theme">
<div class="card">
<div class="img">
<img src="Images/h.jpg">
</div>
<div class="content">
<div class="card-title">Brian Towa</div>
<div class="card-subtitle">Crime Control</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi ut assumenda cumque et, distinctio optio totam, repudiandae ducimus sit aut quibusdam fugiat alias quisqum</p>
<div class="btn">
<button>Read more</button>
</div>
</div>
</div>
<div class="card">
<div class="img">
<img src="Images/h.jpg">
</div>
<div class="content">
<div class="card-title">Brian Towa</div>
<div class="card-subtitle">Crime Control</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi ut assumenda cumque et, distinctio optio totam, repudiandae ducimus sit aut quibusdam fugiat alias quisqum</p>
<div class="btn">
<button>Read more</button>
</div>
</div>
</div>
<div class="card">
<div class="img">
<img src="Images/h.jpg">
</div>
<div class="content">
<div class="card-title">Brian Towa</div>
<div class="card-subtitle">Crime Control</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi ut assumenda cumque et, distinctio optio totam, repudiandae ducimus sit aut quibusdam fugiat alias quisqum</p>
<div class="btn">
<button>Read more</button>
</div>
</div>
</div>
<div class="card">
<div class="img">
<img src="Images/h.jpg">
</div>
<div class="content">
<div class="card-title">Brian Towa</div>
<div class="card-subtitle">Crime Control</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi ut assumenda cumque et, distinctio optio totam, repudiandae ducimus sit aut quibusdam fugiat alias quisqum</p>
<div class="btn">
<button>Read more</button>
</div>
</div>
</div>
<div class="card">
<div class="img">
<img src="Images/h.jpg">
</div>
<div class="content">
<div class="card-title">Brian Towa</div>
<div class="card-subtitle">Crime Control</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi ut assumenda cumque et, distinctio optio totam, repudiandae ducimus sit aut quibusdam fugiat alias quisqum</p>
<div class="btn">
<button>Read more</button>
</div>
</div>
</div>
<div class="card">
<div class="img">
<img src="Images/h.jpg">
</div>
<div class="content">
<div class="card-title">Brian Towa</div>
<div class="card-subtitle">Crime Control</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi ut assumenda cumque et, distinctio optio totam, repudiandae ducimus sit aut quibusdam fugiat alias quisqum</p>
<div class="btn">
<button>Read more</button>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="owl.carousel.min.js"></script>
<script>
$('.owl-carousel').owlCarousel({
loop:true,
autoplay: true,
autoplayTimeout: 2000, //2000=2s
margin:10,
nav:true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:5
}
}
})
</script>
</section>
<section class="pt-5 mt-5">
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>
</html>