Skip to content

Commit 26e1404

Browse files
committed
web: rework landing page around trust, and shorten the feature wall
Reorders the page so the security story lands after the visitor has seen what the agent actually does, and trims the parts that were competing for attention. - Move the trust rail out of the hero and into the demo section, directly under the video. "Will it click things without asking me" is the live question once you have watched the agent act, not before. - Render all four safeguards instead of three. hero.trust.b4 was already translated into all 22 locales but never displayed. Widens the card to 940px and steps 4 -> 2 -> 1 columns down the breakpoints. - Collapse the twelve feature cards to six behind a Show all features toggle. The markup ships expanded so crawlers and no-JS visitors still get the full grid; JS collapses it on load. - State the comparison result instead of hedging it. The side-by-side test is favorable, so the copy says so, and the weak "Ask / Act modes: Similar" row is dropped along with its now-dead locale keys. Two bug fixes found along the way: - Restore a working language switcher without JS. The flag picker is JS-only and the native select it replaced was display:none, so scripting failures left no way to change language at all. A noscript stylesheet now hides the picker and reveals real locale links in the footer. - Fix the trust bullet checkmarks in RTL locales. The badge was placed with inset-inline-start but the text gutter used physical padding-left, so the two collided in Arabic, Hebrew, and Farsi. Tests updated to assert the new ordering, the fourth safeguard, the direction-aware gutter, and the new comparison copy.
1 parent 717a617 commit 26e1404

75 files changed

Lines changed: 31621 additions & 3802 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

test/run.js

Lines changed: 341 additions & 0 deletions
Large diffs are not rendered by default.

web/ar/index.html

Lines changed: 1297 additions & 163 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013 Panayiotis Lipiridis
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9+
of the Software, and to permit persons to whom the Software is furnished to do
10+
so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

web/assets/flags/bd.svg

Lines changed: 4 additions & 0 deletions
Loading

web/assets/flags/br.svg

Lines changed: 45 additions & 0 deletions
Loading

web/assets/flags/cn.svg

Lines changed: 11 additions & 0 deletions
Loading

web/assets/flags/de.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)