-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
223 lines (207 loc) · 9.41 KB
/
aboutus.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>About Us</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="Jason Gu">
<!-- Google Fonts -->
<link href="bootstrap/fonts/googlefont2" rel="stylesheet">
<link href="bootstrap/fonts/googlefont1" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="bootstrap/bootstrap.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/blue-scheme.css">
<!-- JavaScripts -->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<link rel="shortcut icon" href="images/CAC.ico" type="image/x-icon" />
</head>
<body>
<!------------------------------------响应式菜单-------------------------------------------------------------------->
<div class="responsive_menu">
<ul class="main_menu">
<li><a href="ComputerComity.html">Home</a></li>
<li><a href="#">About us</a>
<ul>
<li><a href="aboutus.html">About C@C</a></li>
<li><a href="historyofCAC.html">History of C@C</a></li>
<li><a href="ourteam.html">Our Team</a></li>
</ul>
</li>
<li><a href="#">Events</a>
<ul>
<li><a href="upcomingevents.html">Upcoming Events</a></li>
<li><a href="review.html">Review</a></li>
<li><a href="annoucement.html">Announcement</a></li>
</ul>
</li>
<li><a href="#">Contests</a>
<ul>
<li><a href="oj.html">Online Judge</a></li>
<li><a href="comprtitionevents.html">Events & Information</a></li>
</ul>
</li>
<li><a href="#">Membership</a>
<ul>
<li><a href="resources.html">Resources</a></li>
<li><a href="mirrorsite.html">Mirror Site</a></li>
<li><a href="recommendation.html">Recommendation</a></li>
<li><a href="Forum.html">Forum</a></li>
</ul>
</li>
<!-- Forum:if possible
<li><a href="archives.html">Forum</a></li>
-->
<li><a href="#">Join Us</a>
<ul>
<li><a href="login.html">Log In</a></li>
<li><a href="signup.html">Sign Up</a></li>
<li><a href="application.html">Application</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</li>
<li><a href="aboutus-c.html">中文</a>
</ul> <!-- /.main_menu -->
</div> <!-- /.responsive_menu -->
<!------------------------------------菜单栏------------------------------------------------------------------------>
<header class="site-header clearfix">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="pull-left logo">
<a href="ComputerComity.html">
<img src="images/logo-head.png" alt="Computer And Comity logo">
</a>
</div> <!-- /.logo -->
<div class="main-navigation pull-right">
<nav class="main-nav visible-md visible-lg">
<ul class="sf-menu">
<li class="active"><a href="ComputerComity.html">Home</a></li>
<li><a href="#">About us</a>
<ul>
<li><a href="aboutus.html">About C@C</a></li>
<li><a href="historyofCAC.html">History of C@C</a></li>
<li><a href="ourteam.html">Our Team</a></li>
</ul>
</li>
<li><a href="#">Events</a>
<ul>
<li><a href="upcomingevents.html">Upcoming Events</a></li>
<li><a href="review.html">Review</a></li>
<li><a href="announcement.html">Announcement</a></li>
</ul>
</li>
<li><a href="#">Contests</a>
<ul>
<li><a href="oj.html">Online Judge</a></li>
<li><a href="competitionevents.html">Events & information</a></li>
</ul>
</li>
<li><a href="#">Membership</a>
<ul>
<li><a href="resources.html">Resources</a></li>
<li><a href="mirrorsite.html">Mirror Site</a></li>
<li><a href="recommendation.html">Recommendation</a></li>
<li><a href="Forum.html">Forum</a></li>
</ul>
</li>
<li><a href="#">Join Us</a>
<ul>
<li><a href="login.html">Log In</a></li>
<li><a href="signup.html">Sign Up</a></li>
<li><a href="application.html">Application</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</li>
<li><a href="aboutus-c.html">中文</a>
</ul> <!-- /.sf-menu -->
</nav> <!-- /.main-nav -->
<!-- This one in here is responsive menu for tablet and mobiles -->
<div class="responsive-navigation visible-sm visible-xs">
<a href="#nogo" class="menu-toggle-btn">
<i class="fa fa-bars"></i>
</a>
</div> <!-- /responsive_navigation -->
</div> <!-- /.main-navigation -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</header> <!-- /.site-header -->
<!------------------------------------主体协会介绍-------------------------------------------------------------------->
<div class="first-widget parallax" id="portfolioId">
<div class="parallax-overlay">
<div class="container pageTitle">
<div class="row">
<div class="col-md-6 col-sm-6">
<h2 class="page-title">About Us</h2>
</div> <!-- /.col-md-6 -->
<div class="col-md-6 col-sm-6 text-right">
<span class="page-location">Home / About Us</span>
</div> <!-- /.col-md-6 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.parallax-overlay -->
</div> <!-- /.pageTitle -->
<div class="container">
<div class="row project-single">
<div class="col-md-8">
<div class="project-img">
<img src="images/includes/aboutus/caclogo.png" alt="About Us pic">
</div> <!-- /.project-img -->
</div> <!-- /.col-md-8 -->
<div class="col-md-4">
<div class="project-info">
<span class="subtitle">Focus on Information Technology, share CS knowledge, provide IT services.</span>
<h3 class="project-title">About Computer @nd Comity</h3>
<p class="description">Computer @nd Comity is a vibrant association, which aims at promoting IT technology, populating computer science and providing access to learning information technology to every student. In our association, students can harvest abundant technological knowledge, learn many practical skills, experience happiness of teamwork and friendship. We hope that our association can help students realize the importance of information technology and develop a special expertise in the field of computer science. Hopefully, the outstanding achievements of our members in many computer science competitions can witness the progress of the association. As the first academic association in CUHK (SZ), our progress may greatly enhance the reputation of our university in related areas. </p>
<!-- <ul class="meta-post"></ul> -->
</div> <!-- /.project-info -->
</div> <!-- /.col-md-4 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
<div class="static-info-project">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p class="larger-text">Interested about us? Go ahead and talk with us on the <a href="contact.html">contact page</a>.</br> Or <strong><a href="QR.html">SCAN </a></strong> QR code to learn more about us. </p>
</div> <!-- /.col-md-8 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.static-info-project -->
<!------------------------------------页面脚注---------------------------------------------------------------------->
<footer class="site-footer">
<div class="container">
<div class="column">
<div class="col-md-1"></div>
<div class="col-md-4">
<p class="copyright-text">
<img src="images/includes/homepagepic/foot.png" alt="logo image">
</p>
</div> <!-- /.col-md-4 -->
<div class="col-md-1"></div>
</div> <!-- /.column -->
<div class="column">
<div class="col-md-6">
<nav class="footer-nav clearfix">
<ul class="footer-menu">
<li><a href="ComputerComity.html" title="ComputerComity.html" target="_blank">Home</a></p></li>
<li><a href="contact.html" title="contact.html" target="_blank">Feedback</a></p></li>
<li><a href="none.html" title="none.html" target="_blank">Disclaimer</a></p></li>
<li><a href="presonal.html" title="presonal.html" target="_blank">Privacy</a></p></li>
</ul> <!-- /.footer-menu -->
</nav> <!-- /.footer-nav -->
<p class="copyright-text"> 2016 Computer @nd Comity | CUHK(SZ)</br> Scan the QR code to join us ! </br>
<img src="images/includes/homepagepic/scan.png" alt="QR code"></p>
</div> <!-- /.col-md- -->
</div> <!-- /.column -->
</div> <!-- /.container -->
</footer> <!-- /.site-footer -->
<!------------------------------------结束-------------------------------------------------------------------------->
<!-- Scripts -->
<script src="js/min/plugins.min.js"></script>
<script src="js/min/medigo-custom.min.js"></script>
</body>
</html>