-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
61 lines (59 loc) · 1.68 KB
/
contact.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
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" />
<meta
name="description"
content="Discover this FREE, step-by-step, all-in-one curriculum."
/>
<meta
name="keywords"
content="curriculum, homeschool, kindergarten, preschool, first grade, all-in-one, math, english, science, social studies"
/>
<meta
property="og:title"
content="Course of Study: Free Curriculum Resources"
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://taiwilkin.github.io/Course-of-Study/"
/>
<title>Corraggio Modern-Traditional Curriculum</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-163332883-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-163332883-1");
</script>
</head>
<body>
<header>
<h1>Corraggio Modern-Traditional Curriculum</h1>
</header>
<nav>
<ul>
<li><a href="/Course-of-Study/">Home</a></li>
<li><a href="/Course-of-Study/changelog">Changelog</a></li>
<li><a class="active" href="/Course-of-Study/contact">Contact</a></li>
</ul>
</nav>
<h2>Contact</h2>
<p>
Have feedback, questions, suggestions or requests? Email
<a
href="mailto:[email protected]?Subject=Course%20of%20Study"
target="_top"
>
</p>
</body>
</html>