Skip to content

Commit

Permalink
added social preview image and organized tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ISO53 committed Mar 3, 2024
1 parent 5e53c77 commit a33ac65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
<html lang="en">

<head>
<!-- Default meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Social preview meta tags -->
<meta property="og:title" content="Movie Collection Visualizer">
<meta property="og:description" content="Organize and visualize your movie collection effortlessly.">
<meta property="og:image" content="res/MCV-social-preview.png">
<meta property="og:url" content="https://iso53.github.io/Movie-Collection-Visualizer">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3K0461TXL0"></script>
<script>
Expand All @@ -14,12 +22,16 @@

gtag('config', 'G-3K0461TXL0');
</script>

<!-- Preload resources -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@600&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="index.css" />

<!-- Title -->
<title>Movie Collection Visualizer</title>
</head>

Expand Down
Binary file added docs/res/MCV-social-preview.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 a33ac65

Please sign in to comment.