Skip to content

Commit fff0311

Browse files
committed
add metadata for every index.html for external embedding
1 parent 5066a00 commit fff0311

File tree

7 files changed

+48
-6
lines changed

7 files changed

+48
-6
lines changed

credits/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<link rel="stylesheet" href="/credits/credits.css">
2020
<script src="/credits/credits.js"></script>
2121
<title>Beavertronics</title>
22+
<!-- metadata for embedding -->
23+
<meta property="og:title" content="Beavertronics - Credits">
24+
<meta property="og:description" content="The absolute HOOLIGANS behind the Beavertronics website.">
25+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
26+
<meta property="og:url" content="https://team5970.org/credits">
2227
</head>
2328

2429
<!--

index.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
<!--
2-
Redirects to the home page
3-
-->
4-
<script>
5-
window.location.href = '/landing'
6-
</script>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<!-- metadata for embedding -->
6+
<meta property="og:title" content="Beavertronics - FRC Team 5970">
7+
<meta property="og:description" content="Official website of FRC Team 5970 Beavertronics, based out of Beaverton High School in Beaverton, OR.">
8+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
9+
<meta property="og:url" content="https://team5970.org">
10+
<!--
11+
Redirects to the home page
12+
-->
13+
<script>
14+
window.location.href = '/landing'
15+
</script>
16+
</head>
17+
</html>

landing/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<link rel="stylesheet" href="/shared/css/style.css"/>
2121
<link rel="stylesheet" href="/shared/css/slideshow.css"/>
2222
<title>Beavertronics</title>
23+
<!-- metadata for embedding -->
24+
<meta property="og:title" content="Beavertronics - FRC Team 5970">
25+
<meta property="og:description" content="Official website of FRC Team 5970 Beavertronics, based out of Beaverton High School in Beaverton, OR.">
26+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
27+
<meta property="og:url" content="https://team5970.org/landing">
2328
</head>
2429

2530

more/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<link rel="stylesheet" href="/shared/css/style.css"/>
1919
<link rel="stylesheet" href="/more/CSS/index.css">
2020
<title>Beavertronics</title>
21+
<!-- metadata for embedding -->
22+
<meta property="og:title" content="Beavertronics - More">
23+
<meta property="og:description" content="Additional stuff from FRC Team 5970 Beavertronics.">
24+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
25+
<meta property="og:url" content="https://team5970.org/more">
2126
</head>
2227

2328
<!--

outreach/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<link rel="stylesheet" href="/shared/css/style.css"/>
2020
<link rel="stylesheet" href="./mobile.css"/>
2121
<title>Beavertronics</title>
22+
<!-- metadata for embedding -->
23+
<meta property="og:title" content="Beavertronics - Outreach">
24+
<meta property="og:description" content="Community outreach efforts of FRC Team 5970 Beavertronics.">
25+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
26+
<meta property="og:url" content="https://team5970.org/outreach">
2227
</head>
2328

2429
<!--

resources/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<link rel="stylesheet" href="/shared/css/style.css"/>
2020
<link rel="stylesheet" href="/resources/resources.css"/>
2121
<title>Beavertronics</title>
22+
<!-- metadata for embedding -->
23+
<meta property="og:title" content="Beavertronics - Resources">
24+
<meta property="og:description" content="Technical resources and documentation from FRC Team 5970 Beavertronics.">
25+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
26+
<meta property="og:url" content="https://team5970.org/resources">
2227
</head>
2328

2429
<!--
@@ -67,4 +72,5 @@
6772
<button type="button" class = "resourceButton" id = "button8"> Business </button>
6873
</div>
6974
</body>
75+
<footer id = "footer" class="footer"> </footer>
7076
</html>

robots/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<link rel="stylesheet" href="/shared/css/style.css"/>
1919
<link rel="stylesheet" href="/robots/robots-mobile.css"/>
2020
<title>Beavertronics</title>
21+
<!-- metadata for embedding -->
22+
<meta property="og:title" content="Beavertronics - Robots">
23+
<meta property="og:description" content="A history of every robot built by FRC Team 5970 Beavertronics, from 2016 to present.">
24+
<meta property="og:image" content="https://team5970.org/assets/header/ravioli.png"> <!--Should probably make actual banner image -->
25+
<meta property="og:url" content="https://team5970.org/robots">
2126
</head>
2227

2328
<!--

0 commit comments

Comments
 (0)