-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdOfAcademy.html
More file actions
executable file
·126 lines (87 loc) · 3.65 KB
/
dOfAcademy.html
File metadata and controls
executable file
·126 lines (87 loc) · 3.65 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
<!doctype html>
<html>
<head>
<link href="bootstrap-3.3.7/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="css/style4.css" rel="stylesheet">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="stylesheet" href="css/blockAnimation.css">
<link href="Font-Awesome-3.2.1/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="resource/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/background.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" >
$(document).ready(main);
</script>
<meta charset="UTF-8">
<title> CUCS</title>
</head>
<body>
<!--Logo,顶部菜单-->
<header >
<div class="row">
<div class="col-xs-4">
<a href="index3.html"><img id="logo" src="img/logo.png" height="50%" width="70%"></a>
</div>
<nav class="col-xs-8">
<div class="menu">
<a> 关于我们</a>
<a > 成员</a>
<a > 动态</a>
<a> 资料库 </a>
<a> 联系方式 </a>
</div>
</nav>
</div>
</header>
<!--主要区域-->
<section class="jumbotron">
<div class=container>
</div>
</section>
<div class="content">
<div class="seperatorContainer">
<h1>学术部</h1>
<p>Department of Academic</p>
<img src="img/seperator.png" height="100%" width="80%">
</div>
<div class="row contentRow">
<div class="col-sm-4">
<h5>选择标签 | filter</h5>
<div class="blocks">
<a>公告</a>
<a>记录</a>
<a>活动<br>通知</a>
<a>行业<br>新闻</a>
<a>其他</a>
</div>
<div class="articleRecommandation">
<h5>猜你喜欢 | popular</h5>
<a> ICS 32 Review Night 圆满举行 </a>
<a> ICS 32 Review Night 圆满举行 </a>
<a> ICS 32 Review Night 圆满举行 </a>
<a> ICS 32 Review Night 圆满举行 </a>
</div>
</div>
<div class="col-xs-1">
<div class="verticleSeperator">
</div>
</div>
<div class="col-xs-7">
<div class="articleType">
<h3>记录</h3>
</div>
<div class="articleArea">
<h3>ICS 32 Review Night 圆满举行</h3>
<h5>07/30/2017</h5>
<p>在Spring Quarter Week 10 的星期三,CUCS学术部为各位ICS32的同学带来了一场别开生面的Review Session,与同学们分享了学习和备考的经验,收到了良好的反馈。</p>
<img src="img/reviewSession1.JPG" width="80%">
</div>
</div>
</div>
</div>
</body>
<!--页脚-->
<footer class="container">
<p>Copyright2017 © Chinese Union of Computer Science at UC Irvine. All rights reserved</p>
</footer>
</html>