mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 01:26:41 +02:00
feat(contacts): add landing page + avatar upload and vCard import on server
New Astro landing page with hero, features, pricing sections. Server: avatar upload with file validation, vCard import parser. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
90f6c0db39
commit
7b7a00a538
14 changed files with 949 additions and 3 deletions
|
|
@ -1,10 +1,21 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Kontakte</title>
|
||||
<meta name="description" content="Verwalte deine Kontakte intelligent mit Tags, Gruppen, Import/Export und automatischer Duplikaterkennung." />
|
||||
<meta name="application-name" content="ManaContacts" />
|
||||
<meta name="theme-color" content="#3b82f6" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta property="og:title" content="ManaContacts - Kontaktverwaltung" />
|
||||
<meta property="og:description" content="Verwalte deine Kontakte intelligent mit Tags, Gruppen, Import/Export und automatischer Duplikaterkennung." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="ManaContacts - Kontaktverwaltung" />
|
||||
<meta name="twitter:description" content="Verwalte deine Kontakte intelligent mit Tags, Gruppen, Import/Export und automatischer Duplikaterkennung." />
|
||||
<title>ManaContacts</title>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue