-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus-c.html
227 lines (210 loc) · 9.62 KB
/
aboutus-c.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
224
225
226
227
<!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>关于我们</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">首页</a></li>
<li><a href="#">关于我们</a>
<ul>
<li><a href="aboutus-c.html">关于我们</a></li>
<li><a href="historyofCAC-c.html">协会记事</a></li>
<li><a href="ourteam-c.html">我们的团队</a></li>
</ul>
</li>
<li><a href="#">活动专区</a>
<ul>
<li><a href="upcomingevents-c.html">活动预告</a></li>
<li><a href="review-c.html">活动回顾</a></li>
<li><a href="annoucement-c.html">公告栏</a></li>
</ul>
</li>
<li><a href="#">赛事专区</a>
<ul>
<li><a href="oj-c.html">Online Judge</a></li>
<li><a href="comprtitionevents-c.html">赛事信息</a></li>
</ul>
</li>
<li><a href="#">会员专区</a>
<ul>
<li><a href="resources-c.html">资源区</a></li>
<li><a href="mirrorsite-c.html">镜像站</a></li>
<li><a href="recommendation-c.html">推荐专区</a></li>
<li><a href="Forum-c.html">论坛</a></li>
</ul>
</li>
<!-- Forum:if possible
<li><a href="archives.html">Forum</a></li>
-->
<li><a href="#">加入我们</a>
<ul>
<li><a href="login-c.html">会员登录</a></li>
<li><a href="signup-c.html">注册为会员</a></li>
<li><a href="application-c.html">加入团队</a></li>
<li><a href="contact-c.html">联系我们</a></li>
</ul>
</li>
<li><a href="aboutus.html">English</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-c.html">首页</a></li>
<li><a href="#">关于我们</a>
<ul>
<li><a href="aboutus-c.html">关于我们</a></li>
<li><a href="historyofCAC-c.html">协会记事</a></li>
<li><a href="ourteam-c.html">我们的团队</a></li>
</ul>
</li>
<li><a href="#">活动专区</a>
<ul>
<li><a href="upcomingevents-c.html">活动预告</a></li>
<li><a href="review-c.html">活动回顾</a></li>
<li><a href="announcement-c.html">公告栏</a></li>
</ul>
</li>
<li><a href="#">赛事专区</a>
<ul>
<li><a href="oj-c.html">Online Judge</a></li>
<li><a href="competitionevents-c.html">赛事信息</a></li>
</ul>
</li>
<li><a href="#">会员专区</a>
<ul>
<li><a href="resources-c.html">资源区</a></li>
<li><a href="mirrorsite-c.html">镜像站</a></li>
<li><a href="recommendation-c.html">推荐专区</a></li>
<li><a href="Forum-c.html">论坛</a></li>
</ul>
</li>
<!-- Forum:if possible
<li><a href="archives.html">Forum</a></li>
-->
<li><a href="#">加入我们</a>
<ul>
<li><a href="login-c.html">会员登录</a></li>
<li><a href="signup-c.html">注册为会员</a></li>
<li><a href="application-c.html">加入团队</a></li>
<li><a href="contact-c.html">联系我们</a></li>
</ul>
</li>
<li><a href="aboutus.html">English</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">专注技术,分享知识,提供技术服务</span>
<h3 class="project-title">关于我们</h3>
<p class="description">Computer @nd Comity 是一个充满活力的社团组织。我们旨在推广信息技术文化,普及计算机科学的相关知识,为同学们提供信息技术的有关服务。在社团活动中,同学们可以收获丰富的计算机科学知识,学习许多实用的技术本领,同时获得珍贵的友谊。随着时代的发展,信息技术正发挥着愈来愈重要的作用。我们希望,协会能帮助同学们认识到计算机科学的重要性,并提高相关技术本领。我们相信,协会全体成员的共同努力将推动社团的发展。作为港中大(深圳)的第一个学术性社团,我们希望协会的进步能够帮助学校提高其在相关专业领域的声誉。 </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-c.html" title="ComputerComity-c.html" target="_blank">回到首页</a></p></li>
<li><a href="contact-c.html" title="contact-c.html" target="_blank">意见反馈</a></p></li>
<li><a href="none.html" title="none.html" target="_blank">免责声明</a></p></li>
<li><a href="presonal.html" title="presonal.html" target="_blank">隐私条例</a></p></li>
</ul> <!-- /.footer-menu -->
</nav> <!-- /.footer-nav -->
<p class="copyright-text"> 2016 Computer @nd Comity | CUHK(SZ)</br> 扫描二维码,了解更多! </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>