mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42:10 +02:00
Minor improvement
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -163,9 +163,6 @@ const toc = headers.map((header) => ({
|
|||||||
<div class="divider mt-12"></div>
|
<div class="divider mt-12"></div>
|
||||||
|
|
||||||
<!-- Back to blog link -->
|
<!-- Back to blog link -->
|
||||||
<div class="text-center mt-8">
|
|
||||||
<a href="/blog" class="btn btn-primary"> View All Posts </a>
|
|
||||||
</div>
|
|
||||||
<div class="flex justify-center gap-2 mt-12">
|
<div class="flex justify-center gap-2 mt-12">
|
||||||
<div class="flex gap-3 justify-center flex-wrap text-sm">
|
<div class="flex gap-3 justify-center flex-wrap text-sm">
|
||||||
<a href="/blog" class="link link-hover">View All Posts</a>
|
<a href="/blog" class="link link-hover">View All Posts</a>
|
||||||
|
|||||||
@@ -18,13 +18,13 @@ const {
|
|||||||
const blurFadeAnimation = {
|
const blurFadeAnimation = {
|
||||||
old: {
|
old: {
|
||||||
name: "blurFadeOut",
|
name: "blurFadeOut",
|
||||||
duration: "0.3s",
|
duration: "0.1s",
|
||||||
easing: "ease-in-out",
|
easing: "ease-in-out",
|
||||||
fillMode: "forwards",
|
fillMode: "forwards",
|
||||||
},
|
},
|
||||||
new: {
|
new: {
|
||||||
name: "blurFadeIn",
|
name: "blurFadeIn",
|
||||||
duration: "0.3s",
|
duration: "0.1s",
|
||||||
easing: "ease-in-out",
|
easing: "ease-in-out",
|
||||||
fillMode: "backwards",
|
fillMode: "backwards",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -122,8 +122,18 @@ const { title, description, image, tags, demoLink, url, sourceLink } =
|
|||||||
<div class="divider mt-12"></div>
|
<div class="divider mt-12"></div>
|
||||||
|
|
||||||
<!-- Back to projects link -->
|
<!-- Back to projects link -->
|
||||||
<div class="text-center mt-8">
|
<div class="flex justify-center gap-2 mt-12">
|
||||||
<a href="/projects" class="btn btn-primary"> View All Projects </a>
|
<div class="flex gap-3 justify-center flex-wrap text-sm">
|
||||||
|
<a href="https://github.com/anotherhadi" class="link link-hover"
|
||||||
|
>View All Projects</a
|
||||||
|
>
|
||||||
|
<span class="text-base-content/30">•</span>
|
||||||
|
<a href="/#contact" class="link link-hover">Contact me</a>
|
||||||
|
<span class="text-base-content/30">•</span>
|
||||||
|
<a href="https://ko-fi.com/anotherhadi" class="link link-hover"
|
||||||
|
>Support me</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user