Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favicon added #17

Merged
merged 1 commit into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added English/Assets/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions English/Police/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="./css/style.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<!-- Sweet Alert JavaScript -->
<script src="./js/sweetalert2.js"></script>
<!-- Nunito Google Font -->
Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 class="h2 text-center text-dark mb-3">Sign In</h2>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

<!-- Firebase -->

<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase-app.js"></script>
Expand Down Expand Up @@ -98,4 +99,3 @@ <h2 class="h2 text-center text-dark mb-3">Sign In</h2>

</body>
</html>

35 changes: 18 additions & 17 deletions English/Police/pages/FaceDetectVideo/face-detection.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Face Detection | Rudra</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" >
<link rel="stylesheet" href="style/face-detection.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src='js/face-api.min.js'></script>
<script type="text/javascript" src="https://unpkg.com/webcam-easy/dist/webcam-easy.min.js"></script>
Expand All @@ -20,34 +21,34 @@
<div class="col-md-10 col-6 form-control">
<label class="form-switch">
<input type="checkbox" id="webcam-switch">
<i></i> Webcam </label>
<button id="cameraFlip" class="btn d-none"></button>
</div>
<i></i> Webcam </label>
<button id="cameraFlip" class="btn d-none"></button>
</div>
<div class="col-md-10 col-6 form-control">
<label class="form-switch disabled">
<input type="checkbox" disabled id="detection-switch">
<i></i> Detect Face </label>
</div>
<i></i> Detect Face </label>
</div>
<div class="col-md-10 col-6 form-control">
<label class="form-switch disabled">
<input type="checkbox" disabled id="box-switch">
<i></i> Bounding Box </label>
<i></i> Bounding Box </label>
</div>
<div class="col-md-10 col-6 form-control">
<label class="form-switch disabled">
<input type="checkbox" disabled id="landmarks-switch">
<i></i> Landmarks </label>
</div>
<i></i> Landmarks </label>
</div>
<div class="col-md-10 col-6 form-control">
<label class="form-switch disabled">
<input type="checkbox" disabled id="age-gender-switch">
<i></i> Age & Gender </label>
</div>
<i></i> Age & Gender </label>
</div>
<div class="col-md-10 col-6 form-control">
<label class="form-switch disabled">
<input type="checkbox" disabled id="recorginatio-switch">
<i></i> Face Recorgination </label>
</div>
<i></i> Face Recorgination </label>
</div>
</div>
</div>
<!-- <div class="note">
Expand All @@ -60,10 +61,10 @@
<span class="sr-only"></span>
</div>
</div>

<div id="video-container">
<video id="webcam" autoplay muted playsinline></video>
</div>
</div>
<div id="errorMsg" class="col-12 alert-danger d-none">
Fail to start camera <br>
1. Please allow permission to access camera. <br>
Expand All @@ -72,7 +73,7 @@
</div>
</div>
</div>
</main>
</main>
<script src="js/face-detection.js"></script>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion English/Police/pages/chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<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>
<link rel="stylesheet" href="../css/chatbot.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
</head>
<body>
<nav>
Expand Down Expand Up @@ -43,7 +44,7 @@
<div class="chatarea-outer">

</div>
</div>
</div>
<div class="chatbot-area">
<img src="../Assets/Chatbot/robot.png" style="height: 80%; width: 80%;">
</div>
Expand Down
3 changes: 2 additions & 1 deletion English/Police/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<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>
<title>Instructions | RUDRA</title>
</head>
Expand Down Expand Up @@ -67,4 +68,4 @@ <h2 style="font-weight: bolder; letter-spacing: 2px;" class="mb-0">INSTRUCTIONS
<script type="text/javascript" src="../js/home.js"></script>
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion English/Police/pages/identify.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<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>
<title>Identify Theft | RUDRA</title>
</head>
Expand Down Expand Up @@ -74,4 +75,4 @@

</body>

</html>
</html>
5 changes: 3 additions & 2 deletions English/Police/pages/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<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>
<title>Notes | RUDRA</title>
</head>
Expand Down Expand Up @@ -40,8 +41,8 @@
<button id="back-to-top-btn"><i class="fas fa-angle-double-up"></i></button>

<button class="add-button" onmousedown="addNote()">+</button>

<script type="text/javascript" src="../js/notes.js"></script>
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion English/Police/pages/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="../css/report.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<title>Report | RUDRA</title>
</head>
Expand Down Expand Up @@ -71,4 +72,4 @@ <h1>REPORT</h1>
<script type="text/javascript" src="../js/report.js"></script>
</body>

</html>
</html>
7 changes: 4 additions & 3 deletions English/Police/pages/sign-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="../css/style.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<!-- Sweet Alert JavaScript -->
<script src="../js/sweetalert2.js"></script>
<!-- Nunito Google Font -->
Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 class="h2 text-center text-dark mb-3">Sign Up</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>


<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase-app.js"></script>
Expand Down Expand Up @@ -92,9 +93,9 @@ <h2 class="h2 text-center text-dark mb-3">Sign Up</h2>
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>

<!-- Custom JavaScript -->
<script src="../js/app.js"></script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions English/Public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="./css/style.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<!-- Sweet Alert JavaScript -->
<script src="./js/sweetalert2.js"></script>
<!-- Nunito Google Font -->
Expand Down Expand Up @@ -58,7 +59,7 @@ <h2 class="h2 text-center text-dark mb-3">Sign In</h2>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

<!-- Firebase -->

<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase-app.js"></script>
Expand Down Expand Up @@ -92,4 +93,3 @@ <h2 class="h2 text-center text-dark mb-3">Sign In</h2>

</body>
</html>

3 changes: 2 additions & 1 deletion English/Public/pages/chatbot.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chatbot | RUDRA</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="../css/chatbot.css">
</head>
Expand Down Expand Up @@ -38,7 +39,7 @@
<div class="chatarea-outer">

</div>
</div>
</div>
<div class="chatbot-area">
<img src="../Assets/Chatbot/robot.png" style="height: 80%; width: 80%;">
</div>
Expand Down
3 changes: 2 additions & 1 deletion English/Public/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<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>
<title>Instructions | RUDRA</title>
</head>
Expand Down Expand Up @@ -58,4 +59,4 @@ <h2 style="font-weight: bolder; letter-spacing: 2px;" class="mb-0">INSTRUCTIONS
<script type="text/javascript" src="../js/home.js"></script>
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion English/Public/pages/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="../css/report.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<title>Report | RUDRA</title>
</head>
Expand Down Expand Up @@ -55,4 +56,4 @@ <h1>Report Us</h1>
<script type="text/javascript" src="../js/report.js"></script>
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion English/Public/pages/sign-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="../css/style.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >
<!-- Sweet Alert JavaScript -->
<script src="../js/sweetalert2.js"></script>
<!-- Nunito Google Font -->
Expand Down Expand Up @@ -117,4 +118,4 @@ <h2 class="h2 text-center text-dark mb-3">Sign Up</h2>

</body>

</html>
</html>
5 changes: 3 additions & 2 deletions English/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./home.css">
<link rel='icon' href='English/Assets/favicon.ico' type='image/x-icon'/ >

</head>
<body>
Expand All @@ -33,10 +34,10 @@ <h1 slot="header" style="color: rgb(77, 130, 243);">POLICE</h1>
src="https://img.icons8.com/plasticine/60/4a90e2/domain.png" /></a></p>
</card>
</div>

<script src='https://cdnjs.cloudflare.com/ajax/libs/vue/2.0.1/vue.min.js'></script>
<script src="./home.js"></script>

</body>

</html>
</html>
Binary file added Kannada/Assets/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions Kannada/Police/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="./css/style.css">
<link rel='icon' href='Kannada/Assets/favicon.ico' type='image/x-icon'/ >
<!-- Sweet Alert JavaScript -->
<script src="./js/sweetalert2.js"></script>
<!-- Nunito Google Font -->
Expand Down Expand Up @@ -70,7 +71,7 @@ <h2 class="h2 text-center text-dark mb-3">ಸೈನ್ ಇನ್ ಮಾಡಿ
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

<!-- Firebase -->

<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.1.2/firebase-app.js"></script>
Expand Down Expand Up @@ -105,4 +106,3 @@ <h2 class="h2 text-center text-dark mb-3">ಸೈನ್ ಇನ್ ಮಾಡಿ

</body>
</html>

Loading