-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (74 loc) · 4.35 KB
/
index.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Cal Poly CSA | San Luis Obispo</title>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="style.css" />
<link href='http://fonts.googleapis.com/css?family=Lato:400' rel='stylesheet' type='text/css'>
<link href="favicon.ico"/>
</head>
<body>
<div id="header">
<div id="logo">
<a href="index.html"><img src="images/logo.png" onmouseover="this.src='images/logohover.png'" onmouseout="this.src='images/logo.png'" alt="CSA Panda Logo"/> </a>
</div><!--end logo div-->
<div id="navigation">
<ul>
<li><a href="events.html">events</a></li>
<li><a href="teams.html">Activities</a></li>
<li><a href="board.html">board</a>
<!--ul>
need to change CSS for lower levels...
<li><a href="board2.html">previous</a></li>
</ul-->
</li>
<li><a href="families.html">families</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div><!--end navigation-->
</div><!--end header div-->
<div class="welcome">
<center><h1>Welcome to the Official Website for<br/> <strong>Chinese Student Association</strong> | Cal Poly, San Luis Obispo</h1></center>
</div>
<div class="container2">
<div class="textcontent">
<div class="line"></div>
<h1><center><font color="white">Next Event!</font></center></h1>
<div class="line"></div>
<p align="middle"><a href='https://www.facebook.com/events/1687294278161307/'><img src="images/next_event1.png" width="880px" height="330px" alt="next event"></a></p>
</div><!--END event CONTENT DIV-->
</div><!--END event CONTAINER DIV-->
<div class="container2">
<div class="textcontent">
<div class="line"></div>
<h1><center><font color="white">Upcoming Events!</font></center></h1>
<div class="line"></div>
<p align="middle"><a href='https://www.facebook.com/events/1687294278161307/'><img src="images/up_event1.png" width="880px" height="330px" alt="upcoming event"></a></p>
<p align="middle"><a href='https://www.facebook.com/events/1687294278161307/'><img src="images/up_event2.png" width="880px" height="330px" alt="upcoming event"></a></p>
</div><!--END event CONTENT DIV-->
</div><!--END event CONTAINER DIV-->
<div class="container">
<div class="content">
<h2> Mission Statement</h2>
<div class="line"></div>
<p>The Chinese Students' Association (CSA) is proud to be one of the many cultural clubs on Cal Poly SLO's campus committed to embracing diversity. One of the main goals of CSA is to create a home away from home by providing an open environment with many social opportunities for all types of people with diverse interests. CSA's Take Out Kidz is a non-audition hip-hop dance group comprised of people who want to dance and have fun. CSA's Lion Dance Team is an affiliated group that teaches many people about multiple facets of Chinese tradition. With a desire to share Chinese culture with Cal Poly and the greater San Luis Obispo community, CSA makes a great effort to bring people together in a cohesive and welcoming community.</p>
</div><!--END CONTENT DIV-->
</div><!--END CONTAINER DIV-->
<div class="container">
<div class="content">
<h2> Upcoming Events</h2>
<div class="line"></div>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showNav=0&showPrint=0&showCalendars=0&showTz=0&height=700&wkst=1&bgcolor=%23FFFFFF&src=2a7oarvrv14v3dke9fk83rho30%40group.calendar.google.com&color=%23125A12&src=calpolycsa%40gmail.com&color=%2323164E&src=dsmlifo56kdv0bkqkav5ajhs84%40group.calendar.google.com&color=%23B1440E&src=trlbqnpi322enjtop4l2du707s%40group.calendar.google.com&color=%23182C57&ctz=America%2FLos_Angeles" style=" border-width:0 " width="875" height="700" frameborder="0" scrolling="no"></iframe>
</div><!--END CONTENT DIV-->
</div><!--END CONTAINER DIV-->
<div class="container">
<div id="footer">
<p>© 2015 Chinese Students' Association — All Rights Reserved.<img src="images/footerpanda.png" width="20px" height = "20px" alt="CSA Footer Logo"/></p>
</div><!--END FOOTER DIV-->
</div><!--end container div-->
</body>