-
Notifications
You must be signed in to change notification settings - Fork 0
/
announcement.html
342 lines (315 loc) · 14.8 KB
/
announcement.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
<!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>Announcement</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="upcomingevents-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="upcomingevents-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="blog">
<div class="parallax-overlay">
<div class="container pageTitle">
<div class="row">
<div class="col-md-6 col-sm-6">
<h2 class="page-title">Announcement</h2>
</div> <!-- /.col-md-6 -->
<div class="col-md-6 col-sm-6 text-right">
<span class="page-location">Home / Announcement</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.html">
<img src="images/includes/upevent/cover1.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">when this happend</span>
<span class="meta-author">author of article</span>
<h3><a href="upevent/template1.html">Template of article Number one</a></h3>
<p class="light-text">This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.70 to 100 words</br><a href="upevent/template1.html">Continue Reading...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template2.html">
<img src="images/includes/upevent/cover2.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">when this happend</span>
<span class="meta-author">author of article</span>
<h3><a href="upevent/template2.html">Template of article Number one</a></h3>
<p class="light-text">This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.70 to 100 words</br><a href="upevent/template2.html">Continue Reading...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template3.html">
<img src="images/includes/upevent/cover3.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">when this happend</span>
<span class="meta-author">author of article</span>
<h3><a href="upevent/template3.html">Template of article Number one</a></h3>
<p class="light-text">This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.70 to 100 words</br><a href="upevent/template3.html">Continue Reading...</a></p>
</div> <!-- /.blog-content -->
</div> <!-- /.post-blog -->
<div class="post-blog">
<div class="blog-image">
<a href="upevent/template4.html">
<img src="images/includes/upevent/cover4.jpg" alt="activity pic">
</a>
</div> <!-- /.blog-image -->
<div class="blog-content">
<span class="meta-date">when this happend</span>
<span class="meta-author">author of article</span>
<h3><a href="upevent/template4.html">Template of article Number one</a></h3>
<p class="light-text">This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.This is the outline of this activities or artcle.70 to 100 words</br><a href="upevent/template4.html">Continue Reading...</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">Recent Posts</h5>
<div class="last-post clearfix">
<div class="thumb pull-left">
<a href="upevent/template1.html"><img src="images/includes/upevent/smallcover1.png" alt="activity pic"></a>
</div>
<div class="content">
<span>when article 1 happend</span>
<h4><a href="upevent/template1.html">Title of article 1</a></h4>
</div>
</div> <!-- /.last-post -->
<div class="last-post clearfix">
<div class="thumb pull-left">
<a href="upevent/template2.html"><img src="images/includes/upevent/smallcover2.png" alt="activity pic"></a>
</div>
<div class="content">
<span>when article 2 happend</span>
<h4><a href="upevent/template2.html">Title of article 2</a></h4>
</div>
</div> <!-- /.last-post -->
<div class="last-post clearfix">
<div class="thumb pull-left">
<a href="upevent/template3.html"><img src="images/includes/upevent/smallcover3.png" alt="activity pic"></a>
</div>
<div class="content">
<span>when article 3 happend</span>
<h4><a href="upevent/template3.html">Title of article 3</a></h4>
</div>
</div> <!-- /.last-post -->
</div> <!-- /.sidebar-widget -->
<div class="sidebar-widget">
<h5 class="widget-title">Categories</h5>
<div class="row categories">
<div class="col-md-6">
<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>
</div>
<div class="col-md-6">
<ul>
<li><a href="comprtitionevents.html">Contest</br>Events & Imformation</a></li>
</ul>
</div>
</div> <!-- /.row -->
</div> <!-- /.sidebar-widget -->
<div class="sidebar-widget">
<h5 class="widget-title">Editors of Announcement</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">Announcement</h5>
<p class="light-text">Learn more about the latest news about C@C.</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.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>