Skip to content
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
19 changes: 6 additions & 13 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html data-wf-domain="https://hippyaki.github.io/HealthConnect/" data-wf-page="5e30f06b05f796620b1ddc26" data-wf-site="5e30f06b05f79621331ddc25>
<html>
<head>
<meta charset="utf-8"/>

<title>Health Connect</title>
<title>HealthConnect</title>

<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
Expand All @@ -12,14 +12,8 @@



<link href="https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css" rel="stylesheet">
<link href="https://assets.website-files.com/5e30f06b05f79621331ddc25/css/medicatemplate.webflow.d2ac5975f.css"
rel="stylesheet" type="text/css" />
<link href="https://assets.website-files.com/5e30f06b05f79621331ddc25/5e3b73da7535d74e3c7bdccf_medica.png"
rel="shortcut icon" type="image/x-icon" />
<link href="https://assets.website-files.com/5e30f06b05f79621331ddc25/5e3b73e0e2dafae7b5c75931_medica.png"
rel="apple-touch-icon" />
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href="https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>

<style>

Expand Down Expand Up @@ -49,8 +43,7 @@
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 15px;
background: #0a2558;
background: linear-gradient(#0a2558, black);
}

/*---------------------------------------------*/
Expand Down Expand Up @@ -531,7 +524,7 @@ <h4 data-text="Oops! Page not found">
</h4>

<div class="btns">
<a href="https://hippyaki.github.io/HealthConnect/">Return Home</a>
<a href="/">Return Home</a>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
healthconnect.school-of-iot.in
Binary file added assets/img/HC_22.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 assets/img/home1(1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,326 changes: 3,326 additions & 0 deletions assets/main.css

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions assets/webflow.js

Large diffs are not rendered by default.

34 changes: 31 additions & 3 deletions dashboard/patient/css/device-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ input.s-inpt {

.s-btn {
width: 100%;
margin: 0px 43px;
margin: 0px 14px;
display: flex;
flex-direction: row;
justify-content: space-around;
Expand Down Expand Up @@ -278,10 +278,30 @@ button.s-btn-func {
cursor: pointer;
border-radius: 10px;
}
button.s-btn-func-cnnct {
background: #27b332;
border-color: #27b332;
width: 150%;
margin: 0px 0px 0px 31px;
border-radius: 10px;

height: 100%;
display: flex;
justify-content: space-evenly;
font-size: 18px;
padding: 5px 20px;
align-items: center;
align-content: center;
align-items: center;
align-content: center;
padding: 5px 9px;
color: #fff;
cursor: pointer;
}

.dev-search {
width: 100%;
margin: 0px 43px;
margin: 0px 15px;
display: flex;
flex-direction: row;
justify-content: space-around;
Expand All @@ -296,7 +316,15 @@ button.dev-table-btn-connect {
color: #fff;
cursor: pointer;
}

button.dev-table-btn-disconnect {
align-items: center;
align-content: center;
padding: 5px 9px;
background: #cb0000;
border-color: #cb0000;
color: #fff;
cursor: pointer;
}
span.dev-table-btn-del{
font-size: larger;
cursor: pointer;
Expand Down
15 changes: 15 additions & 0 deletions dashboard/patient/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
padding: 0px;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;

}

body{
overflow: hidden;
}

.pre_loader{
position: fixed;
Expand All @@ -16,6 +20,13 @@
z-index: 999;
}

.pre_loader{
position: fixed;
width: 100%;
height: 100vh;
background: #ffffff url('https://flevix.com/wp-content/uploads/2020/01/Lazy-Loader-1.gif') no-repeat center/30%;
z-index: 999;
}
.sidebar{
position: fixed;
height: 100%;
Expand Down Expand Up @@ -1356,6 +1367,7 @@ nav .profile-details i{
width: 100%;
top: 10.5%;
height: calc(100% - 90px);
overflow: overlay;
}

.dashboard {
Expand Down Expand Up @@ -1889,4 +1901,7 @@ button.treat-table-btn {

#ECG-data-info {
width: 100%;
}

.diag{
}
101 changes: 101 additions & 0 deletions dashboard/patient/css/popup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
.toast {
position: absolute;
bottom: 25px;
right: 30px;
border-radius: 12px;
background: #fff;
padding: 20px 35px 20px 25px;
box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
overflow: hidden;
transform: translateX(calc(100% + 30px));
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toast.active {
transform: translateX(0%);
z-index: 999;
}

.toast .toast-content {
display: flex;
align-items: center;
}

.toast-content .check {
display: flex;
align-items: center;
justify-content: center;
height: 35px;
min-width: 35px;
background-color: #4070f4;
color: #fff;
font-size: 20px;
border-radius: 50%;
}

.toast-content .tmessage {
display: flex;
flex-direction: column;
margin: 0 20px;
}

.tmessage .text {
font-size: 16px;
font-weight: 400;
color: #666666;
}

.tmessage .text.text-1 {
font-weight: 600;
color: #333;
}

.toast .close {
position: absolute;
top: 10px;
right: 15px;
padding: 5px;
cursor: pointer;
opacity: 0.7;
}

.toast .close:hover {
opacity: 1;
}

.toast .progress {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;

}

.toast .progress:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
height: 100%;
width: 100%;
background-color: #4070f4;
}

.progress.active:before {
animation: progress 5s linear forwards;
}

@keyframes progress {
100% {
right: 100%;
}
}

.toast.active ~ button {
pointer-events: none;
}

.popalert.fa-triangle-exclamation {
background-color: #ed2626;
}
Loading