Kato
f384fc3ded
Reduce blur from 6px to 3px
2026-09-05 21:19:34 +00:00
Kato
36db3cd30a
About locked: remove palm emoji, blur 6px, text dark #1c1e21
2026-09-05 21:18:30 +00:00
Kato
682ad55460
About locked image: 13px blur overlay + CTA with Telegram link
2026-09-05 21:15:47 +00:00
Kato
fb31d691d6
Add spacer.png below Unsere Themen — hidden on login via data-loggedIn CSS
2026-09-05 21:12:34 +00:00
Kato
0ab6d2579d
Remove blurred overlay completely — hide main-content when not logged in
2026-09-05 21:09:49 +00:00
Kato
03cd0b024d
Remove duplicate subtitle from Unsere Themen section
2026-09-05 20:57:01 +00:00
Kato
6ac4b499db
Remove locked-overlay div + CSS — only blurred bg image shown
2026-09-05 20:56:35 +00:00
Kato
1293f40bad
Locked sections: remove CTA text/button — only blurred spacer.png image shown when not logged in
2026-09-05 20:01:03 +00:00
Kato
e1bff77fed
Hero subtitle: add 'Von Unternehmer zu Unternehmer.' on second line
2026-09-05 19:57:05 +00:00
Kato
0adf55739d
Locked overlays: positive inviting tone, palm icon, Telegram button with logo, blurred spacer.png background
2026-09-05 19:53:53 +00:00
Kato
113ca75502
Wiki pagination — 9 cards/page (3 rows), counter X/27, topic filter pills, prev/next
...
- wikiPerPage = 9 (3 masonry rows × 3 cols), wikiCurrentPage state
- wikiFilteredData holds sorted/filtered list; renderWikiPage slices it
- Topic filter pills below search bar, rendered from unique topics in data
- searchWiki now works with pagination/filters, resets to page 1
- Counter shows '9/27' style, pagination shows Zurück/Weiter with page info
- Language toggle re-renders wiki topics + page
- New CSS: .wiki-topics, .wiki-topic-filter (pill style), .wiki-footer, .wiki-page-btn
2026-09-05 19:51:06 +00:00
Kato
34d9b0b1e2
All dates to dd.mm format — calendar, date cards, wiki
2026-09-05 19:44:08 +00:00
Kato
3d328307f2
Add cache-control meta headers to force fresh load of JS/CSS
2026-09-05 19:41:37 +00:00
Kato
2b81b6685c
Simplify locked overlay text — match user's wording exactly
2026-09-05 19:34:30 +00:00
Kato
c4874d53e9
Show blurred spacer.png overlay on members/wiki sections when not logged in
...
- Instead of hiding main-content, members and wiki sections stay visible
- Each section has a .section-locked overlay with spacer.png blurred 16px
- Semi-transparent white layer + frosted-glass CTA card on top
- CTA says 'Login via Telegram' with the same bot deep-link as Anmelden
- checkSession() now toggles overlay visibility instead of hiding the whole main
2026-09-05 19:31:37 +00:00
Kato
f6eb226918
Calendar + date cards: render webhook HTML (sanitize, links open in new tab)
2026-09-05 19:26:50 +00:00
oliver
853d768e21
spacer
2026-09-05 16:08:32 -03:00
Kato
a4d8d623a5
Calendar: drop month grid, show schedule-webhook event list directly; date format dd.mm.yyyy
2026-09-05 19:08:25 +00:00
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
8b1c2146db
Rename About section title to 'Unsere Themen' / 'Our Topics'
2026-09-05 18:34:17 +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
c8e53d907d
Fix invisible member/wiki/date cards — observe dynamically rendered cards in IntersectionObserver
...
Cards rendered after page load (from webhooks) were never observed by the
scroll-reveal IntersectionObserver, so they kept opacity:0 from CSS: space
taken, clickable, but content invisible. Now renderWikiCards, loadUsers and
renderDates register their cards with the observer; reduced-motion fallback
shows them immediately.
2026-09-05 18:03:13 +00:00
Kato
22f3e1edc7
Add visual styles to card classes (background, border, padding, box-shadow)
2026-09-05 16:42:26 +00:00
Kato
ed5ddd7bf6
Fix missing functions — add escapeHtml, loadDates, renderDates to complete JS
2026-09-05 16:10:20 +00:00
Kato
c9937f8f69
Fix JS — rebuild renderWikiCards, formatDate, closeWikiModal, openWikiModalSingle, searchWiki, getTopicColor
2026-09-05 15:55:45 +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
5824868497
Fix ReferenceError in renderDates/renderWikiCards — add idx parameter to forEach callbacks
2026-09-05 15:42:39 +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
674233acde
Fix openUserDetailModal — avatar image no longer overwrites initial element
2026-09-05 14:24:02 +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
683c212667
Fix member cards: round avatar images, badge placement, click handler for modal
2026-09-05 13:25:23 +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
7cf7d2605f
Replace palm trees with P logo, swap hero background for aerial landscape
2026-09-05 13:04:06 +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
e4f72380eb
Login button now opens Telegram group instead of modal
2026-09-05 12:09:39 +00:00
Kato
36be3a56f6
Fix stats — API returns array, handle data[0].users/topics/posts correctly
2026-09-05 12:02:55 +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
b73c375ad9
Remove apple, x, aurora variations — keeping wikipedia, facebook, neo-mirai
2026-09-05 11:50:16 +00:00
Kato
5dae119853
Fix broken CSS paths in wikipedia, apple, facebook, x variations
2026-09-05 10:49:12 +00:00
Kato
a2675ea09a
Add index_variations.html — landing page with all 6 design variations
2026-09-05 10:21:53 +00:00
Kato
ae94e2f2b6
Add posts stats to community webhook (58 posts)
2026-09-05 10:17:36 +00:00