13
components/archive/hero.vue
Normal file
13
components/archive/hero.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="container mx-auto mb-5">
|
||||
<div class="grid grid-cols-1 sm:grid-cols-2 items-center">
|
||||
<div class="px-6">
|
||||
<h1 class="text-black font-semibold leading-tight text-4xl md:text-5xl my-5">Archive</h1>
|
||||
<p>Here you will find all the blog post I have written & publish in this site.</p>
|
||||
</div>
|
||||
<div class="px-6 justify-self-center">
|
||||
<LogoDogpow />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user