-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
78 lines (73 loc) · 2.45 KB
/
donate.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
<html>
<head>
<title>donateform</title>
<link rel="stylesheet" href="bootstrap.css">
<style>
body{
background-image:url("img/named.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sign-up-form
{
width:450px;
box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.8);
background:#fff;
padding:20px;
margin:5% auto 0;
text-align:center;
border-radius: 35px;
opacity:0.8;
}
.sign-up-form h1
{
color:#1c8adb;
margin-bottom:30px;
font-size:23px;
}
img
{
width:100px;
margin-top:-10px;
}
.header_area
{
padding-top:20px;
}
</style>
</head>
<body>
<header class="header_area">
<div class="main_menu">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand logo_h" href="index.html" style="color:white;font-size:20px;font-weight:bold;">THE 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="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html" onMouseOver="this.style.color='red'"onMouseOut="this.style.color='black'" style="color:black;">Home</a></li>
<li class="nav-item" ><a class="nav-link" href="about.html" onMouseOver="this.style.color='orange'"onMouseOut="this.style.color='black'" style="color:black;">About</a></li>
<li class="nav-item"><a class="nav-link" href="contacthere.html" onMouseOver="this.style.color='orange'"onMouseOut="this.style.color='black'" style="color:black;">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<br>
<br>
<br>
<div class="sign-up-form">
<img src="personicon.png">
<h1> </h1>
<h1> " Think of giving not as a duty but as a privilege."</h1>
<form><form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_HKuF1LCnbNB97t" async> </script> </form> </form></div>
</body>
</html>