Compare commits

..

3 Commits

Author SHA1 Message Date
527ee4abbc feat: add opengraph meta tags to head 2026-06-17 23:11:07 +05:30
b94c3e51f8 chore: update banner 2026-06-17 23:07:35 +05:30
a543a85c0e chore: add banner 2026-06-17 23:02:53 +05:30
2 changed files with 20 additions and 1 deletions

View File

@@ -5,7 +5,26 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sif.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Suraj B M</title>
<meta name="description" content="Developer | Systems Enthusiast | Gamer">
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://silicoflare.dev/">
<meta property="og:type" content="website">
<meta property="og:title" content="Suraj B M">
<meta property="og:description" content="Developer | Systems Enthusiast | Gamer">
<meta property="og:image" content="https://silicoflare.dev/banner.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="silicoflare.dev">
<meta property="twitter:url" content="https://silicoflare.dev/">
<meta name="twitter:title" content="Suraj B M">
<meta name="twitter:description" content="Developer | Systems Enthusiast | Gamer">
<meta name="twitter:image" content="https://silicoflare.dev/banner.png">
</head>
<body>
@@ -13,4 +32,4 @@
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
</html>

BIN
public/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB