-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (86 loc) · 2.98 KB
/
index.html
File metadata and controls
93 lines (86 loc) · 2.98 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-89WMN0VMDD"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-89WMN0VMDD');
</script>
<meta charset="UTF-8" />
<link
rel="icon"
href="/src/assets/character/favicon3.png"
type="image/png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Audemy, An educational platform for blind and visually impaired students."
/>
<meta
name="keywords"
content="Audemy, not Udemy, education, blind students, visually impaired students, accessible education, online learning, inclusive education, games for the blind, games for visually impaired students, games for blind and visually impaired students"
/>
<meta
property="og:title"
content="Audemy - Play, Learn, and Make a Difference"
/>
<meta
property="og:description"
content="Discover Audemy – an inclusive educational platform empowering blind and visually impaired students through playful learning and impact-driven projects. Not Udemy!"
/>
<meta property="og:url" content="https://audemy.org" />
<meta property="og:type" content="website" />
<meta name="author" content="Audemy" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Plus+Jakarta+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<title>Audemy</title>
<script defer type="module" src="/src/main.js"></script>
<link
rel="preload"
as="image"
href="/assets/images/hero/hero-resized.png"
type="image/png"
fetchpriority="high"
/>
<link
rel="preload"
as="image"
href="/assets/images/hero/hero-illustration.png"
type="image/png"
/>
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Audemy",
"url": "https://audemy.org",
"logo": "https://audemy.org/logo.png"
}
</script>
</head>
<body class="is-preload">
<div id="app"></div>
<script src="/Utilities/jquery.min.js"></script>
<script src="/Utilities/jquery.dropotron.min.js"></script>
<script src="/Utilities/jquery.scrolly.min.js"></script>
<script src="/Utilities/jquery.scrollex.min.js"></script>
<script src="/Utilities/browser.min.js"></script>
<script src="/Utilities/breakpoints.min.js"></script>
<script src="/Utilities/util.js"></script>
<script src="/Utilities/main.js"></script>
</body>
</html>