1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 19:23:02 +05:30

(feature): implemented coming soon banner on blog page

This commit is contained in:
2023-11-02 20:25:15 +05:30
parent 146c634870
commit 1a239796b6
3 changed files with 61 additions and 3 deletions

View File

@@ -14,8 +14,11 @@ require './core/query_functions.php';
</head>
<body class="font-lexend bg-bg_primary text-accent_secondary">
<?php require 'assets/_header.php';?>
<div class="homebox w-full">
<div class="blogbox w-full px-4 lg:px-[4.5rem] flex flex-col items-center text-center">
<div class="mt-40 mb-60">
<h1 class="text-2xl font-bold"><i class="fa-regular fa-clock fa-spin text-accent_primary"></i>&nbsp; Coming Soon</h1>
<p class="text-base text-accent_three mt-3">Please be patience, Something intresting is cooking up...!!</p>
</div>
</div>
<?php require 'assets/_footer.php';?>
</body>