-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAAYCcontacts.html
52 lines (45 loc) · 1.35 KB
/
AAYCcontacts.html
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
<!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>Contact Us</a></li>
<li><a href="AAYCdonate.html">Donate</a></li>
</ul>
</nav>
</header>
<div class="contactTitle">
<div class="titleCol">Contact Us</div>
</div>
<div class"contacttitledescription">
<div class="titleCol2">Reach Out to the Organization</div>
</div>
</body>
<p>
<div class="contactrow1">
<div class="contactr1c1">Ways of Contact</div>
</div>
<div class="contactrow2">
<div class="contactr2c1">Reach Out to the President!</div>
</div>
<div class="contactrow3">
<div class="contactr3c1">Email: Sunmoy81@gmail.com</div>
</div>
<div class="contactrow4">
<div class="contactrow4c1">
<a href="https://www.facebook.com/aaycny/">Click here to check us out on Facebook!</a>
</div>
</div>
</p>
<footer>© 2019 Asian American Youth Center</footer>
</html>