Skip to content

Commit

Permalink
Update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Sep 23, 2021
1 parent 84a23fb commit 257ccc2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
Binary file added frontend/public/Logo2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/OLD/favicon (2).ico
Binary file not shown.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
22 changes: 21 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Is it Week A or B?"
content="Is it Week A or B? Plus charity events, house results, (unofficial) news and more!"
/>
<meta name="keywords" content="IsItWeekA, KECHB, KECHG, Camp Hill, King Edward VI, King Edward VI Camp Hill, Camp Hill Boys, Camp Hill Girls, King Edward VI Camp Hill School">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -29,6 +30,25 @@
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />-->

<!-- From metatags.io -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://metatags.io/">
<meta property="og:title" content="Is it Week A?">
<meta property="og:description"
content="Is it Week A or B? Plus charity events, house results, (unofficial) news, and more!">
<meta property="og:image"
content="%PUBLIC_URL%/Logo2x.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://metatags.io/">
<meta property="twitter:title" content="Is it Week A?">
<meta property="twitter:description"
content="Is it Week A or B? Plus charity events, house results, (unofficial) news, and more!">
<meta property="twitter:image"
content="%PUBLIC_URL%/Logo2x.png">

<script async src="https://www.googletagmanager.com/gtag/js?id=G-X4VMSWGN74"></script>
<script>
var GA_PROPERTY = 'G-X4VMSWGN74';
Expand Down
Binary file added frontend/public/logo512faviconbase.png
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 257ccc2

Please sign in to comment.