forked from cms/tibi-svelte-starter
✨ feat: enhance accessibility with skip to main content button and improve navigation handling
🔧 fix: update navigation href resolution to include localized paths 🆕 feat: add new FeatureIcon component for feature boxes 🎨 style: improve styling for prose elements in richtext blocks 🛠️ refactor: streamline medialib image loading and caching logic 📦 chore: update mock data handling to support new medialib entries 🔄 chore: synchronize i18n initialization and locale management 📝 docs: update video tour descriptions to reflect recent changes
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
[
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6821c0a10000000000000201"
|
||||
},
|
||||
"file": {
|
||||
"src": "https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1920&q=80&auto=format&fit=crop",
|
||||
"type": "image/jpeg"
|
||||
},
|
||||
"title": "Homepage Hero",
|
||||
"alt": {
|
||||
"de": "Abstrakte Ansicht einer vernetzten digitalen Weltkarte",
|
||||
"en": "Abstract view of a connected digital world map"
|
||||
},
|
||||
"description": "Hero image for the homepage demo.",
|
||||
"tags": [
|
||||
"hero",
|
||||
"homepage"
|
||||
]
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6821c0a10000000000000202"
|
||||
},
|
||||
"file": {
|
||||
"src": "https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=1200&q=80&auto=format&fit=crop",
|
||||
"type": "image/jpeg"
|
||||
},
|
||||
"title": "Workflow",
|
||||
"alt": {
|
||||
"de": "Laptop mit geoeffnetem Code-Editor auf einem Schreibtisch",
|
||||
"en": "Laptop with an open code editor on a desk"
|
||||
},
|
||||
"description": "Workflow image for the richtext demo block.",
|
||||
"tags": [
|
||||
"workflow",
|
||||
"development"
|
||||
]
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6821c0a10000000000000203"
|
||||
},
|
||||
"file": {
|
||||
"src": "https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1920&q=80&auto=format&fit=crop",
|
||||
"type": "image/jpeg"
|
||||
},
|
||||
"title": "About Team",
|
||||
"alt": {
|
||||
"de": "Team sitzt gemeinsam an einem grossen Tisch und arbeitet zusammen",
|
||||
"en": "Team working together around a large table"
|
||||
},
|
||||
"description": "Hero image for the about page demo.",
|
||||
"tags": [
|
||||
"about",
|
||||
"team"
|
||||
]
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6821c0a10000000000000204"
|
||||
},
|
||||
"file": {
|
||||
"src": "https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1200&q=80&auto=format&fit=crop",
|
||||
"type": "image/jpeg"
|
||||
},
|
||||
"title": "Technology Stack",
|
||||
"alt": {
|
||||
"de": "Nahaufnahme eines Bildschirms mit Code und farbiger Syntaxhervorhebung",
|
||||
"en": "Close-up of a screen with code and colorful syntax highlighting"
|
||||
},
|
||||
"description": "Technology stack image for the about page demo.",
|
||||
"tags": [
|
||||
"about",
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"_id": {
|
||||
"$oid": "6821c0a10000000000000205"
|
||||
},
|
||||
"file": {
|
||||
"src": "https://images.unsplash.com/photo-1423666639041-f56000c27a9a?w=1920&q=80&auto=format&fit=crop",
|
||||
"type": "image/jpeg"
|
||||
},
|
||||
"title": "Contact Hero",
|
||||
"alt": {
|
||||
"de": "Arbeitsplatz mit Laptop, Telefon und Notizbuch fuer Kontaktanfragen",
|
||||
"en": "Workspace with laptop, phone, and notebook for contact inquiries"
|
||||
},
|
||||
"description": "Hero image for the contact page demo.",
|
||||
"tags": [
|
||||
"contact",
|
||||
"hero"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user