@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="px-5 font-mono mb-5">
|
||||
<div class="px-5 font-ibmmono mb-5">
|
||||
<h4 class="font-semibold text-slate-800 text-xl antialiased p-2">
|
||||
Typescript
|
||||
</h4>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="font-mono">
|
||||
<div class="font-ibmmono">
|
||||
<nuxt-link class="flex items-baseline space-x-3 space-y-2" to="/">
|
||||
<icon name="arcticons:blogger" />
|
||||
<h4 class="text-blue-600 hover:underline">
|
||||
|
||||
@@ -3,7 +3,7 @@ const theme = ref("light");
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="p-3 mt-10 bg-[#a2d9ff] font-poppins">
|
||||
<footer class="p-3 mt-10 bg-[#a2d9ff] font-ibmmono">
|
||||
<div class="container px-4 mx-auto max-w-6xl flex justify-center">
|
||||
<ul class="flex space-x-2 text-sm text-slate-800 items-end justify-start">
|
||||
<li>Copyright © 2022 - Present</li>
|
||||
|
||||
@@ -11,22 +11,11 @@ const activeNavbar = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<header class="sticky top-0 p-3 bg-[#a2d9ff] font-poppins">
|
||||
<header class="sticky top-0 p-3 bg-[#a2d9ff] font-ibmmono">
|
||||
<div class="container px-4 mx-auto max-w-6xl flex justify-between">
|
||||
<ul class="flex space-x-8 items-end justify-start">
|
||||
<li class="align">
|
||||
<nuxt-link to="/">
|
||||
<icon
|
||||
class="text-cyan-500 hover:scale-110 hover:transition"
|
||||
size="35"
|
||||
name="mdi:robot-excited"
|
||||
/>
|
||||
</nuxt-link>
|
||||
</li>
|
||||
<li>
|
||||
<nuxt-link :class="{ underline: activeNavbar === '' }" to="/"
|
||||
>Home</nuxt-link
|
||||
>
|
||||
<nuxt-link to="/"> Rafkhata </nuxt-link>
|
||||
</li>
|
||||
<li>
|
||||
<nuxt-link
|
||||
@@ -36,10 +25,8 @@ const activeNavbar = computed(() => {
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<nuxt-link
|
||||
:class="{ underline: activeNavbar === 'category' }"
|
||||
to="/category"
|
||||
>Category</nuxt-link
|
||||
<nuxt-link :class="{ underline: activeNavbar === 'tags' }" to="/tags"
|
||||
>Tags</nuxt-link
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="font-semibold antialiased text-slate-800 font-poppins hover:underline"
|
||||
class="font-semibold antialiased text-slate-800 font-ibmmono hover:underline"
|
||||
>
|
||||
<nuxt-link class="flex items-baseline space-x-3" to="/">
|
||||
<div class="hover:scale-125 transition">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="text-xs font-poppins antialiased text-slate-600 flex space-x-2">
|
||||
<div class="text-xs font-ibmmono antialiased text-slate-600 flex space-x-2">
|
||||
<div class="flex">
|
||||
<p class="mr-1">Created</p>
|
||||
<slot name="time" />
|
||||
|
||||
Reference in New Issue
Block a user