-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDonation.html
More file actions
177 lines (160 loc) · 6.44 KB
/
Copy pathDonation.html
File metadata and controls
177 lines (160 loc) · 6.44 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
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
<?php
session_start();
include("Connection.php");
include("function.php");
$user_data = check_login($con);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DONATE</title>
<link rel = "stylesheet" href = "contact.css">
<!-- <link rel="stylesheet" href="Dcss.css"> -->
</head>
<body>
<div class="head">
<header>HELPLINE GBV</header>
<span class="image">
<img class="logo" src = "gbv.jpg" alt = "Gender">
</span>
</div>
<div class="main">
<div class="box">
<div class="field">
<nav>
<ul>
<a href = "Contact.html"><li>Home</li></a>
<a href = "Gender Base Violence.html"><li>About Us</li></a>
<a href = ""><li>Articles</li></a>
<a href = "Report-Case.html"><li>Report Case</li></a>
<a href = "Donation.html"><li>Donations</li></a>
<a href ="Login.html"><li>Log In</li></a>
<a href ="logout.html"><li>Log Out</li></a>
</ul>
</nav>
</div>
</div>
<br><br><br><br><br><br>
<?php echo $user_data['Name']; ?>, no donation is too little.
<div class="wrapper">
<h2>DONATION FORM</h2>
<form method="post">
<h4>Account</h4>
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="Enter your name" required class="name">
</div>
</div>
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="Enter your surname" required class="name">
</div>
</div>
<div class="input-group">
<div class="input-box">
<input type="email" placeholder="Enter your email address" required class="name" id="emaill">
</div>
</div>
<div class="input-group">
<div class="input-box">
<h4>Date Of Birth</h4>
<input type="text" placeholder="DD" required class="DOB">
<input type="text" placeholder="MM" required class="DOB">
<input type="text" placeholder="YYYY" required class="DOB">
</div>
<div class="input-box">
<h4>Gender</h4>
<input type="radio" id="b1" name="gender" checked class="radio">
<label for="b1">M</label>
<input type="radio" id="b2" name="gender" class="radio">
<label for="b2">F</label>
</div>
</div>
<div class="input-grooup">
<div class="input-box">
<h4>Payment Details</h4>
<input type="radio" id="bc1" name="pay" checked class="radio">
<label for="bc1">Credit Card</label>
<input type="radio" id="bc2" name="pay" class="radio">
<label for="bc2">PayPal</label>
</div>
</div>
<div class="input-group">
<div class="input-box">
<div class="cNum">
<input type="tel" placeholder="Card Number" required class="name">
</div>
</div>
</div>
<div class="input-group">
<div class="input-box">
<input type="tel" placeholder="Card CVC" required class="name">
</div>
<div class="input-box">
<select>
<option>01</option>
<option>02</option>
<option>03</option>
<option>04</option>
<option>05</option>
<option>06</option>
<option>07</option>
<option>08</option>
<option>09</option>
<option>10</option>
<option>11</option>
<option>12</option>
</select>
<select>
<option>2022</option>
<option>2023</option>
<option>2024</option>
<option>2025</option>
<option>2026</option>
</select>
</div>
<div class="input-group">
<div class="input-box">
<h4>Donation Amount</h4>
<input tel="text" name="amount" id="amount" placeholder="Donation Amount:">
</div>
</div>
</div>
<div class="input-group">
<div class="input-box">
<button class="DB" type="submit" onclick="donate()"> DONATE NOW </button>
</div>
</div>
</form>
</div>
<script src="donation.js">
</script>
<br><br><br>
</body>
<footer>
<h5>TO GET IN TOUCH WITH US: </h5>
<a href="" target="blank">
<img src="IGlogo.png" alt="InstagramLogo" width="50px" height="50px">
</a>
<a href="" target="blank">
<img src="facebookLogo.jpg" alt="FacebookLogo" width="50px" height="50px">
</a>
<a href="https://chat.whatsapp.com/JLrrca81TpfDuylXdmHoM2" target="blank">
<img src="whatsappLogo.png" alt="WhatsappLogo" width="50px" height="50px">
</a>
<a href="mailto: www.eliteservices@outlook.com">
<img src="emailLogo.png" alt="Email-Logo" width="50px" height="50px">
</a>
<img src="SALogo.png" alt="SA-Logo" width="50px" height="50px">
<p style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px;">
This website was created and design by students studing BIT at the University of Johannesburg.
If anyone is caught duplicating the above work, or if you have reason to believe that the above work was copied from existing websites,
please contact the university and notify them.
Copyrights Reserved. Created on the 2022-04-22
</p>
<div><img src="ujlogo.png" alt="UJ-Logo" height="50px"></div>
</footer>
</html>