-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.hbs
494 lines (448 loc) · 24.8 KB
/
home.hbs
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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<header class="header">
<nav class="nav">
<img src="../img/new_logo.png" alt="Bankist logo" class="nav__logo" id="logo" designer="Ved Vekhande"
data-version-number="3.0" />
<ul class="nav__links">
<li class="nav__item">
<a class="nav__link" href="#section--1">Features</a>
</li>
<li class="nav__item">
<a class="nav__link" href="#section--2">About Us</a>
</li>
{{!-- <li class="nav__item">
<a class="nav__link" href="/login">Login</a>
</li> --}}
<li class="nav__item">
<a class="nav__link" href="#section--3">Reviews</a>
</li>
<li class="nav__item">
<a class="nav__link nav__link--btn btn--show-modal" href="/login">Open account</a>
{{!-- <a href="/adduser" id="open-account">Open your free account today!</a> --}}
</li>
</ul>
</nav>
<div class="header__title">
<div class="content">
<h1 class="title">When banking meets minimalist
<div class="aurora">
<div class="aurora__item"></div>
<div class="aurora__item"></div>
<div class="aurora__item"></div>
<div class="aurora__item"></div>
</div>
</h1>
<p class="subtitle"> The Future of Online Banking</p>
<button class="btn--text btn--scroll-to">Learn more ↓</button>
<br> <br> <br>
{{!-- <div class="aurora"> --}}
<button class="loginbutton" onclick="myFunction()">Login</button>
<script>
function myFunction() {
window.location.href = "/login";
}
</script>
{{!-- </div> --}}
</div>
<div>
<img src="../img/new_women_edited.jpg" alt="Women" height="380" width="520" class="women" id="women_img">
</div>
<!-- <h1>
When
<span class="highlight">banking</span>
meets<br />
<span class="highlight">minimalist</span>
</h1>
<h4>A simpler banking experience for a simpler life.</h4> -->
<!-- <img src="img/hero.png" class="header__img" alt="Minimalist bank items" /> -->
</div>
</header>
<section class="section " id="section--1">
<div class="section__title">
<h2 class="section__description">Features</h2>
<h3 class="section__header">
Everything you need in a modern bank and more.
</h3>
</div>
<div class="features">
<img src="../img/digital-lazy.jpg" data-src="img/digital.jpg" alt="Computer" class="features__img lazy-img" />
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="../img/icons.svg#icon-monitor"></use>
</svg>
</div>
<h5 class="features__header">100% digital bank</h5>
<p>
We offer all our banking services online through our website and mobile app. With no physical branches, we provide our customers with a convenient, secure, and efficient way to manage their finances from anywhere, anytime.
</p>
</div>
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="../img/icons.svg#icon-trending-up"></use>
</svg>
</div>
<h5 class="features__header">Watch your money grow</h5>
<p>
Watch your money grow with our competitive interest rates and investment options, designed to help you achieve your financial goals.
</p>
</div>
<img src="../img/grow-lazy.jpg" data-src="img/grow.jpg" alt="Plant" class="features__img lazy-img" />
<img src="../img/card-lazy.jpg" data-src="img/card.jpg" alt="Credit card" class="features__img lazy-img" />
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="../img/icons.svg#icon-credit-card"></use>
</svg>
</div>
<h5 class="features__header">Free debit card included</h5>
<p>
A free debit card, giving you easy access to your funds and making purchases online and in-store hassle-free.
</p>
</div>
</div>
</section>
<section class="section" id="section--2">
<div class="section__title">
<h2 class="section__description">Operations</h2>
<h3 class="section__header">
Everything as simple as possible, but no simpler.
</h3>
</div>
<div class="operations">
<div class="operations__tab-container">
<button class="btn operations__tab operations__tab--1 operations__tab--active" data-tab="1">
<span>01</span>Instant Transfers
</button>
<button class="btn operations__tab operations__tab--2" data-tab="2">
<span>02</span>Instant Loans
</button>
<button class="btn operations__tab operations__tab--3" data-tab="3">
<span>03</span>Instant Closing
</button>
</div>
<div class="operations__content operations__content--1 operations__content--active">
<div class="operations__icon operations__icon--1">
<svg>
<use xlink:href="../img/icons.svg#icon-upload"></use>
</svg>
</div>
<h5 class="operations__header">
Tranfser money to anyone, instantly! No fees, no BS.
</h5>
<p>
With our new online banking platform, you can now transfer money to anyone instantly, without any hidden fees or charges. Whether you want to pay a friend back for dinner or send money to a family member, it's never been easier. Simply log in to your account on our bank website, and within just a few clicks, you can securely send money to anyone, anytime, anywhere. Say goodbye to the hassle of complicated wire transfers and hello to seamless, fee-free money transfers with our online banking service.
</p>
</div>
<div class="operations__content operations__content--2">
<div class="operations__icon operations__icon--2">
<svg>
<use xlink:href="../img/icons.svg#icon-home"></use>
</svg>
</div>
<h5 class="operations__header">
Buy a home or make your dreams come true, with instant loans.
</h5>
<p>
Whether you're looking to buy your dream home or make a big purchase, our instant loans can help make your dreams a reality. Our loan process is quick and easy, with no lengthy paperwork or waiting periods. You can easily apply for a loan online through our website and receive instant approval. With flexible repayment options and competitive interest rates, you can borrow the amount you need without breaking the bank. So, whether you want to buy a new car, start a business, or consolidate debt, our instant loans can help you achieve your goals. With our support, you can confidently take that next step towards financial freedom.
</p>
</div>
<div class="operations__content operations__content--3">
<div class="operations__icon operations__icon--3">
<svg>
<use xlink:href="../img/icons.svg#icon-user-x"></use>
</svg>
</div>
<h5 class="operations__header">
No longer need your account? No problem! Close it instantly.
</h5>
<p>
If you no longer need your account with us, we make it easy for you to close it instantly. Simply log in to your account on our website and follow the easy steps to close your account. We do not charge any fees for closing your account, and the process is straightforward, hassle-free, and secure. Before closing your account, make sure that you have transferred any remaining balance to another account and have cancelled any automatic payments linked to your account. Once you have closed your account, you will receive confirmation of the closure via email or mail. If you ever change your mind and want to re-open an account with us, we will be happy to welcome you back.
</p>
</div>
</div>
</section>
<section class="section">
<div class="section__title section__title--testimonials">
<h2 class="section__description">Featured in News</h2>
</div>
<div class="container">
<figure class="snip1529">
<img src="../img/credit-suisse.jpeg" alt="pr-sample13" />
<div class="date"><span class="day">08</span><span class="month">Apr</span></div>
<figcaption>
<h3>Bank Hamara acquired Credit Suisse</h3>
<p id="img-text">With the downfall of credit-suisse, Bank Hamara comes to rescue</p>
</figcaption>
<div class="hover"><i class="ion-android-open"></i></div>
<a href="#"></a>
</figure>
<figure class="snip1529"><img src="../img/svb1.jpg" alt="pr-sample21" />
<div class="date"><span class="day">17</span><span class="month">Feb</span></div>
<figcaption>
<h3>Rescue of SVB from bankrupting </h3>
<p id="img-text">With rising the hopes of millions of people, Bank Hamara acquires SVB</p>
</figcaption>
<div class="hover"><i class="ion-android-open"></i></div>
<a href="#"></a>
</figure>
<figure class="snip1529"><img src="../img/rbi.png" alt="pr-sample23" />
<div class="date"><span class="day">23</span><span class="month">Jan</span></div>
<figcaption>
<h3>RBI to ask merger with Bank Hamara</h3>
<p id="img-text">The news is spread like a wild fire about RBI to go in a merger with Bank Hamara </p>
</figcaption>
<div class="hover"><i class="ion-android-open"></i></div>
<a href="#"></a>
</figure>
<figure class="snip1529"><img src="../img/ubs.jpg" alt="pr-sample23" />
<div class="date"><span class="day">03</span><span class="month">Dec</span></div>
<figcaption>
<h3>Bank Hamara to fund Swiss Bank</h3>
<p id="img-text">It's official now that 51% ownership of Swiss Bank to be transferred to Bank Hamara </p>
</figcaption>
<div class="hover"><i class="ion-android-open"></i></div>
<a href="#"></a>
</figure>
</div>
</section>
<section class="section" id="section--3">
<div class="section__title section__title--testimonials">
<h2 class="section__description">Not sure yet?</h2>
<h3 class="section__header">
Millions of users are already making their lifes simpler.
</h3>
</div>
<div class="slider">
<div class="slide slide--1">
<div class="testimonial">
<h5 class="testimonial__header">Best financial decision ever!</h5>
<blockquote class="testimonial__text">
I have been using this banking website for a while now and I must say that I am impressed with how easy it is to navigate through the website. The interface is user-friendly and I can easily access all the features I need without any hassle.
</blockquote>
<address class="testimonial__author">
<img src="../img/user10.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">La Sierna</h6>
<p class="testimonial__location">CTO, Microsoft</p>
</address>
</div>
</div>
<div class="slide slide--2">
<div class="testimonial">
<h5 class="testimonial__header">
The last step to becoming a complete minimalist
</h5>
<blockquote class="testimonial__text">
I recently switched to this banking website and I am extremely satisfied with their services. The website is fast and responsive and I have never faced any issues while using it.
</blockquote>
<address class="testimonial__author">
<img src="../img/user2.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Leah Gotti</h6>
<p class="testimonial__location">Managing Director, Nrop Buh</p>
</address>
</div>
</div>
<div class="slide slide--3">
<div class="testimonial">
<h5 class="testimonial__header">
Finally free from old-school banks
</h5>
<blockquote class="testimonial__text">
This banking website has been a lifesaver for me! I can easily manage my finances from the comfort of my home without having to visit a bank branch. The website is secure and I feel safe while using it.
</blockquote>
<address class="testimonial__author">
<img src="../img/user3.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Della Gomes</h6>
<p class="testimonial__location">CEO, Apple Inc.</p>
</address>
</div>
</div>
<div class="slide slide--4">
<div class="testimonial">
<h5 class="testimonial__header">
Exceptional Banking Experience with Responsive Customer Support
</h5>
<blockquote class="testimonial__text">
I have been using this banking website for a few months now and I must say that it has exceeded my expectations. The customer support team is extremely helpful and responsive and they have helped me resolve any issues I faced while using the website.
</blockquote>
<address class="testimonial__author">
<img src="../img/user-image.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Lara Page</h6>
<p class="testimonial__location">Managing Director, Google</p>
</address>
</div>
</div>
<div class="slide slide--5">
<div class="testimonial">
<h5 class="testimonial__header">
Smooth Banking Experience with User-Friendly Website
</h5>
<blockquote class="testimonial__text">
I recently switched to this banking website and I am extremely impressed with their services. The website is user-friendly and I can easily access all the features I need without any hassle.
</blockquote>
<address class="testimonial__author">
<img src="../img/user5.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Avneet Kaur</h6>
<p class="testimonial__location">Director, Adobe</p>
</address>
</div>
</div>
<div class="slide slide--6">
<div class="testimonial">
<h5 class="testimonial__header">
Efficient Financial Management with an Amazing Banking Website
</h5>
<blockquote class="testimonial__text">
This banking website is amazing! It has all the features I need to manage my finances effectively. The interface is user-friendly and I can easily access all the information I need.
</blockquote>
<address class="testimonial__author">
<img src="../img/user6.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Mithila Palker</h6>
<p class="testimonial__location">Tech Head, Twitter</p>
</address>
</div>
</div>
<div class="slide slide--7">
<div class="testimonial">
<h5 class="testimonial__header">
Reliable and Secure Banking Website with Fast and Easy-to-Use Interface
</h5>
<blockquote class="testimonial__text">
I have been using this banking website for a while now and I must say that it is one of the best out there. The website is fast, secure, and easy to use. I would highly recommend it to anyone looking for a reliable banking website.
</blockquote>
<address class="testimonial__author">
<img src="../img/user7.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Samantha Prabhu</h6>
<p class="testimonial__location">India Head, Mathworks</p>
</address>
</div>
</div>
<div class="slide slide--8">
<div class="testimonial">
<h5 class="testimonial__header">
Secure and Convenient Banking Website with Excellent Customer Support
</h5>
<blockquote class="testimonial__text">
This banking website has made my life so much easier! I can easily manage my finances from anywhere in the world without having to worry about security issues. The customer support team is also extremely helpful and responsive.
</blockquote>
<address class="testimonial__author">
<img src="../img/user8.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Selena Gomez</h6>
<p class="testimonial__location">Manager, Amazon</p>
</address>
</div>
</div>
<div class="slide slide--9">
<div class="testimonial">
<h5 class="testimonial__header">
Consistently Reliable Banking Website with Fast and Secure Services
</h5>
<blockquote class="testimonial__text">
I have been using this banking website for a long time now and I must say that it has never let me down. The website is fast, secure, and easy to use. I would highly recommend it to anyone looking for a reliable banking website.
</blockquote>
<address class="testimonial__author">
<img src="../img/user9.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Gabbie Carter</h6>
<p class="testimonial__location">CEO, JP Morgan</p>
</address>
</div>
</div>
<div class="slide slide--10">
<div class="testimonial">
<h5 class="testimonial__header">
Highly Satisfying Banking Experience with Fast and Responsive Website
</h5>
<blockquote class="testimonial__text">
I have been using this banking website for over a year now and I must say that I am extremely satisfied with their services. The website is fast and responsive and I have never faced any issues while using it.
</blockquote>
<address class="testimonial__author">
<img src="../img/user1.png" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Mia Melano</h6>
<p class="testimonial__location">CTO, Goldman Sachs</p>
</address>
</div>
</div>
<!-- <div class="slide"><img src="img/img-1.jpg" alt="Photo 1" /></div>
<div class="slide"><img src="img/img-2.jpg" alt="Photo 2" /></div>
<div class="slide"><img src="img/img-3.jpg" alt="Photo 3" /></div>
<div class="slide"><img src="img/img-4.jpg" alt="Photo 4" /></div> -->
<button class="slider__btn slider__btn--left">←</button>
<button class="slider__btn slider__btn--right">→</button>
<div class="dots"></div>
</div>
</section>
<section class="section section--sign-up">
<div class="section__title">
<h3 class="section__header">
The best day to join Bank Hamara was one year ago. The second best is today!
</h3>
</div>
<button class="btn btn--show-modal">
<a href="/login" id="open-account">Open your free account today!</a>
</button>
</section>
<section class="section section--sign-up contact " id="contact-info">
<!-- <button class="btn operations__tab operations__tab--2" data-tab="2">
Contact Us
</button> -->
<h1 id="contact-us">Contact Us</h1> <br>
<h2 id="details">
<h2 id="main">Mail us at:</h2>
<a href="mailto:vedvekhande7274@gmail.com" class="email">admin@bankhamara.in</a>
<h2 id="main">Contact:</h2> +91 75582 24026
<h2 id="main">Address:</h2> IIITV-ICD, Education Hub, Kevdi, Diu -362520
</h2>
</section>
<footer class="footer ">
<button class="scroll-to-top-btn">☝</button>
<ul class="footer__nav">
<li class="footer__item">
<a class="footer__link" href="#section--1">About</a>
</li>
<li class="footer__item">
<a class="footer__link" href="adminlogin">Admin Login</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Terms of Use</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Privacy Policy</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Careers</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#">Blog</a>
</li>
<li class="footer__item">
<a class="footer__link" href="#contact-info">Contact Us</a>
</li>
</ul>
<img src="../img/new_logo.png" alt="Logo" class="footer__logo" />
<p class="footer__copyright">
Made with ❤️ for our DBMS Project
</p>
</footer>
<div class="modal hidden">
<div>
<button class="btn--close-modal">×</button>
<h2 class="modal__header">
Open your bank account <br />
in just <span class="highlight">5 minutes</span>
</h2>
<form class="modal__form" method="POST" action="/adduser" novalidate>
<label>Name</label>
<input type="text" class="form-control" id="floatingInput" value="{{this.name}}" placeholder="Name" name="name" />
<label>Username</label>
<input type="text" class="form-control" id="floatingInput" value="{{this.username}}" placeholder="Username" name="username" />
<label>Contact number</label>
<input type="text" class="form-control" id="floatingInput" value="{{this.contact_no}}" placeholder="Contact Number" name="contact_no"/>
<label>Password</label>
<input type="password" class="form-control" id="floatingInput" value="{{this.password}}" placeholder="Password" name="password"/>
<div class="col-12 d-grid">
<button class="btn btn-primary" type="submit">Submit</button>
</div>
</form>
</div>
</div>
<div class="overlay hidden"></div>