Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
code-with-divyanshu authored Mar 21, 2024
1 parent 0985187 commit f177ee3
Show file tree
Hide file tree
Showing 29 changed files with 876 additions and 0 deletions.
Binary file added bank/img/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/av.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/ay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/bb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/dk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/dl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/ia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/ib.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/ic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/id.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/in.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/ins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/ma.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/mb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/mc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/md.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/pe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/pm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/pri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/sl.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bank/img/sle.jpeg
Binary file added bank/img/sli.jpg
810 changes: 810 additions & 0 deletions bank/index.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions bank/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
.we {
max-width: 241px;
display: flex;
flex-wrap: wrap;
margin-bottom: -8px;
margin-left: -8px;
}

#aboutus,
#services,
#pricing,
#testimonials,
#contactus {
padding-top: 30px;
}



.fs-7 {font-size: 13px}

.progress-lt .progress {
margin-bottom: 0;
height: 3px;
border-radius: 0;
}

.progress-lt {
margin-top: 30px;
position: relative;
}

.progress-lt span {
position: absolute;
top: 0;
right: 1.5%;
font-size: 12px;
}

.my-8 {
margin-top:130px;
margin-bottom:130px;
}

body a{text-decoration: none;}


@media only screen and (max-width: 468px) {
.sd {margin-right: 190px}
.cv img{min-height: 600px;}
.as {margin-bottom: 100px}
.ns {margin-top: 20px}
.of {margin-left: 150px}
}


@media only screen and (min-width: 768px) {
.sd {margin-left: 100px}
.roo {font-size: 60px;}
.cv img{max-height: 600px;}

.ns {padding-left: 60px}
.af {padding-left: 124px!important;}
.aim {max-width: 535px;}
.of {margin-left: 300px}

}

0 comments on commit f177ee3

Please sign in to comment.