-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.html
More file actions
53 lines (49 loc) · 1.32 KB
/
Info.html
File metadata and controls
53 lines (49 loc) · 1.32 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
<!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><br>
<table>
<tr>
<th>OPEN TO</th>
<th>LOCATION</th>
<th>STUDENT FEE</th>
</tr>
<tr>
<td>AGES 13-19</td>
<td>THOUSAND PINES</td>
<td>$190</td>
</tr>
</table>
<br>
<h4>CONTACT</h4>
<ul id="ul01">
<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>SPEAKERS</h4>
<ul id="ul02">
<li>Pastor Mike Joanitis</li>
<li>Pastor Ken Santos</li>
</ul>
<br><br>
<p>
<a href="FET-Week8-Coding-Assignment.html">Main Page</a>
<a href="Sponsor.html">Give / Sponsor</a>
</p>
</div>
</body>
</html>