Skip to content

Commit 12906dc

Browse files
Social (#219)
1 parent d522196 commit 12906dc

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

index.html

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,45 @@
33
44
SPDX-License-Identifier: MIT
55
-->
6-
<!DOCTYPE html>
7-
<html lang="en" style="height: 100%;">
6+
<!doctype html>
7+
<html lang="en" style="height: 100%">
88
<head>
9-
<meta charset="utf-8">
10-
<meta name="viewport" content="width=device-width,initial-scale=1">
9+
<meta charset="utf-8" />
10+
<meta name="viewport" content="width=device-width,initial-scale=1" />
1111

1212
<title>micro:bit machine learning tool</title>
13+
<meta
14+
property="og:title"
15+
content="machine learning tool - BBC micro:bit - the next gen" />
16+
<link rel="canonical" href="%VITE_FULL_URL%" />
17+
<meta property="og:url" content="%VITE_FULL_URL%" />
18+
<meta name="twitter:card" content="summary_large_image" />
19+
<meta name="twitter:site" content="@microbit_edu" />
20+
<meta
21+
name="description"
22+
content="Use our free machine learning tool as part of BBC micro:bit - the next gen's playground survey investigation. Explore machine learning, by training a computer model with your own data, then testing it to see if it works." />
23+
<meta
24+
property="og:description"
25+
content="Use your own movement data to train a computer model - part of our playground survey" />
26+
<meta property="og:image" content="%VITE_FULL_URL%social.jpg" />
1327

1428
<link rel="icon" type="image/png" href="/imgs/favicon.png" />
1529
<link rel="stylesheet" href="/css/global.css" />
1630
<link rel="stylesheet" href="/css/all.min.css" />
1731

18-
<script
19-
src="https://shared-assets.microbit.org/common/v1/common.js"
20-
async
21-
></script>
22-
<link
23-
rel="stylesheet"
24-
href="https://shared-assets.microbit.org/common/v1/main.css"
25-
/>
32+
<script src="https://shared-assets.microbit.org/common/v1/common.js" async></script>
33+
<link rel="stylesheet" href="https://shared-assets.microbit.org/common/v1/main.css" />
2634
<script>
2735
// GA config itself is via the common assets config depending on consent.
2836
window.dataLayer = window.dataLayer || [];
2937
window.gtag =
3038
window.gtag ||
31-
function() {
39+
function () {
3240
window.dataLayer.push(arguments);
3341
};
3442
</script>
3543
<script type="module" src="/src/main.ts"></script>
3644
</head>
3745

38-
<body style="overscroll-behavior-y: none; height: 100%;">
39-
40-
</body>
46+
<body style="overscroll-behavior-y: none; height: 100%"></body>
4147
</html>

public/social.jpg

114 KB
Loading

0 commit comments

Comments
 (0)