-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (22 loc) · 1.02 KB
/
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
<html>
<head>
<meta charset="utf-8" />
<link id="favicon" rel="shortcut icon" type="image/png" href="data:image/png;base64,....==" />
<title>ComputingTeachers.uk</title>
</head>
<body>
<h1>ComputingTeachers.uk</h1>
<p>Consortium of Computing Teachers in the UK.</p>
<p>We want to share resources and ideas.</p>
<ul>
<li><a href="markdown.html?source=kent-computing-teachers-unconference-2025.md">Kent Computing Teachers Un-Conference</a> Monday 26th May 2025
<a href="kent-computing-teachers-unconference-2025.ics">iCal</a>
<a href="remarkjs.html?source=kent-computing-teachers-unconference-2025.md">slides</a></li>
<li><a href="https://discord.gg/nbJBEFNHZg">Join our Discord</a></li>
<li><a href="/subjectKnowledge/subject-knowledge-2023.html">subjectKnowledge 2023</a></li>
<li><a href="static/langauge_reference.html#py">language_reference</a></li>
<li><a href="static/projects.html">projects</a>
<li><a href="https://github.com/ComputingTeachers">github.com/ComputingTeachers</a></li>
</ul>
</body>
</html>