-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
465 lines (465 loc) · 20 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
<title>Brass Business Banking — Built for ambitious businesses.</title>
<link rel="stylesheet" href="fonts/MatterSQ.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/loading-screen.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div id="loading-screen">
<div class="profile-main-loader">
<div class="loader">
<svg class="circular-loader"viewBox="25 25 50 50" >
<circle class="loader-path" cx="50" cy="50" r="20" fill="none" stroke="#0bce5a" stroke-width="2" />
</svg>
</div>
</div>
<noscript>Enable Javascript to view page</noscript>
</div>
<header id="site-header">
<div class="logo">
<img src="images/logo.svg" alt="">
</div>
<div id="menu">
<nav id="hamburger">
<span></span>
<span></span>
<span></span>
</nav>
<div class="menu-dropdown">
<ul class="dropdown">
<li class="dropdowns active">
<span>
<h4>Industry</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<div class="drop">
<nav>
<p>Retail businesses</p>
<p>Stores, restaurant, offline merchants</p>
</nav>
<nav>
<p>Internet companies</p>
<p>Startups, Online, API driven companies</p>
</nav>
</div>
</li>
<li class="dropdowns">
<span>
<h4>Customers</h4>
</span>
</li>
<li class="dropdowns">
<span>
<h4>Capital</h4>
</span>
</li>
<li class="dropdowns">
<span>
<h4>Company</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<div class="drop">
<nav>
<p>About us</p>
<p>Learn more about our mission</p>
</nav>
<nav>
<p>Why Brass?</p>
<p>Our story and our path forward</p>
</nav>
<nav>
<p>Careers</p>
<p>Explore opportunities with us</p>
</nav>
<nav>
<p>Press resources</p>
<p>Press assets and guidelines</p>
</nav>
</div>
</li>
</ul>
<ul class="dropdown">
<li class="dropdowns active">
<span>
<h4>Resources</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<div class="drop">
<nav>
<p>Blog</p>
<p>Stay updated with news and products</p>
</nav>
<nav>
<p>Guides</p>
<p>Everything your business needs to know</p>
</nav>
<nav>
<p>Help</p>
<p>Get support for your business</p>
</nav>
</div>
</li>
<li class="dropdowns">
<span>
<h4>Login</h4>
</span>
</li>
<button class="open-account">Open an account</button>
</ul>
</div>
</div>
</header>
<div id="container">
<section id="hero">
<div class="intro">
<img src="images/hero.webp" alt>
<div class="img-action">
<img src="images/play.svg" alt>
<span>
<h4>Play this video</h4>
<p>To see why we built brass</p>
</span>
</div>
</div>
<div class="tag-line">
<h1 class="main">Banking that works for your business</h1>
<p class="sub">Do more with a business account that comes with top-end financial tools and integrations to help grow your business.</p>
<button class="open-account">Open an account in 10 minutes</button>
</div>
<div class="sponsors">
<img src="images/techcrunch.svg" alt="TechCrunch">
<img src="images/yahoo.svg" alt="Yahoo">
<img src="images/business-insider.svg" alt="Business Insider">
</div>
</section>
<section id="features">
<header>
<h2>The complete financial stack for your business</h2>
<p>Top-end financial tools to help your business with its financial operations and cash flow.</p>
<p>We help companies of all types work better, save time and money with a simply better banking service that works.</p>
</header>
<section id="qualities">
<div id="speed">
<img src="images/speed.gif" alt>
<h3>Speed</h3>
<p>Open a commercial-grade current account from anywhere in 10 minutes</p>
</div>
<div id="security">
<img src="images/security.gif" alt>
<h3>Security</h3>
<p>Rely on bank-grade security with all your monies fully insured by NDIC</p>
</div>
<div id="support">
<img src="images/support.gif" alt>
<h3>Support</h3>
<p>Get access to a trusted support team and resources whenever you want</p>
</div>
</section>
<section id="needs">
<h2>Everything you need, less of what you don't</h2>
<div class="videos">
<video autoplay muted loop src></video>
</div>
<nav id="scroll-navigation" class="navigation-bar">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</nav>
<span id="current-video"></span>
<nav id="scroll-navigation-desktop">
<span>
<h3>Payments</h3>
<p>Create instant, scheduled and recurring payments easily</p>
</span>
<span>
<h3>Invoices</h3>
<p>Send, receive, and reconcile invoices all on one platform</p>
</span>
<span>
<h3>Cashflow Support</h3>
<p>Move your business forward with insight and financial resources</p>
</span>
<span>
<h3>Cross-compatibilty availability</h3>
<p>Bank everywhere. Available on iOS, Android and Slack</p>
</span>
<span>
<h3>Team Banking</h3>
<p>Work with your team to run your entire financial operations</p>
</span>
</nav>
</section>
</section>
<section id="testimonials">
<header>
<h2>Built for today's ambitious businesses</h2>
<p>Thousand of forward-thinking businesses rely on Brass everyday to turbo-charge their business financial operations</p>
</header>
<figure>
<img id="testimonial-image" alt>
<figcaption>
<h3 id="testimony"></h3>
<p id="testimonial-name"></p>
<nav id="scroll-navigation-testimonials" class="navigation-bar">
<span></span>
<span></span>
<span></span>
</nav>
<img id="company-icon" alt>
</figcaption>
</figure>
</section>
<section id="integrations">
<header>
<h2>Integrations that matters</h2>
<p>Brass is seamlessly integrated with the tools your team is already familiar with.</p>
</header>
<div class="horizontal-scroll" id="media-cards">
<div class="media-card">
<div class="media-icon">
<img src="images/slack.svg" alt="Slack">
</div>
<div>
<h3>Slack</h3>
<p>Add Brass to your company’s slack to receive real-time notifications, send team mate invitations, and generate account statements.</p>
</div>
</div>
<div class="media-card">
<div class="media-icon">
<img src="images/quickbooks.svg" alt="QuickBooks">
</div>
<div>
<h3>QuickBooks</h3>
<p>Manage your business finance by sync your invoices and payments with quickbooks.</p>
</div>
</div>
<div class="media-card">
<div class="media-icon">
<img src="images/sage.svg" alt="Sage">
</div>
<div>
<h3>Sage</h3>
<p>Manage your business cashflow, invoices and activities by sync your account with sage.</p>
</div>
</div>
<div class="media-card">
<div class="media-icon">
<img src="images/zapier.svg" alt="Zapier">
</div>
<div>
<h3>Zapier</h3>
<p>Connect your Brass account to the thousands of apps on the zapier platform.</p>
</div>
</div>
</div>
</section>
<section id="support-team">
<!--div style="background-image: url('./images/support.webp');"-->
<div>
<img src="images/support.webp" alt>
</div>
<div>
<span>support when you need it</span>
<h2>Our support team is your team</h2>
<p>Our support team are a mix of bankers and growth experts ready to help you. With a Brass account, you get a team that is genuinely seeking to understand your business and provide solutions for its financial operations.</p><br>
<p>We are committed to going beyond issue resolution to becoming your partner in the growing and smooth running of your business.</p>
</div>
</section>
<section id="resources">
<header>
<h2>Go further with resources to get started</h2>
<p>We have partnered with businesses on the same mission as ours to help local businesses. We have also added resources you need to start, run and grow your business.</p>
</header>
<div class="posts">
<article>
<img src="images/naira.webp" alt>
<div>
<h3>Why you need a separate business current account</h3>
<p>The reason for them and how to open a Brass account.</p>
</div>
</article>
<article>
<img src="images/idea.webp" alt>
<div>
<h3>Working on the right idea</h3>
<p>How to figure out the right business idea for you.</p>
</div>
</article>
<article>
<img src="images/business-credit.webp" alt>
<div>
<h3>What you need to know about business credit</h3>
<p>How business credit works for you.</p>
</div>
</article>
</div>
</section>
</div>
<footer id="site-footer">
<div class="faq">
<header>
<h2>Some of the things you may want to know</h2>
<p>We answered questions so you don’t have to ask them.</p>
</header>
<ul class="list dropdown">
<li class="dropdowns">
<span>
<h4>Who can sign up on Brass?</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<p class="sub-para drop">
We currently only serve registered businesses in Nigeria. We support sole traders, NGOs, partnerships and limited liability companies.</br>However, If your business is not yet registered, Brass can help you get your desired business registered on time with our partners.
</p>
</li>
<li class="dropdowns">
<span>
<h4>How much do I pay to sign up at Brass?</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<p class="sub-para drop">
You do not pay for signing up for an account at Brass
</p>
</li>
<li class="dropdowns">
<span>
<h4>What do I need to open an account?</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<p class="sub-para drop">
You will need government-issued IDs (Including BVN) and your company's incorporation documents.
</p>
</li>
<li class="dropdowns">
<span>
<h4>How do you ensure safekeeping of my data and money?</h4>
<img src="images/dropdown-white.svg" alt>
</span>
<p class="sub-para drop">
We have introduced Two factor Authentication(2FA) for an extra level of security. This authentication is done using digital OTP apps like Google authenticator and Authy instead of hackable channels such as the SMS.
</p>
</li>
</ul>
</div>
<div class="get-started">
<header>
<h2>Get started for free in 10 minutes</h2>
<p>Get all best financial products for your business growth for free.</p>
<p>Open the last current account you will ever need for your business</p>
</header>
<button class="open-account">Get started in minutes</button>
</div>
<div class="links">
<ul class="dropdown">
<li class="dropdowns">
<span>
<p>Industry</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>Retail businesses</li>
<li>Internet companies</li>
</ul>
</li>
<li class="dropdowns">
<span>
<p>Product</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>Brass Capital</li>
</ul>
</li>
<li class="dropdowns">
<span>
<p>About</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>Customers</li>
<li>Company</li>
<li>Why Brass</li>
<li>Press resources</li>
<li>Careers</li>
</ul>
</li>
<li class="dropdowns">
<span>
<p>Support</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>Blog</li>
<li>Guides</li>
<li>Help</li>
</ul>
</li>
<li class="dropdowns">
<span>
<p>Legal</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>Terms of service</li>
<li>Privacy policy</li>
<li>Capital TOS</li>
</ul>
</li>
<li class="dropdowns">
<span>
<p>Follow</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>Twitter</li>
<li>Linkedin</li>
<li>Instagram</li>
<li>Youtube</li>
</ul>
</li>
<li class="dropdowns">
<span>
<p>Contact</p>
<img src="images/dropdown.svg" alt>
</span>
<ul class="anchors drop">
<li>01-700-2000</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</li>
</ul>
</div>
<div class="platforms">
<div class="logo-section">
<img src="images/logo-white.svg" alt="logo">
<p>Big starts small.</p>
</div>
<h4>Available on web and also on</h4>
<div class="os-logo">
<img src="images/android.svg" alt>
<img src="images/ios.svg" alt>
</div>
</div>
<div class="disclaimer">
<p>Banking services backed by Bancorp MFB & FCMB and regulated by the Central Bank of Nigeria.</p>
<p>Brass Technology Nigeria Limited, DBA: Brass is a Brass Technologies, Inc company.</p>
</div>
</footer>
<div id="sign-up">
Open an account in 10 minutes
</div>
<!--script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script-->
<script src="temp/jquery-3.6.0.min.js"></script>
<script src="scripts/main.js"></script>
<script src="scripts/content.js"></script>
</body>
</html>