Commit 4d251549 authored by dewmalFernando's avatar dewmalFernando

V1.25

parent e00595f2
......@@ -53,14 +53,14 @@ h1{
max-width: 50%;
width: 100%;
left: 25%;
padding-top: 60px;
padding-top: 10px;
}
.progress-container::before{
content: "";
background-color: var(--line-border-empty);
position: absolute;
top: 72%;
top: 56%;
left: 0;
transform: translateY(-50%);
height: 4px;
......@@ -72,7 +72,7 @@ h1{
.progress{
background-color: var(--line-border-fill);
position: absolute;
top: 72%;
top: 56%;
left: 0;
transform: translateY(-50%);
height: 4px;
......
......@@ -42,7 +42,7 @@ function update(val) {
buttonsSection.innerHTML = '<button class="btn btn-primary" id="next'+val+'" onclick="btnClick()">Next</button>'
document.getElementById('hiddenNext').value = val
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++
imageCount++
circles.forEach((circle, idx) => {
......
......@@ -50,7 +50,7 @@
style="position: absolute; color:white; opacity:75%; top: -29px;left: -46px; font-weight: 100;">
back</h5></a>
</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>
<br>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -3,17 +3,35 @@
"version": "1.0.0",
"description": "Criminal Investigation Management System",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "http://gitlab.sliit.lk/2021-208/2021-208.git"
},
"author": "",
"license": "ISC",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"dependencies": {
"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