-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAAYCdonate.html
More file actions
42 lines (35 loc) · 1.04 KB
/
AAYCdonate.html
File metadata and controls
42 lines (35 loc) · 1.04 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
<!Doctype html>
<html>
<head>
<title>AAYC</title>
<link href="main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<nav>
<img src="aayclogo.jpg" alt="AAYC Logo" style="width:80px;height:80px;">
<h1>Asian American Youth Center</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="AAYCevents.html">Events</a></li>
<li><a href="AAYCmembers.html">Members</a></li>
<li><a href="AAYCcontacts.html">Contact Us</a></li>
<li>Donate</li>
</ul>
</nav>
</header>
<div class="donateTitle">
<div class="titleCol">Donate</div>
</div>
<div class="donatetitledescription">
<div class="titleCol3">Donations contribute to events and</div>
<div class="titleCol4">support the organization.</div>
</div>
</body>
<p>
<div class="donaterow1">
<div class="donater1c1">To donate.....</div>
</div>
</p>
<footer>© 2019 Asian American Youth Center</footer>
</html>