mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
feat:changes for pagespeed insights
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
>Loading...</a
|
>Loading...</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
<strong>Github:</strong>
|
<strong>Github:</strong>
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
|
|||||||
Reference in New Issue
Block a user