Skip to content

Commit

Permalink
Merge pull request #21 from Harshal0902/devlopment
Browse files Browse the repository at this point in the history
Added Footer to all the Webpages
  • Loading branch information
Harshal0902 authored Feb 14, 2021
2 parents 8275028 + d662fcc commit 5aeffb0
Show file tree
Hide file tree
Showing 67 changed files with 1,846 additions and 186 deletions.
Binary file added English/Assets/facebook.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 English/Assets/instagram.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 English/Assets/linkedin.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 English/Assets/twitter.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 English/Police/Assets/facebook.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 English/Police/Assets/instagram.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 English/Police/Assets/linkedin.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 English/Police/Assets/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion English/Police/css/chatbot.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ input[type="checkbox"] {
align-items: center;
position: fixed;
left: 80px;
z-index: 99999;
z-index: -1;
}
.chatbot-area {
float: right;
Expand Down
22 changes: 22 additions & 0 deletions English/Police/css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;400&display=swap');

footer{
position: relative;
top: 800px;
width: 100%;
font-family: "Source Serif Pro", serif;
padding-top: 30px;
background: rgb(6, 82, 92);
background-size: 100%;
clip-path: polygon(26% 0, 100% 4%, 100% 100%, 0 100%, 0 5%);
line-height: 2rem;
overflow-y: scroll;
}
.footer-list>li, .connect{
width: 100%;
margin-left: 20%;
text-align: left;
}
.copyrights{
background: rgb(0, 27, 31);
}
50 changes: 50 additions & 0 deletions English/Police/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<script src="./js/sweetalert2.js"></script>
<!-- Nunito Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet">
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="../footer.css">
<title>Sign In | Police</title>
</head>
<body class="bg-light">
Expand Down Expand Up @@ -98,4 +100,52 @@ <h2 class="h2 text-center text-dark mb-3">Sign In</h2>
<script src="./js/app.js"></script>

</body>
<!-- footer -->
<footer class="text-white text-center text-lg-start">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Quick Links</h5></li>
<li><a href="#!" class="text-white">Home</a></li>
<li><a href="#!" class="text-white">About Us</a> </li>
<li>
<h6>Languages:</h2>
<ul class="list-styled mb-0">
<li><a href="../home.html" class="text-white">English</a></li>
<li><a href="./../../Kannada/home.html" class="text-white">Kannada</a></li>
<li><a href="#" class="text-white">Others</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Contact Us</h5></li>
<li>
<i class="fa fa-envelope-o" aria-hidden="true"></i><a href="#" class="text-white">&nbsp [email protected]</a>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">&nbsp 9004950430</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<div class="container footer-list">
<h5 class="text-uppercase connect">Connect</h5>
<div class="row">
<div class="col-2"></div>
<div class="col-2"><a href=""><img src="../Assets/facebook.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/twitter.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/instagram.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center p-3 copyright" style="background-color: rgba(0, 0, 0, 0.2)">
© 2020 Copyright:
<a class="text-white" href="#">[email protected]</a>
</div>
</footer>
</html>
58 changes: 58 additions & 0 deletions English/Police/pages/chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<title>Chatbot | RUDRA</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/chatbot.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
</head>
Expand Down Expand Up @@ -51,5 +53,61 @@
<button id="mic" style="height: 70px; width: 70px;"><i class="flaticon-microphone"></i></button>
</section>
<script src="../js/chatbot.js"></script>
<!-- footer -->
<section class="footer">
<footer class="text-white text-center text-lg-start">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Quick Links</h5></li>
<li><a href="#!" class="text-white">Home</a></li>
<li><a href="#!" class="text-white">About Us</a> </li>
<li><a href="home.html" class="text-white">Instructions</a> </li>
<li><a href="./identify.html" class="text-white">Identify Theft</a> </li>
<li><a href="./report.html" class="text-white">Report</a> </li>
<li><a href="./notes.html" class="text-white">Notes</a> </li>
<li><a href="./chatbot.html" class="text-white">Chatbot</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Contact Us</h5></li>
<li>
<i class="fa fa-envelope-o" aria-hidden="true"></i><a href="#" class="text-white">&nbsp [email protected]</a>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">&nbsp 9004950430</a>
</li>
<br>
<li>
<h5 class="text-uppercase">Languages</h5>
<ul class="list-unstyled mb-0">
<li><a href="../../home.html" class="text-white">English</a></li>
<li><a href="./../../../Kannada/home.html" class="text-white">Kannada</a></li>
<li><a href="#" class="text-white">Others</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<div class="container footer-list">
<h5 class="text-uppercase connect">Connect</h5>
<div class="row">
<div class="col-2"></div>
<div class="col-2"><a href=""><img src="../Assets/facebook.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/twitter.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/instagram.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center p-3 copyright" style="background-color: rgba(0, 0, 0, 0.2)">
© 2020 Copyright:
<a class="text-white" href="#">[email protected]</a>
</div>
</footer>
</section>
</body>
</html>
58 changes: 58 additions & 0 deletions English/Police/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" href="../css/home.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="../css/footer.css">
<title>Instructions | RUDRA</title>
</head>

Expand Down Expand Up @@ -66,6 +68,62 @@ <h2 style="font-weight: bolder; letter-spacing: 2px;" class="mb-0">INSTRUCTIONS
</section>
</section>
<script type="text/javascript" src="../js/home.js"></script>
<!-- footer -->
<section class="footer">
<footer class="text-white text-center text-lg-start">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Quick Links</h5></li>
<li><a href="#!" class="text-white">Home</a></li>
<li><a href="#!" class="text-white">About Us</a> </li>
<li><a href="home.html" class="text-white">Instructions</a> </li>
<li><a href="./identify.html" class="text-white">Identify Theft</a> </li>
<li><a href="./report.html" class="text-white">Report</a> </li>
<li><a href="./notes.html" class="text-white">Notes</a> </li>
<li><a href="./chatbot.html" class="text-white">Chatbot</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Contact Us</h5></li>
<li>
<i class="fa fa-envelope-o" aria-hidden="true"></i><a href="#" class="text-white">&nbsp [email protected]</a>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">&nbsp 9004950430</a>
</li>
<br>
<li>
<h5 class="text-uppercase">Languages</h5>
<ul class="list-unstyled mb-0">
<li><a href="../../home.html" class="text-white">English</a></li>
<li><a href="./../../../Kannada/home.html" class="text-white">Kannada</a></li>
<li><a href="#" class="text-white">Others</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<div class="container footer-list">
<h5 class="text-uppercase connect">Connect</h5>
<div class="row">
<div class="col-2"></div>
<div class="col-2"><a href=""><img src="../Assets/facebook.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/twitter.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/instagram.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center p-3 copyright" style="background-color: rgba(0, 0, 0, 0.2)">
© 2020 Copyright:
<a class="text-white" href="#">[email protected]</a>
</div>
</footer>
</section>
</body>

</html>
58 changes: 58 additions & 0 deletions English/Police/pages/identify.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" href="../css/identify.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="../css/footer.css">
<title>Identify Theft | RUDRA</title>
</head>

Expand Down Expand Up @@ -72,6 +74,62 @@
</div>

<script type="text/javascript" src="../js/identify.js"></script>
<!-- footer -->
<section class="footer">
<footer class="text-white text-center text-lg-start">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Quick Links</h5></li>
<li><a href="#!" class="text-white">Home</a></li>
<li><a href="#!" class="text-white">About Us</a> </li>
<li><a href="home.html" class="text-white">Instructions</a> </li>
<li><a href="./identify.html" class="text-white">Identify Theft</a> </li>
<li><a href="./report.html" class="text-white">Report</a> </li>
<li><a href="./notes.html" class="text-white">Notes</a> </li>
<li><a href="./chatbot.html" class="text-white">Chatbot</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Contact Us</h5></li>
<li>
<i class="fa fa-envelope-o" aria-hidden="true"></i><a href="#" class="text-white">&nbsp [email protected]</a>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">&nbsp 9004950430</a>
</li>
<br>
<li>
<h5 class="text-uppercase">Languages</h5>
<ul class="list-unstyled mb-0">
<li><a href="../../home.html" class="text-white">English</a></li>
<li><a href="./../../../Kannada/home.html" class="text-white">Kannada</a></li>
<li><a href="#" class="text-white">Others</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<div class="container footer-list">
<h5 class="text-uppercase connect">Connect</h5>
<div class="row">
<div class="col-2"></div>
<div class="col-2"><a href=""><img src="../Assets/facebook.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/twitter.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/instagram.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center p-3 copyright" style="background-color: rgba(0, 0, 0, 0.2)">
© 2020 Copyright:
<a class="text-white" href="#">[email protected]</a>
</div>
</footer>
</section>

</body>

Expand Down
58 changes: 58 additions & 0 deletions English/Police/pages/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" href="../css/notes.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://use.fontawesome.com/c287a31143.js"></script>
<link rel="stylesheet" href="../css/footer.css">
<title>Notes | RUDRA</title>
</head>

Expand Down Expand Up @@ -43,6 +45,62 @@
<button class="add-button" onmousedown="addNote()">+</button>

<script type="text/javascript" src="../js/notes.js"></script>
<!-- footer -->
<section class="footer">
<footer class="text-white text-center text-lg-start">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Quick Links</h5></li>
<li><a href="#!" class="text-white">Home</a></li>
<li><a href="#!" class="text-white">About Us</a> </li>
<li><a href="home.html" class="text-white">Instructions</a> </li>
<li><a href="./identify.html" class="text-white">Identify Theft</a> </li>
<li><a href="./report.html" class="text-white">Report</a> </li>
<li><a href="./notes.html" class="text-white">Notes</a> </li>
<li><a href="./chatbot.html" class="text-white">Chatbot</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<ul class="list-unstyled mb-0 footer-list">
<li><h5 class="text-uppercase">Contact Us</h5></li>
<li>
<i class="fa fa-envelope-o" aria-hidden="true"></i><a href="#" class="text-white">&nbsp [email protected]</a>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">&nbsp 9004950430</a>
</li>
<br>
<li>
<h5 class="text-uppercase">Languages</h5>
<ul class="list-unstyled mb-0">
<li><a href="../../home.html" class="text-white">English</a></li>
<li><a href="./../../../Kannada/home.html" class="text-white">Kannada</a></li>
<li><a href="#" class="text-white">Others</a></li>
</ul>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 mb-4 mb-md-0">
<div class="container footer-list">
<h5 class="text-uppercase connect">Connect</h5>
<div class="row">
<div class="col-2"></div>
<div class="col-2"><a href=""><img src="../Assets/facebook.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/twitter.png" alt=""></a></div>
<div class="col-2"><a href=""><img src="../Assets/instagram.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center p-3 copyright" style="background-color: rgba(0, 0, 0, 0.2)">
© 2020 Copyright:
<a class="text-white" href="#">[email protected]</a>
</div>
</footer>
</section>
</body>

</html>
Loading

0 comments on commit 5aeffb0

Please sign in to comment.