-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.php
117 lines (109 loc) · 5.87 KB
/
donate.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
function openTab(th)
{
window.open(th.name,'_blank');
}
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>BBSWO-Baranagar Baghajatin Social Welfare Organisation</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<?php require_once 'nav.php'; ?>
<!-- The social media icon bar -->
<!-- <div class="icon-bar">
<a href="#" class="facebook"><i class="fab fa-facebook-f"></i></a>
<a href="donate.html" class="twitter"><h8>Donate</h8></a>
</div> -->
<nav class="social">
<ul>
<li><a href="https://www.facebook.com/bbswo">Facebook <img id="pal" src="./images/download (7).jfif" alt=""></a></li>
<li><a href="donate.php">Donate<img id="pal" src="./images/10.png" alt=""></a></li>
<!-- <li><a href="follow.php">Follow<img id="pal" src="./images/follow.png" alt=""></a></li> -->
</ul>
</nav>
<section class="page-section" id="a">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">DONATE NOW</h2>
</div>
<div id="arghya">
<div id="details">
<div class="card1">
<div id="aaa">
<h3>Account Details</h3>
</div>
<p><b>Bank Account: </b> Punjab National Bank.
<br> Tobin Road (North 24 Parganas) West Bengal -700036.
<br>
<b>RTGS/NIFT IFS Code: </b> PUNB0102020
<br>
<b>Account name:</b> Baranagar Baghajatin Social Welfare Organisation
<br>
<b>Current Account number:</b> 1020050010794
</p>
</div>
</div>
<form id="contactForm" action="razorpay/pay.php" method="post">
<div id="gform" class="row align-items-stretch mb-5">
<h3>Donation Form</h3>
<div class="col-md-6">
<div class="form-group">
<!-- Name input-->
<span class="screenshot">Name: *</span>
<input class="form-control" id="name" name="name" type="text" placeholder="Eg: John Doe " required>
</div>
<div class="form-group">
<!-- Email address input-->
<span class="screenshot">Email: *</span>
<input class="form-control" id="email" type="email" name="email" placeholder="Eg: [email protected] " required>
</div>
<div class="form-group mb-md-0">
<!-- Phone number input-->
<span class="screenshot">Phone: *</span>
<input class="form-control" id="phone" type="tel" name="phone" placeholder="Eg: 9876542318 " required>
</div>
<div class="form-group mb-md-0">
<!-- Phone number input-->
<span class="screenshot">Amount: *</span>
<input class="form-control" id="price" name="price" type="tel" placeholder="Min ₹100" required>
</div>
</div>
<!-- Submit Button-->
<div class="text-center"><button class="btn btn-primary text-uppercase" name="submit" value="Proceed to pay" id="submitButton" type="submit">Donate</button>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- Footer-->
<?php require_once 'footer.php'; ?>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>