-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontent.html
More file actions
executable file
·167 lines (132 loc) · 6.52 KB
/
Copy pathcontent.html
File metadata and controls
executable file
·167 lines (132 loc) · 6.52 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" content = "no-cache">
<title>About - URCSSA</title>
<link href="main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--<nav id = "navbar"></nav>-->
<div id="navbar">
<nav>
<ul>
<li class="dropdown" id="homeDrop"><a id="homeButton" href=index.html>Home</a></li>
<li class="dropdown" id="aboutDrop">
<a href="javascript:navigate(CONTENT_TABLE.ABOUT.LANDING)" class="drop_button clickable"> About</a>
<div class="drop_content">
<a href="javascript:navigate(CONTENT_TABLE.ABOUT.MISSION)">Our Mission and Vision</a>
<a href="javascript:navigate(CONTENT_TABLE.ABOUT.TEAM)">Meet Our Team</a>
</div>
</li>
<li class="dropdown" id="infoDrop">
<a href="javascript:navigate(CONTENT_TABLE.INFORMATION.LANDING)" class="drop_button clickable">Information</a>
<div class="drop_content">
<a href="javascript:navigate(CONTENT_TABLE.INFORMATION.RESOURCES)" id="resourcesButton">Resources</a>
<a href="javascript:navigate(CONTENT_TABLE.INFORMATION.FAQ)" id="faqButton">FAQs</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:navigate(CONTENT_TABLE.ACTIVITIES.LANDING)" class="drop_button clickable">Activities</a>
<div class="drop_content">
<a href="javascript:navigate(CONTENT_TABLE.ACTIVITIES.PAST)" id="pastButton"> Past Activities</a>
</div>
</li>
<li><a href="javascript:navigate(CONTENT_TABLE.CONTACT)" class="clickable">Contact us</a></li>
<li class="navBarLogo">
<a href=index.html><img id="logo1" src="devResources/cssaLOGO.png" alt="logo1" height="30"/></a>
</li>
</ul>
</nav>
</div>
<div id = "rowBanner">
<div class = "rowBannerImg" id = "rowBannerImg">
<img src = "devResources/aboutBanner.jpg" />
</div>
</div>
<div id="sideBarContainer">
<!--<ul>-->
<!--<li><a href="javascript:navigate(CONTENT_TABLE.ABOUT.LANDING)">About</a></li>-->
<!--<li><a href="javascript:navigate(CONTENT_TABLE.ABOUT.MISSION)">Our Mission and Vision</a></li>-->
<!--<li><a href="javascript:navigate(CONTENT_TABLE.ABOUT.TEAM)">Meet Our Team</a></li>-->
<!--</ul>-->
</div>
<div id="primaryContent">
<!--<h1>About Us</h1>-->
<!--<h3>Who we are</h3>-->
<!--<p>-->
<!--The Chinese Students and Scholars Association (CSSA) is a student organization at University of Richmond.-->
<!--Our operations are led by an executive council of a President, two Vice-Presidents, a Treasurer, and a Secretary.-->
<!--We also have a group of staff members who dedicate their time and effort to the operations of the CSSA. -->
<!--</p>-->
<!--<h3>What we do</h3>-->
<!--<p>-->
<!--We promote diversity on campus, provide and create opportunities, and facilitate information and cultural-->
<!--exchanges between China and the UR community. We organize events and activities for celebration of cultural festivals.-->
<!--We participate in UR events. We also co-sponsor and co-organize events with other student organizations.-->
<!--</p>-->
<!--<p>-->
<!--In the <a href = "past.html">past</a>, our events have included an annual Chinese New Year Gala, Mid-Autumn Festival Celebration,-->
<!--and collaborative events with organizations such as Asian Echo and International Club.-->
<!--</p>-->
<!--<h3>How you can participate</h3>-->
<!--<p>-->
<!--We welcome everyone who is interested to join us at our events. We design many of our events with a particular emphasis-->
<!--on China and its traditional and popular culture, and we hope they can offer an opportunity for authentic-->
<!--cultural exchange and experience for anyone interested. You can enjoy our activities simply by spreading-->
<!--the words and being there.-->
<!--</p>-->
<!--<p>-->
<!--We also have various opportunities for those of you who may wish to work with us to plan events, manage correspondence,-->
<!--or otherwise become involved in the operations of the CSSA. If you are interested in helping out, please-->
<!--<a href = "contact.html">contact us</a> for more details.-->
<!--</p>-->
</div>
<div class="footer">
<div class="footerContent">
<div class="footerTitle">
<a href = "http://www.richmond.edu">
University of Richmond
</a>
</div>
<div class="footerText">
28 Westhampton Way
<br>Richmond, VA 23173
</div>
<p class="footerText">
<small>
©URCSSA 2016-2017
</small>
</p>
</div>
<div class="footerContent">
<div class="footerTitle">
Follow Us
</div>
<div class = "footerContent">
<img id="qrcode" src="devResources/qrCode.jpg" alt="qrcode" height="110"/>
</div>
</div>
<div class="footerContent">
<div class="footerTitle">
Contact Us
</div>
<div class = "footerContent">
<div class="iconWrapper">
<a href="mailto:cssa@richmond.edu"> <img class="emailIcon" src="devResources/emailIcon.png" alt="email" height="25"/> </a>
</div>
</div>
</div>
<div class = "footerContent">
<div class = "footerTitle">
Disclaimer
</div>
<div class="footerContent">
<a href = "disclaimer.html">View disclaimer</a>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="getMainContent.js"></script>
<!--<script type="text/javascript" src="contentLoad.js">/script>-->
</body>
</html>