feat:changes for pagespeed insights

This commit is contained in:
coolnsx
2025-05-16 15:31:09 +05:30
parent 34df846b74
commit b27c2c5fd4
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Coolans Portfolio and Blog Website.">
<title>{% block title %}{% endblock title %} - Coolans</title> <title>{% block title %}{% endblock title %} - Coolans</title>
<link <link
rel="stylesheet" rel="stylesheet"
@@ -15,6 +16,11 @@
menu.classList.toggle("hidden"); menu.classList.toggle("hidden");
} }
</script> </script>
<style>
.bg-image {
background-image: url('/assets/background.webp');
}
</style>
</head> </head>
<body <body
@@ -22,7 +28,7 @@
> >
<!-- Blurred Background Image --> <!-- Blurred Background Image -->
<div <div
class="fixed inset-0 -z-10 bg-[url('/assets/background.webp')] bg-cover bg-center blur-md" class="fixed inset-0 -z-10 bg-image bg-cover bg-center blur-md"
></div> ></div>
<div class="fixed inset-0 bg-black/70 -z-5"></div> <div class="fixed inset-0 bg-black/70 -z-5"></div>

View File

@@ -53,6 +53,7 @@
>Loading...</a >Loading...</a
> >
</li> </li>
<li>
<strong>Github:</strong> <strong>Github:</strong>
<a <a
href="#" href="#"