-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.21 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.21 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
<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>email `events -at- computingteachers.uk`</p>
<p>Consortium of Computing Teachers in the UK.</p>
<p>We want to share resources and ideas.</p>
<ul>
<li><a href="/ComputingTeachersUnconference/">Kent Computing Teachers Un-Conference</a> - Tuesday 27th May 2025 - Half Term</li>
<!--
<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>