-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
44 lines (30 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en" dirs="ltr">
<head>
<link rel="stylesheet" href="CSS/donate.css">
<title>Donate Now!</title>
</head>
<body>
<img id="logo" src="images/lassologo.jpeg" alt="Leftover Lasso Logo">
<div class = "triple">
<img id="horse" src="images/horseshoe.jpeg" alt="Horseshoe">
<div class="container">
<form action="action_page.php">
<label for="fname">Name/Company Name</label>
<input type="text" id="fname" name="firstname" placeholder="Name/Company Name">
<label for="fname">Donation Amount</label>
<input type="text" id="fname" name="firstname" placeholder="Donation Amount in USD">
<label for="fname">Phone Number</label>
<input type="text" id="fname" name="firstname" placeholder="Phone Number">
<label for="fname">Billing Address</label>
<input type="text" id="fname" name="firstname" placeholder="Billing Address">
<label for="fname">Card Information</label>
<input type="text" id="fname" name="firstname" placeholder="Include Card Number, Expiration Date, CSV">
<label for="subject">Donation Message</label>
<textarea id="subject" name="subject" placeholder="Donation Message" style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
<img id="sherriff" src="images/sherrif.jpeg" alt="Sherrif">
</div>
</body>