6b790e9 Show on GitHub

  • Author: Recep
  • Date: 11/24/2025, 2:21:05 PM
  • Message: Merge branch 'dev' into feature/online-catalog
  • Stats: 1545 total changes (+1172 / -373)

Changed Files

  • package-lock.json — +31 / -0 (31 changes)
  • package.json — +1 / -0 (1 changes)
  • src/lib/components/Exhibitions.svelte — +13 / -10 (23 changes)
  • src/lib/components/Footer.svelte — +245 / -0 (245 changes)
  • src/lib/components/GridArticle.svelte — +146 / -0 (146 changes)
  • src/lib/components/Hero.svelte — +257 / -0 (257 changes)
  • src/lib/components/NavBar.svelte — +353 / -137 (490 changes)
  • src/lib/components/SectionWithLinks.svelte — +77 / -203 (280 changes)
  • src/lib/index.js — +3 / -1 (4 changes)
  • src/routes/+layout.svelte — +21 / -12 (33 changes)
  • src/routes/+page.svelte — +7 / -1 (8 changes)
  • static/fonts/NightMango.ttf — +0 / -0 (0 changes)
  • static/images/achtergrond-embassy-1.png — +0 / -0 (0 changes)
  • static/images/article-1.jpg — +0 / -0 (0 changes)
  • static/images/article-2.jpg — +0 / -0 (0 changes)
  • static/images/article-3.jpg — +0 / -0 (0 changes)
  • static/images/article-4.jpg — +0 / -0 (0 changes)
  • static/images/article-5.jpg — +0 / -0 (0 changes)
  • static/images/article-6.jpg — +0 / -0 (0 changes)
  • static/images/background.png — +0 / -0 (0 changes)
  • static/images/image37.jpg — +0 / -0 (0 changes)
  • svelte.config.js — +18 / -9 (27 changes)