Commit 8ef7c48
feat: Implement Bloqr landing page — 10 section components, dark design system, SSR-safe persona tabs, a11y hardening (#1582)
* Initial plan
* Initial plan
* feat: redesign frontend and API with Bloqr brand design system
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/6e35bc36-648d-459b-acb4-6e6ac48103d6
Co-authored-by: jaypatrick <[email protected]>
* fix: improve font preload comment and CDN exception documentation
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/6e35bc36-648d-459b-acb4-6e6ac48103d6
Co-authored-by: jaypatrick <[email protected]>
* feat: implement Bloqr landing page with 10 section components
- Add @fontsource/space-grotesk and @fontsource/inter to package.json
- Replace styles.css with Bloqr dark design token system (orange #FF5500,
navy #070B14, cyan #00D4FF, Space Grotesk/Inter fonts)
- Update index.html with Bloqr title and meta description
- Create 10 standalone section components: NavBar, Hero, Problem, Features,
HowItWorks, Byo, Audiences, Pricing, CtaBanner, Footer
- Rewrite home.component.ts to compose all landing page sections
- Update app.component.ts to hide app shell header/footer on landing page
- Update tests: app.component.spec.ts (navigate to non-root for hamburger
test), home.component.spec.ts (updated for new HomeComponent)"
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/d5bcbec2-627d-45e5-b68c-60d28159d9b1
Co-authored-by: jaypatrick <[email protected]>
* fix: address code review - accurate isLandingPage initial value, SSR-safe persona panels, font preload hint
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/d5bcbec2-627d-45e5-b68c-60d28159d9b1
Co-authored-by: jaypatrick <[email protected]>
* Update frontend/src/app/app.component.ts
Co-authored-by: Copilot <[email protected]>
* fix: address PR review feedback — bundle logo, fix a11y, replace hardcoded colors with CSS vars
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/bc4e0af2-97f5-40ba-88d6-3d2533c917a2
Co-authored-by: jaypatrick <[email protected]>
* fix: use boolean true for inert binding and CSS var for orange-glow-intense
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/bc4e0af2-97f5-40ba-88d6-3d2533c917a2
Co-authored-by: jaypatrick <[email protected]>
* fix: apply second review feedback — label semantics, test stub, jose pin
Agent-Logs-Url: https://github.com/jaypatrick/adblock-compiler/sessions/14da966d-12f7-4f2d-b7b2-13e3227e4039
Co-authored-by: jaypatrick <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: jaypatrick <[email protected]>
Co-authored-by: Jayson Knight <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 39fe91c commit 8ef7c48
18 files changed
Lines changed: 1505 additions & 671 deletions
File tree
- frontend/src
- app
- home
- sections
- audiences-section
- byo-section
- cta-banner-section
- features-section
- hero-section
- how-it-works-section
- pricing-section
- problem-section
- assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
132 | | - | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
163 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
164 | 173 | | |
| 174 | + | |
165 | 175 | | |
166 | 176 | | |
167 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
169 | | - | |
| 171 | + | |
| 172 | + | |
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
237 | 241 | | |
238 | 242 | | |
239 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
240 | 267 | | |
241 | 268 | | |
242 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
8 | | - | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
13 | | - | |
14 | | - | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
18 | | - | |
| 12 | + | |
19 | 13 | | |
20 | 14 | | |
21 | | - | |
22 | | - | |
23 | 15 | | |
24 | | - | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
28 | 19 | | |
29 | 20 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 21 | + | |
50 | 22 | | |
51 | 23 | | |
52 | 24 | | |
53 | 25 | | |
54 | 26 | | |
55 | 27 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
124 | 32 | | |
125 | 33 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
129 | 38 | | |
130 | 39 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
134 | 44 | | |
135 | 45 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
140 | 50 | | |
141 | 51 | | |
0 commit comments