raidensreturn commited on
Commit
e9f2363
·
verified ·
1 Parent(s): 2ca1252

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. assets/css/styles.css +1 -0
  2. index.html +254 -19
assets/css/styles.css ADDED
@@ -0,0 +1 @@
 
 
1
+ /* generated stub */
index.html CHANGED
@@ -1,19 +1,254 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="description" content="Brightwave Studio crafts bold, human-centered digital experiences for modern brands.">
7
+ <meta name="keywords" content="design studio, web design, branding, creative agency">
8
+ <title>Brightwave Studio | Digital Design & Strategy</title>
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
12
+ <link rel="stylesheet" href="assets/css/styles.css">
13
+ </head>
14
+ <body>
15
+ <header class="site-header" id="top">
16
+ <div class="container header-grid">
17
+ <div class="logo">
18
+ <a href="#top" aria-label="Brightwave Studio">
19
+ <span class="logo-dot"></span>Brightwave
20
+ </a>
21
+ </div>
22
+ <nav class="primary-nav" aria-label="Main navigation">
23
+ <button class="nav-toggle" aria-expanded="false" aria-controls="nav-menu">
24
+ <span class="sr-only">Toggle navigation</span>
25
+ <span class="hamburger"></span>
26
+ </button>
27
+ <ul id="nav-menu">
28
+ <li><a href="#services">Services</a></li>
29
+ <li><a href="#work">Work</a></li>
30
+ <li><a href="#testimonials">Testimonials</a></li>
31
+ <li><a href="#contact">Contact</a></li>
32
+ <li><a href="#insights">Insights</a></li>
33
+ </ul>
34
+ </nav>
35
+ <div class="header-cta">
36
+ <a class="btn ghost" href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank" rel="noopener">Built with anycoder</a>
37
+ <a class="btn solid" href="#contact">Let’s talk</a>
38
+ </div>
39
+ </div>
40
+ </header>
41
+
42
+ <main>
43
+ <section class="hero" aria-labelledby="hero-title">
44
+ <div class="container hero-grid">
45
+ <div class="hero-copy">
46
+ <p class="eyebrow">Award-winning digital studio</p>
47
+ <h1 id="hero-title">We design bold experiences that move people & brands.</h1>
48
+ <p>Strategy, design, and code—aligned to help ambitious teams launch products, refresh identities, and lead category-defining stories.</p>
49
+ <div class="hero-actions">
50
+ <a class="btn solid" href="#work">See our work</a>
51
+ <a class="btn ghost" href="#insights">Latest insights</a>
52
+ </div>
53
+ <dl class="hero-stats">
54
+ <div>
55
+ <dt>78</dt>
56
+ <dd>product launches</dd>
57
+ </div>
58
+ <div>
59
+ <dt>+146%</dt>
60
+ <dd>avg. engagement growth</dd>
61
+ </div>
62
+ <div>
63
+ <dt>12</dt>
64
+ <dd>industries served</dd>
65
+ </div>
66
+ </dl>
67
+ </div>
68
+ <div class="hero-media">
69
+ <div class="media-card">
70
+ <p>“Brightwave reshaped our platform narrative and delivered a design system that scales with confidence.”</p>
71
+ <span>— Maya Patel, Nimbus OS</span>
72
+ </div>
73
+ <div class="live-badge">
74
+ <span class="ping"></span>
75
+ Live capacity: <strong>3 slots</strong> left in Q3
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </section>
80
+
81
+ <section id="services" class="services section" aria-labelledby="services-title">
82
+ <div class="container">
83
+ <div class="section-header">
84
+ <p class="eyebrow">What we do</p>
85
+ <h2 id="services-title">Full-stack design for modern teams</h2>
86
+ <p>From discovery to deployment, we partner across the entire lifecycle with fast feedback loops and measurable impact.</p>
87
+ </div>
88
+ <div class="services-grid">
89
+ <article>
90
+ <h3>Brand Systems</h3>
91
+ <p>Modular visual languages, messaging frameworks, and launch kits built for omnichannel consistency.</p>
92
+ <ul>
93
+ <li>Narrative & tone architecture</li>
94
+ <li>Design systems & libraries</li>
95
+ <li>Guidelines & governance</li>
96
+ </ul>
97
+ </article>
98
+ <article>
99
+ <h3>Product Experience</h3>
100
+ <p>Data-backed UX research, prototyping, and UI craft for web apps, SaaS dashboards, and mobile services.</p>
101
+ <ul>
102
+ <li>Journey mapping & audits</li>
103
+ <li>Rapid prototyping</li>
104
+ <li>Accessible component design</li>
105
+ </ul>
106
+ </article>
107
+ <article>
108
+ <h3>Launch & Growth</h3>
109
+ <p>Campaign sites, interactive stories, and content engines engineered to convert and evolve.</p>
110
+ <ul>
111
+ <li>Full-stack web builds</li>
112
+ <li>Web performance tuning</li>
113
+ <li>Analytics & experimentation</li>
114
+ </ul>
115
+ </article>
116
+ </div>
117
+ </div>
118
+ </section>
119
+
120
+ <section id="work" class="work section" aria-labelledby="work-title">
121
+ <div class="container">
122
+ <div class="section-header">
123
+ <p class="eyebrow">Case snapshots</p>
124
+ <h2 id="work-title">Launches we’re proud of</h2>
125
+ </div>
126
+ <div class="work-grid">
127
+ <article class="work-card">
128
+ <div class="work-tag">Fintech</div>
129
+ <h3>Pulse Ledger</h3>
130
+ <p>Redesigned the insights dashboard, increasing active trader retention by 38% through data storytelling.</p>
131
+ <div class="meta">
132
+ <span>Scope: UX, UI, front-end</span>
133
+ <span>Timeline: 14 weeks</span>
134
+ </div>
135
+ </article>
136
+ <article class="work-card">
137
+ <div class="work-tag">Climate</div>
138
+ <h3>Solara Atlas</h3>
139
+ <p>Crafted a modular brand system and immersive site that drove a 2.3x increase in enterprise demo requests.</p>
140
+ <div class="meta">
141
+ <span>Scope: Brand, Web</span>
142
+ <span>Timeline: 10 weeks</span>
143
+ </div>
144
+ </article>
145
+ <article class="work-card">
146
+ <div class="work-tag">Health</div>
147
+ <h3>Nova Care</h3>
148
+ <p>Built a HIPAA-ready patient portal with guided onboarding, cutting support tickets by 54% post-launch.</p>
149
+ <div class="meta">
150
+ <span>Scope: Product, QA</span>
151
+ <span>Timeline: 18 weeks</span>
152
+ </div>
153
+ </article>
154
+ </div>
155
+ </div>
156
+ </section>
157
+
158
+ <section class="metrics section">
159
+ <div class="container metrics-grid">
160
+ <div>
161
+ <p class="eyebrow">Proof in numbers</p>
162
+ <h2>Human-centered, measurable outcomes.</h2>
163
+ </div>
164
+ <dl>
165
+ <div>
166
+ <dt>1.9s</dt>
167
+ <dd>average LCP across shipped sites</dd>
168
+ </div>
169
+ <div>
170
+ <dt>92%</dt>
171
+ <dd>returning client partnerships</dd>
172
+ </div>
173
+ <div>
174
+ <dt>24/7</dt>
175
+ <dd>design & dev support coverage</dd>
176
+ </div>
177
+ <div>
178
+ <dt>AA</dt>
179
+ <dd>accessibility baseline on all deliveries</dd>
180
+ </div>
181
+ </dl>
182
+ </div>
183
+ </section>
184
+
185
+ <section id="testimonials" class="testimonials section" aria-labelledby="testimonials-title">
186
+ <div class="container">
187
+ <div class="section-header">
188
+ <p class="eyebrow">Client notes</p>
189
+ <h2 id="testimonials-title">Trusted by founders, CMOs, and product teams</h2>
190
+ </div>
191
+ <div class="testimonial-slider" aria-live="polite">
192
+ <button class="slider-btn prev" aria-label="Previous testimonial">&#8592;</button>
193
+ <div class="testimonial-track">
194
+ <figure>
195
+ <blockquote>“Brightwave is the rare partner that pushes strategy and execution equally. They feel like an embedded team.”</blockquote>
196
+ <figcaption>
197
+ <strong>Jonas Wirth</strong>, VP Product, Latticeworks
198
+ </figcaption>
199
+ </figure>
200
+ <figure>
201
+ <blockquote>“From research sprints to fully coded marketing pages, they helped us compress a six-month roadmap into three.”</blockquote>
202
+ <figcaption>
203
+ <strong>Camila Ortega</strong>, COO, Fluxion
204
+ </figcaption>
205
+ </figure>
206
+ <figure>
207
+ <blockquote>“Every deliverable was accessible, fast, and beautifully documented. They elevate our internal teams.”</blockquote>
208
+ <figcaption>
209
+ <strong>Priya Raman</strong>, Head of Design, Arclite
210
+ </figcaption>
211
+ </figure>
212
+ </div>
213
+ <button class="slider-btn next" aria-label="Next testimonial">&#8594;</button>
214
+ </div>
215
+ </div>
216
+ </section>
217
+
218
+ <section id="insights" class="insights section" aria-labelledby="insights-title">
219
+ <div class="container">
220
+ <div class="section-header">
221
+ <p class="eyebrow">Insights</p>
222
+ <h2 id="insights-title">Ideas shaping our work</h2>
223
+ </div>
224
+ <div class="insights-grid">
225
+ <article>
226
+ <p class="insight-date">May 14, 2024</p>
227
+ <h3>Designing for trust in AI copilots</h3>
228
+ <p>Frameworks for crafting transparent, explainable interfaces that keep humans in the loop.</p>
229
+ <a href="#" aria-label="Read more about designing for trust in AI copilots">Read more</a>
230
+ </article>
231
+ <article>
232
+ <p class="insight-date">Apr 30, 2024</p>
233
+ <h3>Systems thinking for marketing sites</h3>
234
+ <p>How component-driven storytelling unlocks faster experimentation without sacrificing brand.</p>
235
+ <a href="#" aria-label="Read more about systems thinking for marketing sites">Read more</a>
236
+ </article>
237
+ <article>
238
+ <p class="insight-date">Apr 10, 2024</p>
239
+ <h3>Performance as product strategy</h3>
240
+ <p>Why milliseconds matter and how we bake performance budgets into every engagement.</p>
241
+ <a href="#" aria-label="Read more about performance as product strategy">Read more</a>
242
+ </article>
243
+ </div>
244
+ </div>
245
+ </section>
246
+
247
+ <section id="contact" class="contact section" aria-labelledby="contact-title">
248
+ <div class="container contact-grid">
249
+ <div>
250
+ <p class="eyebrow">Let’s build together</p>
251
+ <h2 id="contact-title">Tell us about your next launch</h2>
252
+ <p>We reply within two business days. Share your goals, timeline, and any materials that help us understand the challenge.</p>
253
+ </div>
254
+ <form class="contact-form" novalidate