Skip to content

Instantly share code, notes, and snippets.

View JustMrMendez's full-sized avatar
🏠
Working from home

Mr. Mendez JustMrMendez

🏠
Working from home
View GitHub Profile
@JustMrMendez
JustMrMendez / demo.svelte
Last active July 7, 2024 22:15 — forked from maietta/demo.svelte
Fancy Hero Horizontal Accordion, no JS and no anchor tags
<script lang="ts">
let sections = [
{
title: 'WEBSITES',
content: 'Content for section 1',
color: 'bg-[#85aa74]'
},
{
title: 'WEB HOSTING',
color: 'bg-[#fee6a6]',