-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from EZLJ/main
Daily Update
- Loading branch information
Showing
1 changed file
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>Canada Qingdao Secondary School</title> | ||
<link rel="shortcut icon" href="/images/bg.png" /> | ||
<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><a href="enrollment.html">Enrollment 入学</a></li> | ||
<li><a href="schoolevent.html">Event 活动</a></li> | ||
<li><a href="about.html">About 关于</a></li> | ||
<br> | ||
</ul> | ||
<ul class="icons"> | ||
<img src="/images/SC/logo.png" alt=""> | ||
<a href="studentcouncil" class="">Student Council</a> | ||
</ul> | ||
</nav> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
|
||
<!-- Post --> | ||
<section class="post"> | ||
<header class="major"> | ||
<h1>Credits</h1> | ||
<p>Created by <b>Eric Zhang</b>, <b>Levi Ji</b> and <b>Jeffrey Sun</b></p> | ||
</header> | ||
<p>The authors would like to express his sincerest gratitude to the following for their unselfish help in building the website</p> | ||
<li><b>Mr. William Wei</b>, for his help with the visual and artistic effects.</li> | ||
<li><b>Mr. Eason Han</b>, for his careful selection of photographs for the website</li> | ||
<li><b>Mr. Uni Hampton</b>, the school's principal, for his support and encouragement</li> | ||
<li><b>Mr. Shan Zhou</b>, the school's IT teacher, who gave us some very valuable advice and support</li> | ||
<li><b>All members of Student Council</b>, thank you for your support of our work.</li> | ||
<li>Theme inspired by <a href="https://www.html5up.net">html5up.net</a> | @ajlkn, under the <a href="https://creativecommons.org/licenses/by/3.0/">CCA 3.0</a> license.</li> | ||
<br> | ||
<p>This site is maintained by the Ministry of Media, <a href="/studentcouncil/index.html">Student Council</a>.</p> | ||
|
||
</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> |