Commit Graph
45 Commits
Author SHA1 Message Date
Kato 3d1b577cb1 Login button: open Telegram bot deep-link, no modal; label switches to 'Approve in Telegram' and locks 2026-09-05 18:53:44 +00:00
Kato 13b1b773c6 Wiki cards — adopt Hermes user-stories tile design
- Masonry column layout (3 cols, 2 tablet, 1 mobile) via CSS columns
- Tile: 14px radius, thin border, subtle shadow, hover lift via translate
- Topic-colored 3px accent bar across top edge (CSS var --topic-accent)
- Pill-shaped topic badge (999px radius) instead of boxed badge
- Removed stale duplicate visual styles from animation block
2026-09-05 18:43:23 +00:00
Kato 8980eb348e Fix member modal avatar — 96px circle, img object-fit cover, gradient fallback for initials 2026-09-05 18:36:04 +00:00
Kato 196f9fd862 Add community tagline to About section — experience exchange for German and American expats, from entrepreneur to entrepreneur (DE/EN) 2026-09-05 18:33:20 +00:00
Kato 5f66682f1d Add calendar next to newsletter — month view fed by schedule webhook
- Calendar card beside newsletter signup (2-column grid, stacks on mobile)
- Month navigation (prev/next), Monday-first week, today highlighted
- Event dots on days with entries + event list below the grid
- Normalizes schedule webhook response ({data:[]} or [{data:[]}])
- Bilingual DE/EN month names + weekday headers, re-renders on language toggle
2026-09-05 18:19:00 +00:00
Kato 22f3e1edc7 Add visual styles to card classes (background, border, padding, box-shadow) 2026-09-05 16:42:26 +00:00
Kato 274a79d3d4 Add topic colors — each wiki topic gets distinct color badge (blue, teal, purple, orange, green) 2026-09-05 15:49:34 +00:00
Kato 313d6024f5 Add classy scroll animations — staggered reveals, underline titles, counter highlights, card stacks, smooth hero entrance 2026-09-05 15:36:49 +00:00
Kato 7450d010c6 Redesign wiki — individual cards with topic badge, subtopic headline, teaser, date (yyyy-mm-dd) 2026-09-05 15:28:39 +00:00
Kato 8305f50fe9 Add language toggle CSS — hide-de/hide-en rules were missing 2026-09-05 14:25:34 +00:00
Kato f594543daa Add dates/events section — loads from schedule webhook, shows cards with date/time 2026-09-05 13:42:44 +00:00
Kato 3df23371cf Add CTA button to hero section — Join Telegram Channel with invite link 2026-09-05 13:34:50 +00:00
Kato 4170d9b6d1 Remove footer brand, links — keep only copyright and sponsor 2026-09-05 13:30:49 +00:00
Kato dc4d3f3d3a Fix member cards: round avatar images, badge placement, click handler for modal 2026-09-05 13:21:27 +00:00
Kato 489624699e Fix image blink: remove duplicate hero-image CSS, remove stray </main>, add fade-in-section to sections 2026-09-05 12:56:50 +00:00
Kato ef0d9aac55 Replace emoji icons with Unsplash free images (Paraguay, Banking, Legal, Taxes, ERP) 2026-09-05 12:37:51 +00:00
Kato 51b9e88a9a Add awesome animations: scroll reveal, ripple effects, hover lifts, gradient shifts, floating icons 2026-09-05 12:31:34 +00:00
Kato a23b9f722b Switch to Facebook style as default — remove wikipedia, neo-mirai, all variations 2026-09-05 11:53:27 +00:00
Kato 7754107fbf Refactor to one-page design with menu, hero, members, wiki cards, fulltext search 2026-09-04 20:53:18 +00:00
Kato 65b31c7d98 Move hamburger menu to top right corner of header 2026-09-04 20:19:46 +00:00
Kato e76f18b0a8 Move language toggle, profile and logout into hamburger menu next to brand 2026-09-04 20:15:30 +00:00
Kato 72c1e89f6d Position rank badge at top-right corner of user card 2026-09-04 19:56:23 +00:00
Kato 118a57ca5f Add gamified rank badge system based on posts count 2026-09-04 19:50:08 +00:00
Kato c3a3622c34 Make email and homepage clickable links in cards and detail modal 2026-09-04 19:41:30 +00:00
Kato c61cd06c2c Render user description as HTML instead of plain text 2026-09-04 18:05:01 +00:00
Kato fe6626c10b Add user detail modal - click on member card to view full profile 2026-09-03 20:45:53 +00:00
Kato 9b972daa00 Rename Wiki tab to Berichte and collapse all topics by default 2026-09-03 20:39:13 +00:00
Kato 8a70ce30ba Remove hide-de/hide-en from wiki accordion 2026-09-02 22:48:02 +00:00
Kato 150989aa7d Fix: subtopics hidden by default via CSS 2026-09-02 22:32:10 +00:00
Kato 2a451dcf80 Fix: add .wiki-subtopics.hidden class for topic toggle 2026-09-02 22:10:34 +00:00
Kato c23a73ddd6 Add topic title click to open/close subtopics 2026-09-02 22:03:43 +00:00
Kato 623c3e9ab5 Add Wiki accordion with topics and subtopics 2026-09-02 21:11:35 +00:00
Kato 9b61ee0111 Add location and description to user cards, update search 2026-09-02 20:57:51 +00:00
Kato 19d42f9c01 Fix: load users on page reload, show image in avatar 2026-09-02 20:45:01 +00:00
Kato 3875631bb1 Fix modal: wider, remove name fields, fix labels, description 100% width 2026-09-02 20:18:57 +00:00
Kato 890e6c0ad2 Update profile modal: username text + publish checkbox + editable fields 2026-09-02 20:14:25 +00:00
Kato 893506d0e9 Fix: user buttons in second row below brand text 2026-09-02 19:57:23 +00:00
Kato f038dbca1d Fix: show profile/logout buttons immediately after login, smaller with icons 2026-09-02 19:55:54 +00:00
Kato fe7f29b697 Add Profile modal and Logout button for logged-in users 2026-09-02 19:51:33 +00:00
Kato a140d5881e Add user members section with full-text search 2026-09-02 19:46:53 +00:00
Kato b28c8b51fc Fix: notebook outside sidebar, full width with main-full class 2026-09-02 19:38:57 +00:00
Kato a31816b0b5 Fix: notebook 100% width with grid-column in single definition 2026-09-02 19:13:30 +00:00
Kato fcca31e21f Fix: footer text in one line with white-space: nowrap 2026-09-02 19:11:59 +00:00
Kato 6e79f815f1 Fix: notebook 100% width when visible 2026-09-02 19:11:32 +00:00
Kato b4bb0f63a5 Split project into 3 files: index.html, css/styles.css, js/main.js 2026-09-02 18:36:39 +00:00