-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenrollment.html
More file actions
92 lines (80 loc) · 3.12 KB
/
enrollment.html
File metadata and controls
92 lines (80 loc) · 3.12 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
<!DOCTYPE HTML>
<html>
<head>
<title>Canada Qingdao Secondary School</title>
<link rel="shortcut icon" href="/images/bg.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Canada Qingdao Secondary School</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home 主页</a></li>
<li><a href="index.html#mainB">News 学校新闻</a></li>
<li><a href="teachers.html">Teachers 教师</a></li>
<li class="active"><a href="enrollment.html">Enrollment 入学</a></li>
<li><a href="houses.html">Houses 学院</a></li>
<li><a href="schoolevent.html">Event 活动</a></li>
<li><a href="about.html">About 关于</a></li>
<br>
</ul>
<ul class="icons">
<li><a href="/studentcouncil/"><img src="/images/SC/logo_small.png" alt="" height=100% style="float:left"></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h1>Enrollment<br />
入学</h1>
<p>This section is under review for the year of 2025, any information available will be publish soon.</p>
</header>
</section>
</div>
<!-- Footer -->
<footer id="intro">
<section class="split contact">
<section class="alt">
<h3>Address <br />学校地址</h3>
<h7>No.559 Qixinghe Road, Huangdao District, <br/>
Qingdao, Shandong Province, China <br />山东省青岛市黄岛区七星河路559号</h7>
</section>
<section>
<h3><br />Phone <br />电话</h3>
<p>+86 8888 8888</a></p>
</section>
<section>
<h3><br />Email <br />电子邮件</h3>
<p><a href="mailto:info@untitled.tld">info@untitled.tld</a></p>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul><li>© 2024 Canada Qingdao Secondary School</li><li>All Rights Reserved.</li><br /><br /></ul>
<ul><li><a href="/credits.html">Created by Eric Zhang and Levi Ji<br/></a></li></ul>
<ul><li><a href="/studentcouncil/contact.html">Maintained by the Ministry of Media</a></li></ul>
<ul><li><div class="col-4" ></div><span class="image fit" ><a href="https://zcstudio.online"><img src="images/ZCS/ZCSC401.png" alt="" /></a></span></div></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>