-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabbage-music.html
138 lines (88 loc) · 3.9 KB
/
cabbage-music.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
<!doctype html>
<html lang="zh-CN">
<head>
<title>小白菜们 (゜-゜)つロ 干杯~小白菜音乐节</title>
<meta charset="UTF-8">
<meta name="description" content="XBC广播站 是信宜中学重要不可或缺的一个重要社团">
<meta name="keywords" content="XBC广播站">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="https://radio-xbc.ltd/">
<link rel="icon" type="image/png" href="img/icon.png" />
<!--Style-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-responsive.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--Preloader-->
<div class="preloader" id="preloader">
<div class="item">
<div class="spinner">
</div>
</div>
</div>
<div class="opacity-nav">
<div class="menu-index" id="buttons" style="z-index:999999">
<i class="fa fa-close"></i>
</div>
<ul class="menu-fullscreen">
<li><a class="ajax-link" href="index.html">主页</a></li>
<li><a class="ajax-link" href="activities.html">活动</a></li>
<li><a class="ajax-link" href="about-us.html">关于</a></li>
<li><a class="ajax-link" href="contact.html">加入我们</a></li>
</ul>
</div>
<!--Header-->
<header id="fullscreen">
<div class="logo" id="full"><a class="ajax-link" href="index.html">XBC 广播站 (Beta)</a></div>
<div class="menu-index" id="button">
<i class="fa fa-bars"></i>
</div>
</header>
<div class="clear"></div>
<!--Content-->
<div class="content" id="ajax-content">
<div class="text-intro">
<h1>小白菜音乐节</h1>
<div class="one-column">
<p>小白菜音乐节是广播站的第一个活动</p>
<p>一般在11月举行 举行地点:饭堂门口</p>
</div>
<div class="clear"></div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<img src="img/Cabbage-music/QQ图片20220831005050.jpg" width="1200"><br/><br/><br/><br/>
<img src="img/Cabbage-music/2.jpg" width="1200"><br/><br/><br/><br/>
<img src="img/Cabbage-music/3.jpg" width="1200"><br/><br/><br/><br/>
<img src="img/Cabbage-music/0.jpg" width="1200"><br/><br/><br/><br/>
<!--Home Sidebar-->
<div id="ajax-sidebar"></div>
<!--Footer-->
<footer>
<div class="footer-margin">
<div class="social-footer">
</div>
<div class="copyright"><a href="https://github.com/XBC-Radio"><i class="fa fa-github"></i></a>© XBC Radio Station 2022 </div>
</div>
</footer>
<!--Scripts-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/modernizr.custom.42534.js" type="text/javascript"></script>
<script src="js/jquery.waitforimages.js" type="text/javascript"></script>
<script src="js/typed.js" type="text/javascript"></script>
<script src="js/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="js/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<script src="js/jquery.jkit.1.2.16.min.js"></script>
<script src="js/script.js" type="text/javascript"></script>
<script>
$('#button, #buttons').on('click', function() {
$( ".opacity-nav" ).fadeToggle( "slow", "linear" );
// Animation complete.
});
</script>
</body>
</html>