-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold_index.html
50 lines (43 loc) · 2.54 KB
/
old_index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/files/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="KCISEC A-Level Homepage contains KCISEC A-Level and IGCSE subjects information and revision tips.">
<link rel="stylesheet" href="./old_index.css">
<title>A-Level Homepage</title>
</head>
<script src="/files/script.js"></script>
<body>
<a href="/index.html" class="return-button">Back to Index</a>
<header>
<h1>A-Level Homepage</h1>
<div style="color: #5c6bc0;font-size: 1.5em;margin-top: 15px;">Blue represents IGCSE subjects;</div><div style="color: #5cc07f;font-size: 1.5em;">Green represents A-Level subjects.</div>
</header>
<nav>
<div class="IG-button" onclick="window.location.href='./Mathematics/'">IG Math</div>
<div class="AL-button" onclick="window.location.href='./AS_Mathematics/'">AS Math</div>
<div class="IG-button" onclick="window.location.href='./Physics/'">IG Physics</div>
<div class="IG-button" onclick="window.location.href='./Chemistry/'">IG Chemistry</div>
<div class="IG-button-disabled" onclick="engUnderConstruction()">IG Biology</div>
<div class="IG-button" onclick="window.location.href='./Economics/'">IG Economics</div>
<!-- <div class="IG-button-disabled" onclick="engUnderConstruction()">IG ESL</div> -->
<div class="IG-button" onclick="window.location.href='/Computer_Science/'">IG Computer Science</div>
<!-- <div class="IG-button-disabled" onclick="engPlaningConstruction()">IG Psychology</div> -->
</nav>
<section class="exam-date">
<h2>Upcoming Exam Dates</h2>
<h3>A-Level Official Exams</h3>
<a href="files/OxfordAQA_Exam_Timetable_Jan25.pdf" target="_blank"><h4>OxfordAQA Exam Timetable January 25</h4></a>
</section>
<footer>
<div class="about">
© 2024 EricStoneChina
<br>This website is made for A-Level department students of KCISEC to review and get information.
<br>Wanna give some feedback? <a href="mailto:[email protected]" class="__cf_email__">[email protected]</a> or <a href="mailto:[email protected]" class="__cf_email__">[email protected]</a>.
<br><br><a href="https://www.oxfordaqa.com/" target="_blank"><img src="/files/OxfordAQA-Digital-Badge.webp" alt="OxfordAQA Approved Centre" style="width: 150px;"></a>
</div>
</footer>
</body>
</html>