-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Harshal0902/devlopment
Added Footer to all the Webpages
- Loading branch information
Showing
67 changed files
with
1,846 additions
and
186 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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">  [email protected]</a> | ||
</li> | ||
<li> | ||
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">  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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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">  [email protected]</a> | ||
</li> | ||
<li> | ||
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">  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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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">  [email protected]</a> | ||
</li> | ||
<li> | ||
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">  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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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">  [email protected]</a> | ||
</li> | ||
<li> | ||
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">  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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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">  [email protected]</a> | ||
</li> | ||
<li> | ||
<i class="fa fa-phone" aria-hidden="true"></i><a href="#" class="text-white">  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> |
Oops, something went wrong.