-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.71 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="bastion-original-on-white.png">
<title>Bastion Computer Science</title>
</head>
<body>
<div id="centrebox">
<span style="display: flex; align-items: center;"><img src="bastion-original-on-white.png"
style="padding-left: 30px; padding-top: 30px; padding-right: 10px; height: 150px;">
<h1>Bastion Computer Science</h1><br>
</span>
<div id="main">
<h2>Course Group Infosite</h2>
<a href="materials.html"><button id="hublink">Lesson Materials</button></a>
<a href="https://docs.google.com/document/d/1wC6rutIPeKu42w2EFspR2y0w2KCDXsx6g73bF4vgVS8/edit?usp=drive_link" target="_blank" rel="noopener noreferrer"><button id="hublink">Lecture Schedule</button></a>
<a href="https://discord.gg/fNZEGTNyYR" target="_blank" rel="noopener noreferrer"><button id="hublink">Discord server</button></a>
<a href="https://forms.gle/SZd8tDmCswZ3tLQY6" target="_blank" rel="noopener noreferrer"><button id="hublink">Enrol into BSG CSci</button></a><br><br>
<a href="announcements.html"><button id="hublink">Announcements</button></a>
<a href="https://drive.google.com/drive/folders/1Fym9BvI5ypuA_OzXrLK-Gu1zxar_mONU?usp=drive_link" target="_blank" rel="noopener noreferrer"><button id="hublink">Lecture Archive</button></a>
<div id="copyright">© Copyright 2025 BastionSG</div><a href="https://www.bastionsg.rf.gd"><div id="copyright" style="position: absolute; right: 20px; margin-right: 20px; color: LinkText;" >bastionsg.rf.gd</div></a>
</div>
</div>
</body>
</html>