-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
184 lines (163 loc) · 10.8 KB
/
index1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bharat Combat Forces</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<link href="favicon.ico" rel="icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-white navbar-light shadow-sm py-3 py-lg-0 px-3 px-lg-0">
<a href="index.html" class="navbar-brand ms-lg-5">
<h1 class="display-5 m-0 text-primary">Bharat<span class="text-secondary"> Combat Forces</span></h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="checkout.html" class="nav-item nav-link">Donate</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Service</a>
<div class="dropdown-menu m-0">
<a href="event.html" class="dropdown-item">Webinar</a>
</div>
</div>
<a href="registration.html" class="nav-item nav-link">Volunteer</a>
<a href="tel:125" class="nav-item nav-link nav-contact bg-secondary text-white px-5 ms-lg-5"><i class="bi bi-telephone-outbound me-2"></i>125</a>
</div>
</div>
</nav>
<div class="container-fluid p-0 mb-5">
<div id="header-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#header-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#header-carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#header-carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="fire.png" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h5 class="text-white text-uppercase animated bounceInDown"></h5>
<h1 class="display-1 text-white mb-md-4 animated zoomIn">Anytime,anywhere to make you survive</h1><br><br>
<a href="tracking.html" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">Require our Help</a>
<a href="checkout.html" class="btn btn-secondary py-md-3 px-md-5 animated slideInRight">Ready to Help</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="flood.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h5 class="text-white text-uppercase animated bounceInDown"></h5>
<h1 class="display-1 text-white mb-md-4 animated zoomIn">Be the light that helps others see</h1><br><br>
<a href="tracking.html" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">Require our Help</a>
<a href="checkout.html" class="btn btn-secondary py-md-3 px-md-5 animated slideInRight">Ready to Help</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="image.jpeg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h5 class="text-white text-uppercase animated bounceInDown"></h5>
<h1 class="display-1 text-white mb-md-4 animated zoomIn">Alone we can do so little together we can do so much</h1><br><br>
<a href="tracking.html" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">Require our Help</a>
<a href="checkout.html" class="btn btn-secondary py-md-3 px-md-5 animated slideInRight">Ready to Help</a>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#header-carousel"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#header-carousel"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="container-fluid bg-dark text-light mt-5 py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container pt-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Emergency Numbers</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Bharat Emergency Helpline - 125</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Fire Dept Helpline - 101</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Police Dept Helpline - 100</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Ambulance Helpline - 102</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Helpline Contacts</h3>
<div class="d-flex flex-column justify-content-start">
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Earthquake Helpline - 44156213</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Helicopter Helpline - 9540161344 </a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Flood Management Helpline - 165</a>
<a class="text-light mb-2" href="#"><i class="bi bi-arrow-right text-primary me-2"></i>Women Safety Helpline - 155</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Reach our Team</h3>
<p class="mb-2"><i class="bi bi-geo-alt text-primary me-2"></i>22/A Rajani Sen Road, South Kolkata-700033, West Bengal</p>
<p class="mb-2"><i class="bi bi-envelope-open text-primary me-2"></i>combatbharat@example.com</p>
<p class="mb-0"><i class="bi bi-telephone text-primary me-2"></i>+91 6285469475</p>
</div>
<div class="col-lg-3 col-md-6">
<h3 class="text-white mb-4">Connect with Us</h3>
<div class="d-flex">
<a class="btn btn-lg btn-primary btn-lg-square rounded me-2" href="#"><i class="fab fa-twitter fw-normal"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square rounded me-2" href="#"><i class="fab fa-facebook-f fw-normal"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square rounded me-2" href="#"><i class="fab fa-linkedin-in fw-normal"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-instagram fw-normal"></i></a>
</div>
</div>
<div class="col-12">
<form class="mx-auto" style="max-width: 600px;">
<div class="input-group">
<input type="text" class="form-control border-white p-3" placeholder="Your Email">
<button class="btn btn-primary px-4">#</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-primary text-light py-4">
<div class="container">
<div class="row g-5">
<div class="col-md-6 text-center text-md-start">
<p class="mb-md-0">© <a class="text-white border-bottom" href="#">Bharat Combat Forces</a> All Rights Reserved.</p>
</div>
<div class="col-md-6 text-center text-md-end">
</div>
</div>
</div>
</div>
<a href="#" class="btn btn-lg btn-secondary btn-lg-square rounded back-to-top"><i class="bi bi-arrow-up"></i></a>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>