Skip to content

Commit

Permalink
Day 1 : home, about page
Browse files Browse the repository at this point in the history
  • Loading branch information
smilewithkhushi committed Sep 15, 2022
1 parent 9658fea commit 2c837d8
Show file tree
Hide file tree
Showing 8 changed files with 181 additions and 0 deletions.
53 changes: 53 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
</<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>BANKING SYSTEM</title>
<link rel="stylesheet" href="style.css">
</head>

<body style="background-color: black ; color: white">
<div class="navbar">
<center>
<hr color="grey" width=70% size=1>
<h1> BASIC BANKING SYSTEM </h1>
<a href="index.html">Home</a>
<a href="sendmoney.html">Send Money</a>
<a href="customers.html">View All Customers</a>
<a href="transactions.html">Transactions</a>
<a href="contact.html">Contact Us</a>
<a class="active" href="about.html">About Us</a>

<hr color="grey" width=70% size=1 align>
</center>
</div>

<div class="container">

</div>
<div class="content">
<center>
<h1> ABOUT US </h1>
<img src="developer.png" alt="Developer Profile" width=150px height="20%" style=" border-radius: 10px;
border-style: double; display: block; margin: 5px;">
<h4> This website is created by</h4>
<h2> Khushi Panwar </h2>
<h4> Intern at Sparks Foundation <br> Shaheed Rajguru College of Applied Sciences for Women, University of Delhi</h4>
</center>
</div>
<div class="pagebreak">
</div>

<div class="content">

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

</div>
<div class="pagebreak">
</div>


</body>
</html>
Binary file added developer.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 digital.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 digital2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
</<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>BANKING SYSTEM</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<div class="navbar">
<center>
<hr color="grey" width=70% size=1>
<h1> BASIC BANKING SYSTEM </h1>
<a class="active" href="index.html">Home</a>
<a href="sendmoney.html">Send Money</a>
<a href="customers.html">View All Customers</a>
<a href="transactions.html">Transactions</a>
<a href="contact.html">Contact Us</a>
<a href="about.html">About Us</a>

<hr color="grey" width=70% size=1 align>
</center>
</div>

<div class="container">

</div>
<div class="content">
<center>
<h1> SECURE TRANSACTIONS </h1>
<img src="developer.png" alt="Developer Profile" width="10%" height="10%">
</center>
</div>
<div class="pagebreak">
</div>

<div class="content">

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

</div>
<div class="pagebreak">
</div>


</body>
</html>
Binary file added pheonix.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 rose.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
/*The topmost navigation bar*/
.navbar{
display: block;
color: white;
font-family: monospace;
background-color: black;
padding: 10px;
width: 100%;
height: auto;
margin-bottom: 5px;
overflow: hidden;
box-shadow: 2px 2px 8px #000000;
}

.navbar a {
float: center;
color: #f2f2f2;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 15px;
display: inline-block;
}

/* Change the color of links on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
background-color: #FF8C00;
color: white;
}

/* the center container below navbar*/
.container{
width: 100%;
height: 60%;
background-image: url("digital.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
backface-visibility: visible;
margin-bottom: 20px;
}

.pagebreak{
display: block;
width: 100%;
height: 8vh;
background-image: url("rose.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
backface-visibility: visible;
margin-top: 20px;
margin-bottom: 20px;
}

.content h1{
font-family: monospace;
font-size: 30px;
color: white;
background-color: #FF8C00;
border-radius: 10px;
border-style: double;
border: 2px solid white;
padding-top: 5px;
padding-bottom: 5px;
width: 50%;
}


.content{
padding-left: 10vw;
padding-right: 10vw;
}

0 comments on commit 2c837d8

Please sign in to comment.