-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.html
More file actions
70 lines (64 loc) · 1.96 KB
/
Info.html
File metadata and controls
70 lines (64 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Youth Summer Camp 2022</title>
<style>
.horizontalwhiteline {
border-bottom: 2px solid white;
height: 5px;
width: 200px;
}
table {
table-layout: fixed ;
width: 50% ;
}
td {
text-align: center;
}
ul {
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><br>
<table>
<tr style=color:yellow>
<th>OPEN TO</th>
<th>LOCATION</th>
<th>STUDENT FEE</th>
</tr>
<tr style=color:white>
<td>AGES 13-19</td>
<td>THOUSAND PINES</td>
<td>$190</td>
</tr>
</table>
<br>
<h4 style=color:white>CONTACT</h4>
<ul style=color:white list-style-type=bullet>
<li>Miles Abracosa (310) 562 - 0705</li>
<li>Joy Ramos (562) 453 - 9014</li>
<li>Jedi Ces (562) 215 - 9019</li>
</ul>
<br><br>
<h4 style=color:white>SPEAKERS</h4>
<ul style=color:white list-style-type=square>
<li>Pastor Mike Joanitis</li>
<li>Pastor Ken Santos</li>
</ul>
<br><br>
<p align="center">
<a href="FET-Week7-Coding-Assignment.html" style="color:white">Main Page</a>
<a href="Sponsor.html" style="color:white">Give / Sponsor</a>
</p>
</body>
</html>