Commit 4d251549 authored by dewmalFernando's avatar dewmalFernando

V1.25

parent e00595f2
...@@ -53,14 +53,14 @@ h1{ ...@@ -53,14 +53,14 @@ h1{
max-width: 50%; max-width: 50%;
width: 100%; width: 100%;
left: 25%; left: 25%;
padding-top: 60px; padding-top: 10px;
} }
.progress-container::before{ .progress-container::before{
content: ""; content: "";
background-color: var(--line-border-empty); background-color: var(--line-border-empty);
position: absolute; position: absolute;
top: 72%; top: 56%;
left: 0; left: 0;
transform: translateY(-50%); transform: translateY(-50%);
height: 4px; height: 4px;
...@@ -72,7 +72,7 @@ h1{ ...@@ -72,7 +72,7 @@ h1{
.progress{ .progress{
background-color: var(--line-border-fill); background-color: var(--line-border-fill);
position: absolute; position: absolute;
top: 72%; top: 56%;
left: 0; left: 0;
transform: translateY(-50%); transform: translateY(-50%);
height: 4px; height: 4px;
......
...@@ -42,7 +42,7 @@ function update(val) { ...@@ -42,7 +42,7 @@ function update(val) {
buttonsSection.innerHTML = '<button class="btn btn-primary" id="next'+val+'" onclick="btnClick()">Next</button>' buttonsSection.innerHTML = '<button class="btn btn-primary" id="next'+val+'" onclick="btnClick()">Next</button>'
document.getElementById('hiddenNext').value = val document.getElementById('hiddenNext').value = val
let headingList = ['Image Enhancement', 'Abnormal Behaviour Detection', 'Face Detection & Recognition', 'Figure Recognition', 'Scanning Process Successful'] let headingList = ['Image Enhancement', 'Abnormal Behaviour Detection', 'Face Detection & Recognition', 'Figure Recognition', 'Scanning Process Successful']
let iconList = ['./assets/ImageEnhancement.png', './assets/gun.png', './assets/FaceDetection&Recognition.png', './assets/FigureRecognition.png'] let iconList = ['./assets/ImageEnhancement.png', './assets/gun_new.png', './assets/FaceDetection&Recognition.png', './assets/FigureRecognition.png']
headingCount++ headingCount++
imageCount++ imageCount++
circles.forEach((circle, idx) => { circles.forEach((circle, idx) => {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
style="position: absolute; color:white; opacity:75%; top: -29px;left: -46px; font-weight: 100;"> style="position: absolute; color:white; opacity:75%; top: -29px;left: -46px; font-weight: 100;">
back</h5></a> back</h5></a>
</div> </div>
<h1 style="text-align: center; color: white; font-size: 40px;" id="head1">Let's Detect & Identify <h1 style="text-align: center; color: white; font-size: 40px; margin-top: 5%;" id="head1">Let's Detect & Identify
Criminals</h1> Criminals</h1>
<br> <br>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,17 +3,35 @@ ...@@ -3,17 +3,35 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Criminal Investigation Management System", "description": "Criminal Investigation Management System",
"main": "main.js", "main": "main.js",
"scripts": { "author": "",
"start": "electron ." "license": "ISC",
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://gitlab.sliit.lk/2021-208/2021-208.git" "url": "http://gitlab.sliit.lk/2021-208/2021-208.git"
}, },
"author": "", "scripts": {
"license": "ISC", "start": "electron .",
"dist": "electron-builder"
},
"dependencies": { "dependencies": {
"electron": "^13.1.7", "electron": "^13.1.7",
"electron-reload": "^2.0.0-alpha.1" "electron-packager": "^15.4.0",
"electron-reload": "^2.0.0-alpha.1",
"noty": "^3.2.0-beta-deprecated"
},
"devDependencies": {
"electron-builder": "^22.13.1"
},
"build": {
"appId": "com.eagaleye.app",
"productName": "Eagal Eye",
"target": "NSIS",
"directory": {
"output": "build"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment