-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSponsor.html
More file actions
56 lines (51 loc) · 1.94 KB
/
Sponsor.html
File metadata and controls
56 lines (51 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Youth Summer Camp 2022</title>
<style>
.horizontalwhiteline {
border-bottom: 2px solid white;
height: 5px;
width: 200px;
}
ol {
display: table;
margin: 0 auto;
}
</style>
</head>
<body style="background-image:url(https://img.wallpapersafari.com/desktop/1920/1080/72/24/cXD4Iq.jpg);">
<p align="center">
<center><img src="Images/ReviveYouthLogo-White.png" width="200" height="100" alt="Revive Youth Logo">
<div class = "horizontalwhiteline"></div>
<br>
<img src="Images/ImpactLogo-White.jpg" width="200" height="80"alt="Impact Youth Logo">
</p>
<br><br>
<h4 style=color:yellow>WAYS TO GIVE OR SPONSOR</h4>
<ol style=color:white>
<li>Online through <a href="https://www.w3schools.com/" style="color:white">website</a> or app</li>
<br>
<form action="/action_page.php">
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname"><br>
<label for="amount">Amount:</label><br>
<input type="text" id="amount" name="amount"><br>
<input type="submit" value="Submit">
<br><br>
<li>In-person during Sunday services</li>
</ol>
<p align="center">
<img src="Images/QRCodes.png" width="200" height="100" alt="QR Codes">
<h4 style=color:white>*Cash or check payable to "New Life" with memo "Youth Camp Donation"</h4>
</p>
<br>
<p align="center">
<a href="FET-Week7-Coding-Assignment.html" style="color:white">Main Page</a>
<a href="Info.html" style="color:white">More Information</a>
</p>
</body>
</html>