-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (108 loc) · 5.58 KB
/
index.html
File metadata and controls
139 lines (108 loc) · 5.58 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/favicon.png" type="image/gif" sizes="16x16">
<script src="js/bootstrap.js"></script>
<link ref="stylesheet" href="css/glyphicon.css">
<script src="js/properjs"></script>
<title>INDIA'S BRAVEHEARTS</title>
</head>
<body style="overflow-x: hidden;">
<header class="row">
<section class="col-sm"><img src="img/logo.jpg" class="img-responsive" alt="logo"></section>
<section class="col-sm"><img src="img/bharat-ke-veer.png" class="img-responsive" alt="soldiers"></section>
</header>
<!--navigation bar-->
<div class="container">
<ul class="nav nav-tabs ">
<li class="active"><a href="index.html">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Contribute To <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Bravehearts</a></li>
<li><a href="#">Corpus Fund</a></li>
</ul>
</li>
<li><a href="html/login.html">Login</a></li>
<li><a href="html/contact.html">Contact </a></li>
</ul>
</div>
<!--carousel-->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/martyr.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/help.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/soldiers.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/shooting.jpg" alt="fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/training.jpg" alt="fifth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--main content-->
<main class="row">
<section class="col-sm"><img src="img/shoot.jpg" class="rounded-circle" style="width:500px; height:380px"></section>
<section class="col-sm">
<div class="jumbotron">
<h1 class="caps">
</span>
aim</h1>
<strong>THIS WEBSITE IS AN INITIATIVE TO PAY HOMEAGE TO THE BRAVEHEARTS WHO LAID DOWN THEIR LIVES IN
THE
LINE
OF DUTY.USING THIS PLATFORM INDIVIDUALS CAN CONTRIBUTE DIRECTLY INTO THE BANK ACCOUNTS OF THE KIN'</strong>
</div>
</section>
<section class="col-sm">
<h1 class="caps">guidelines</h1>
<strong>You can donate directly to individual braveheart's account (upto max of rs 15 lakhs)To ensure
maximum coverage, a cap of rs 15 lakhs is envisaged per braveheart and the donor
would be alerted if the amount exceeds rs 15 lakhs, so that they can choose to either decrease
their contribution or divert part of the contribution to another bravehearts account</strong>
</section>
</main>
<footer class="row">
<!--footer containing web links -->
<section class="col-sm-4">
<a href="https://twitter.com/bharatkeveer?lang=en"><img src="img/twitter.png" alt="twitter_logo" style="height:60px"></a>
<a href="https://www.youtube.com/watch?v=kQ96O1gCyLI"><img src="img/youtube.png" alt="youtube_logo"
style="height:60px"></a><a href="https://www.facebook.com/Bharatkeyveer.gov.in/"><img src="img/fb.jpg"
alt="fb_logo" style="height:60px"></a></section>
<section class="col-sm-8">
<h2>visit us on social media...contributions are non refundable</h2>
</section>
</footer>
</body>
</html>