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:
@@ -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> 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>
|
||||
|
||||
Reference in New Issue
Block a user