Compare commits
No commits in common. "f01bf17fcff8702f9c44c2224acd59bd6bade755" and "a1405f33736bfa483b455aa5646dd61730775211" have entirely different histories.
f01bf17fcf
...
a1405f3373
@ -5,9 +5,6 @@ function Footer() {
|
|||||||
<footer className={"bg-secondary footer-container"}>
|
<footer className={"bg-secondary footer-container"}>
|
||||||
<div className={"content text-left footer-section"}>
|
<div className={"content text-left footer-section"}>
|
||||||
<div className={"menu-list"}>
|
<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>
|
<h2 className={'font-bold text-base'}>Region</h2>
|
||||||
<a href={'#'} className={'text-sm block'}>Bali</a>
|
<a href={'#'} className={'text-sm block'}>Bali</a>
|
||||||
<a href={'#'} className={'text-sm block'}>Sulawesi</a>
|
<a href={'#'} className={'text-sm block'}>Sulawesi</a>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
import preactLogo from '../../assets/preact.svg';
|
||||||
|
import viteLogo from '/vite.svg'
|
||||||
|
import { useEffect, useState } from "preact/hooks";
|
||||||
import { DefaultLayout } from '../../layouts/';
|
import { DefaultLayout } from '../../layouts/';
|
||||||
import { SeparatorWithAnchor } from '../../components';
|
import { SeparatorWithAnchor } from '../../components';
|
||||||
import data from '../../datas/home.json';
|
import data from '../../datas/home.json';
|
||||||
|
Loading…
Reference in New Issue
Block a user