-
Notifications
You must be signed in to change notification settings - Fork 0
/
competitionevents-c.html
346 lines (318 loc) · 15.5 KB
/
competitionevents-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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!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="upcomingevents.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="upcomingevents.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="blog">
<div class="parallax-overlay">
<div class="container pageTitle">
<div class="row">
<div class="col-md-6 col-sm-6">
<h2 class="page-title">赛事信息</h2>
</div> <!-- /.col-md-6 -->
<div class="col-md-6 col-sm-6 text-right">
<span class="page-location">首页 / 赛事信息</span>
</div> <!-- /.col-md-6 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.parallax-overlay -->
</div> <!-- /.pageTitle -->
<div class="container">
<div class="row">
<div class="col-md-8 blog-posts">
<div class="row">
<div class="col-md-12">
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template1-c.html">
<img src="images/includes/upevent/cover1.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">活动日期 1</span>
<span class="meta-author">文章作者</span>
<h3><a href="upevent/template1-c.html">文章大大大大大标题 1</a></h3>
<p class="light-text">文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!70到100字</br><a href="upevent/template1-c.html">了解更多...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template2-c.html">
<img src="images/includes/upevent/cover2.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">活动日期 2</span>
<span class="meta-author">文章作者</span>
<h3><a href="upevent/template2-c.html">文章大大大大大标题 2</a></h3>
<p class="light-text">文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!70到100字</br><a href="upevent/template2-c.html">了解更多...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template3-c.html">
<img src="images/includes/upevent/cover3.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">活动日期 3</span>
<span class="meta-author">文章作者</span>
<h3><a href="upevent/template3-c.html">文章大大大大大标题 3</a></h3>
<p class="light-text">文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!70到100字</br><a href="upevent/template3-c.html">了解更多...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template4-c.html">
<img src="images/includes/upevent/cover4.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">活动日期 4</span>
<span class="meta-author">文章作者</span>
<h3><a href="upevent/template4-c.html">文章大大大大大标题 4</a></h3>
<p class="light-text">文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!文章摘要!!70到100字</br><a href="upevent/template4-c.html">了解更多...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
</div> <!-- /.col-md-12 -->
<!--底部的页码条-->
<div class="col-md-12">
<ul class="pages">
<li><a href="#" class="active">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">...</a></li>
<li><a href="#">13</a></li>
</ul>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.col-md-8 -->
<div class="col-md-4">
<div class="sidebar">
<div class="sidebar-widget">
<h5 class="widget-title">近期文章</h5>
<div class="last-post clearfix">
<div class="thumb pull-left">
<a href="upevent/template1-c.html"><img src="images/includes/upevent/smallcover1.png" alt="activity pic"></a>
</div>
<div class="content">
<span>活动日期 1</span>
<h4><a href="upevent/template1-c.html">文章标题 1</a></h4>
</div>
</div> <!-- /.last-post -->
<div class="last-post clearfix">
<div class="thumb pull-left">
<a href="upevent/template2-c.html"><img src="images/includes/upevent/smallcover2.png" alt="activity pic"></a>
</div>
<div class="content">
<span>活动日期 2</span>
<h4><a href="upevent/template2-c.html">文章标题 2</a></h4>
</div>
</div> <!-- /.last-post -->
<div class="last-post clearfix">
<div class="thumb pull-left">
<a href="upevent/template3-c.html"><img src="images/includes/upevent/smallcover3.png" alt="activity pic"></a>
</div>
<div class="content">
<span>活动日期 3</span>
<h4><a href="upevent/template3-c.html">文章标题 3</a></h4>
</div>
</div> <!-- /.last-post -->
</div> <!-- /.sidebar-widget -->
<div class="sidebar-widget">
<h5 class="widget-title">导航</h5>
<div class="row categories">
<div class="col-md-6">
<ul>
<li><a href="upcomingevents.html">活动预告</a></li>
<li><a href="review.html">活动回顾</a></li>
<li><a href="announcement.html">公告栏</a></li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li><a href="comprtitionevents.html">赛事信息</a></li>
</ul>
</div>
</div> <!-- /.row -->
</div> <!-- /.sidebar-widget -->
<div class="sidebar-widget">
<h5 class="widget-title">本版编辑</h5>
<ul id="flickr-feed" class="thumbs">
<li>editor one</li>
<li>editor two</li>
</ul>
</div> <!-- /.sidebar-widget -->
<div class="sidebar-widget">
<h5 class="widget-title">赛事信息</h5>
<p class="light-text">关注、了解最新的赛程及赛事报道。</p>
</div> <!-- /.sidebar-widget -->
</div> <!-- /.sidebar -->
</div> <!-- /.col-md-4 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
<!------------------------------------页面脚注---------------------------------------------------------------------->
<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>