forked from JibyJoseph/Basic-Html-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextend.html
More file actions
114 lines (76 loc) · 4.5 KB
/
extend.html
File metadata and controls
114 lines (76 loc) · 4.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>More About</title>
<link rel="stylesheet" type="text/css" href="response.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<style>
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light " style="background-color: #d30014">
<div class="container">
<a class="navbar-brand" href="#">
<img src="../image/tatatrusts.png" height="140px" width="200px" alt="logoe">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<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="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#">About</a>
</li>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Interested
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<button class="dropdown-item" type="button">Vision</button>
<button class="dropdown-item" type="button">Mission</button>
<button class="dropdown-item" type="button">Surprise Me</button>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalLong">
Launch demo modal
</button>
<li class="nav-item">
<a class="nav-link " href="#"> Stories</a>
</li>
</ul>
</div>
<!-- Modal -->
</nav>
<div class="box1">
<div class="row">
<div class="col-md-4">
<br><br>
<h2>TIRED OF UNCERTAINITY</h2>
<br>
<p style="text-align: justify; "> Road accidents involving wildlife is emerging as a major cause of wildlife deaths in India affecting thousands of animals. Associated with fragmentation effects of roads, casualties can result in population declines, inbreeding, and local extinctions of wildlife. To address this issue, Wildlife Trust of India and David Shepherd Wildlife Foundation have launched the mobile application ROAD WATCH to help citizens report wildlife road kills easily using their smart phones from anywhere in the country.</p>
<br><br>
</div></div>
</div>
<div class="box2">
<br>
<br>
<h2>WORKING TOWARDS EXELLENCE</h2>
<br><br>
<p style="text-align: justify;"> Road accidents involving wildlife is emerging as a major cause of wildlife deaths in India affecting thousands of animals. Associated with fragmentation effects of roads, casualties can result in population declines, inbreeding, and local extinctions of wildlife. To address this issue, Wildlife Trust of India and David Shepherd Wildlife Foundation have launched the mobile application ROAD WATCH to help citizens report wildlife road kills easily using their smart phones from anywhere in the country. The mobile app has been specially designed to gather necessary data such as GPS locations, images, type of animal, date of record etc. The app interface is easy to use and enables the user to acquire and transmit the data in less than a minute using minimum user efforts. The app is reliable and a fool proof system to collect road kill information with high accuracy and data integrity. The application will help predict road-kill hotspots, identify worst affected species and to assess the efficacy of existing mitigation measures. This will help develop effective solutions to address the issue and in better planning of linear infrastructures such as roads and railway lines.</p>
</div>
<nav class="navbar sticky-bottom navbar-light bg-light">
<a class="navbar-brand" href="#">©LeopardTechLabs</a>
<span class="navbar-text">
Done By JIBY JOSEPH
</span>
</nav>
</body>