ak4zh / incompar

Sveltekit

Home Page:https://incompar.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompar.es

www.incompar.es

Since 1999 Incompar has been designing shade on the Balearic Islands, the Spanish Mainland, and the Canary Islands. Whether you have a precise idea about your sail, where you need shade or are absolutely not sure how to shade your chosen location, we are your experts. We advise you on-site and create a fixed price offer including a 3D visualization and shadow progression-free of charge.

Tech Stack

  • SvelteKit
  • Tailwind CSS
  • Vercel

Specials

  • 🌏 i18n Multi-Language (de,en, es soon-ish) powered by sveltekit-i18n
  • 🖼️ Automatic Gallery generation & image optimization (viteImagemin)
  • 🎨 Handcrafted Design

Gallery

// import all images from a given path
const importedImages = import.meta.globEager('$assets/sunsquare/tri/gallery/*.jpg');
// transform imports to a useable array of slides - each entry can be used as img.src
const slides = Object.entries(importedImages).map((i) => i[1].default);

Translator

I wanted to give the Editor an easy-ish interface for editing translations without me fiddling with text files.

It is automatically generated from src/lib/translations/translations.ts Not perfect but it got the job done :)

About

Sveltekit

https://incompar.es


Languages

Language:Svelte 69.0%Language:TypeScript 28.2%Language:JavaScript 1.9%Language:HTML 0.7%Language:CSS 0.3%