This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.6 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="chrome=1" http-equiv="X-UA-Compatible">
<title>#CodeYork</title>
<meta name="description" content="#CodeYork">
<meta name="keywords" content="#CodeYork, CodeYork, Code Club, Python">
<link href="https://york.gjcampbell.co.uk/stylesheets/styles.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://york.gjcampbell.co.uk/javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport">
</head>
<body>
<header>
<h1>#CodeYork</h1>
<p>https://york.gjcampbell.co.uk/</p>
</header>
<div id="banner">
<span id="logo"></span>
</div>
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h1><a aria-hidden="true" class="anchor" href="#sample" id="sample"><span aria-hidden="true" class="octicon octicon-link"></span></a>Sample Material 2017</h1>
<h3><a href="2017/sample">Click here!</a></h3>
<hr>
<h1><a aria-hidden="true" class="anchor" href="#millthorpe" id="millthorpe"><span aria-hidden="true" class="octicon octicon-link"></span></a>Millthorpe School 2016</h1>
<h3><a href="2016/millthorpe">Click here!</a></h3>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>