-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSponsor.html
More file actions
43 lines (40 loc) · 1.42 KB
/
Sponsor.html
File metadata and controls
43 lines (40 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Youth Summer Camp 2022</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="content">
<p>
<img src="Images/ReviveYouthLogo-White.png" alt="Revive Youth Logo">
<div class="horizontalwhiteline"></div>
<br>
<img src="Images/ImpactLogo-White.jpg" alt="Impact Youth Logo">
</p>
<br>
<h4>WAYS TO GIVE OR SPONSOR</h4>
<ol>
<li>Online through <a href="https://www.w3schools.com/">website</a> or app</li>
<br>
<form action="/action_page.php">
<input class="formborder" type="text" id="fname" name="fname" placeholder="First Name"><br>
<input class="formborder" type="text" id="lname" name="lname" placeholder="Last Name"><br>
<input class="formborder" type="text" id="amount" name="amount" placeholder="Amount"><br>
<input type="submit" value="SUBMIT">
<br><br>
<li>In-person during Sunday services</li>
</ol>
<p>
<img src="Images/QRCodes.png" alt="QR Codes">
<h4>Cash or check payable to "New Life" with memo "Youth Camp Donation"</h4>
</p>
<br>
<p>
<a href="FET-Week8-Coding-Assignment.html">Main Page</a>
<a href="Info.html">More Information</a>
</p>
</div>
</body>
</html>