|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 | + |
| 8 | + <!-- SEO Meta Tags --> |
| 9 | + <title>Spandan's Sticker</title> |
| 10 | + <meta name="description" content="This website takes you where your QR journey begins once you scan that holographic Spandan sticker!"> |
| 11 | + <meta name="keywords" content="Stickers, Spandan's Stickers, Custom Stickers, Unique Designs, Sticker Collection"> |
| 12 | + <meta name="author" content="Spandan Saxena"> |
| 13 | + |
| 14 | + <!-- Open Graph Meta Tags for Social Media Sharing --> |
| 15 | + <meta property="og:title" content="Spandan's Sticker"> |
| 16 | + <meta property="og:description" content="Discover what's with the Spandan sticker which you found somewhere!"> |
| 17 | + <meta property="og:image" content="https://i.ibb.co/kqVKR2T/og-image.webp"> |
| 18 | + <meta property="og:url" content="https://github.com/the-rebooted-coder/Digital-Sticker"> |
| 19 | + <meta property="og:type" content="website"> |
| 20 | + |
| 21 | + <!-- Twitter Card Meta Tags --> |
| 22 | + <meta name="twitter:card" content="summary_large_image"> |
| 23 | + <meta name="twitter:title" content="Spandan's Sticker"> |
| 24 | + <meta name="twitter:description" content="This website takes you where your QR journey begins once you scan that holographic Spandan sticker!"> |
| 25 | + <meta name="twitter:image" content="https://i.ibb.co/kqVKR2T/og-image.webp"> <!-- Replace with your image URL --> |
| 26 | + |
| 27 | + <!-- Favicon --> |
| 28 | + <link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Ensure favicon.ico exists in your project root --> |
| 29 | + |
7 | 30 | <title>Spandan's Sticker</title>
|
8 | 31 | <!-- Import Poppins Font from Google Fonts -->
|
9 | 32 | <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
|
@@ -92,10 +115,10 @@ <h1>Tap to know me</h1>
|
92 | 115 | <div class="card" onclick="flipCard(this)">
|
93 | 116 | <div class="card-inner">
|
94 | 117 | <div class="card-front">
|
95 |
| - <img src="front-image.webp" alt="Front Image 1"> |
| 118 | + <img src="./assets/front-image.webp" alt="Sticker side"> |
96 | 119 | </div>
|
97 | 120 | <div class="card-back">
|
98 |
| - <img src="back-image.webp" alt="Back Image 1"> |
| 121 | + <img src="./assets/back-image.webp" alt="Sticker back-side"> |
99 | 122 | </div>
|
100 | 123 | </div>
|
101 | 124 | </div>
|
|
0 commit comments