forked from 0xnehasingh/Payment-Gateway-Integration-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
65 lines (51 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sparks Foundation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style2.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-success">
<a class="navbar-brand font-weight-bold" href="#">Sparks Foundation</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="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold " href="about.html">AboutUs</a>
</li>
</ul>
</div>
</nav>
<section>
<div id="AboutUs" class="py-5">
<h1 class="text-center" style="color:rgb(0, 26, 255)">ABOUT US</h1>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="dnn.jpg" class="img-fluid aboutusimg">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h4 class="display-4"><b>“Be the change you want to see in the world.” <b/></h4>
<p class="py-4" style="color:black"><b>We are proudly non-profit,non-corporate and non-compromised.Thousands people like you help us stand up for all needy people.<br> <br>We rely on donations to carry out our mission for giving food to needy people<br></br>When a disaster happens, we can quickly send funds to the local organizations that are best-suited to drive relief and recovery.<br>Till now we have fulfilled many of the needy people whether they were affected by a disaster or people who did'nt have food .
</b> </p>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.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.5.2/js/bootstrap.min.js"></script>
</body>
</html>