-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFET-Week7-Coding-Assignment.html
More file actions
37 lines (35 loc) · 1.26 KB
/
FET-Week7-Coding-Assignment.html
File metadata and controls
37 lines (35 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Youth Summer Camp 2022</title>
<style>
.horizontalwhiteline {
border-bottom: 2px solid white;
height: 5px;
width: 200px;
}
</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><br>
<p>
<h1 style="color:white; text-align:center;">IDENTITY</h1>
<h3 style="color:white; text-align:center;">Youth Summer Camp 2022</h3>
<br>
<h2 style="color:yellow; text-align:center;">FRI. JUNE 24 - SUN. JUNE 26</h2>
<h3 style="color:white; text-align:center;">REGISTRATION + PAYMENT DUE SUN. MAY 29</h3>
</p>
<br><br><br>
<p align="center">
<a href="Info.html" style="color:white">More Information</a>
<a href="Sponsor.html" style="color:white">Give / Sponsor</a>
</p>
</body>
</html>