Skip to content

Commit 4e56260

Browse files
committed
feat: add discord embed
1 parent 980b747 commit 4e56260

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<link rel="icon" type="image/svg+xml" href="/TigerRacing.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>LSU TigerRacing Formula SAE</title>
8+
<meta name="description" content="TigerRacing is LSU's Formula SAE team, a group of 30+ students with the goal of designing, manufacturing, and racing a Formula SAE car every year. Made up of undergraduate students across 8+ disciplines, the team builds an electric racecar each season for the FORMULA SAE Electric competition.">
9+
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://www.formulalsu.org/">
12+
<meta property="og:title" content="TigerRacing Formula SAE">
13+
<meta property="og:description" content="TigerRacing is LSU's Formula SAE team, a group of 30+ students with the goal of designing, manufacturing, and racing a Formula SAE car every year. Made up of undergraduate students across 8+ disciplines, the team builds an electric racecar each season for the FORMULA SAE Electric competition.">
14+
<meta property="og:image" content="https://www.formulalsu.org/assets/Landing-BvXgL6IR.jpg">
15+
<!-- warning about image; this image is just the landing page image; if you change landing page you must change this too. -->
16+
<meta name="theme-color" content="#510087">
17+
18+
819
<!-- script below needed for browserrouter -->
920
<script>
1021
(function() {

src/pages/Home.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const Home = () => {
7777
<div className="background">
7878
<div className="flex-center relative w-screen h-screen overflow-hidden">
7979
{/* Background Image */}
80+
{/* WARNING: discord embed of this website relies on this image; if you change this image out in the future, make sure to update index.html too. */}
8081
<img
8182
src={Landing}
8283
alt="Racing car"

0 commit comments

Comments
 (0)