-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
42 lines (23 loc) · 1.08 KB
/
index.php
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
<?php
$page_title = "VERTEX BANK";
include "includes/header.php"; ?>
<!-- <?php include "include/navbar_create_user.php"; ?> -->
<?php include "includes/navbar.php"; ?>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Jumbotron -->
<div class="bg-image p-8 text-center shadow-1-strong rounded mb-5 text-white"
style="background-image: url('');">
<h1 class="mb-3 h2"><strong>WELCOME TO VERTEX BANK</stong> </h1>
<p><h3>"All of Our Customers Trust Their Success To Us"</h3></p>
<p>Consumers aren't required to visit a bank branch in order to complete most of their basic banking transactionsOnline banking with Discover is also secure enough to keep your money safe and your mind at ease.</p>
</div>
<!-- Jumbotron -->
</div>
</div>
</div>
</div>
</div>
<?php include "includes/footer.php"; ?>