Skip to content

Commit

Permalink
feat: banner image for social media share
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 8, 2024
1 parent 548c2ea commit 3d33227
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#FC8500" />
<meta property="og:title" content="MyTimetable" />
<meta property="og:url" content="https://mytimetable.csclub.org.au/" />
<meta property="og:image" content="/banner.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="A banner image featuring the logo and title, with a laptop displaying a preview of a weekly class schedule."
/>
<script
defer
src="https://umami.csclub.org.au/script.js"
Expand Down
Binary file added public/banner.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 3d33227

Please sign in to comment.