Compare commits
2 Commits
a1405f3373
...
f01bf17fcf
Author | SHA1 | Date | |
---|---|---|---|
f01bf17fcf | |||
7abc3c95ca |
@ -5,6 +5,9 @@ function Footer() {
|
||||
<footer className={"bg-secondary footer-container"}>
|
||||
<div className={"content text-left footer-section"}>
|
||||
<div className={"menu-list"}>
|
||||
{/* https://en.wikipedia.org/wiki/Regions_of_Indonesia
|
||||
i know i should put bali in nusa tenggara but bali is just
|
||||
one of the biggest thing by itself */}
|
||||
<h2 className={'font-bold text-base'}>Region</h2>
|
||||
<a href={'#'} className={'text-sm block'}>Bali</a>
|
||||
<a href={'#'} className={'text-sm block'}>Sulawesi</a>
|
||||
|
@ -1,6 +1,3 @@
|
||||
import preactLogo from '../../assets/preact.svg';
|
||||
import viteLogo from '/vite.svg'
|
||||
import { useEffect, useState } from "preact/hooks";
|
||||
import { DefaultLayout } from '../../layouts/';
|
||||
import { SeparatorWithAnchor } from '../../components';
|
||||
import data from '../../datas/home.json';
|
||||
|
Loading…
Reference in New Issue
Block a user