Skip to content

Commit

Permalink
Social meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rayoverweij committed Jun 10, 2020
1 parent ce6e3ce commit 71d92fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#17A2B8" />
<meta
name="description"
content="Tabbing app for the Bard College Middle and High School Debating Tournament"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo-192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>TacoTab</title>
</head>
<body>
<noscript>This is cute, but you need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#17A2B8" />
<meta name="description" content="Tabbing app for small World Schools-like debating tournaments" />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo-192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<meta property="og:type" content="website" />
<meta property="og:title" content="TacoTab">
<meta property="og:site_name" content="TacoTab">
<meta property="og:description" content="Tabbing for small World Schools-like debating tournaments">
<meta property="og:image" content="%PUBLIC_URL%/logo-social.jpg">
<meta property="og:url" content="https://rayo.dev/tacotab">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="A picture of a taco next to the word TacoTab">

<title>TacoTab</title>
</head>
<body>
<noscript>This is cute, but you need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Binary file added public/logo-social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71d92fe

Please sign in to comment.