From 66309457f0bd9590ebe2483cc78432fedf2fc12b Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Thu, 13 Jul 2023 18:58:47 +0530
Subject: [PATCH 1/9] Create style.css
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/style.css | 77 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 77 insertions(+)
create mode 100644 public/style.css
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..1354e15
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,77 @@
+
+body{
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ height: 100%;
+ width: 100%;
+ font-family: sans-serif, helvatica, arial;
+}
+.logo{
+ width: 100px;
+ height: 100px;
+}
+.logo1{
+ width: 100px;
+ margin-left:50px;
+}
+.card-input{
+ width:350px;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ margin: auto;
+ padding:24px;
+ border-radius: 8px;
+ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
+}
+.username{
+ font-size:1.4rem;
+ border-radius:9px gray;
+ height:1.9rem;
+
+
+}
+.passkey{
+ font-size: 1.4rem;
+ border-radius: 9px gray;
+ height: 1.9rem;
+}
+.btn{
+ background-color:#0a66c2;
+ color:white;
+ border-radius:9px;
+ height: 35px;
+ font-size:1rem;
+}
+.text{
+ margin-top:10px;
+ color:#0a66c2;
+
+}
+.text:hover{
+ text-decoration:underline;
+}
+.txt{
+ margin-top: -22px;
+}
+.line{
+ background-color:#fff;
+ color:#d2d3d4;
+ height:50px;
+ border-top:0.5px solid #d2d3d5;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+hr.new1{
+ border-top:0.5px solid#d2d3d4;
+ width:11rem
+}
+.btn1{
+ background-color: #fff;
+ font-size:1rem;
+ height:auto;
+ margin:10px;
+ border-radius: 15px;
+}
From f30437a215a6d7d1c9b88edf21d2b731294ed840 Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Thu, 13 Jul 2023 18:59:39 +0530
Subject: [PATCH 2/9] Create dupli-index.html
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/dupli-index.html | 52 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 public/dupli-index.html
diff --git a/public/dupli-index.html b/public/dupli-index.html
new file mode 100644
index 0000000..e23677e
--- /dev/null
+++ b/public/dupli-index.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+ LinkdIn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 784ce43d93ea45bd1e5ef895b60d5263cd66cfb6 Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Thu, 13 Jul 2023 20:52:09 +0530
Subject: [PATCH 3/9] Update dupli-index.html
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/dupli-index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/dupli-index.html b/public/dupli-index.html
index e23677e..e158936 100644
--- a/public/dupli-index.html
+++ b/public/dupli-index.html
@@ -1,4 +1,4 @@
-
+
From ba70f983125604b0159714f2afbdd0705d90f6b2 Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Thu, 13 Jul 2023 20:52:31 +0530
Subject: [PATCH 4/9] Update style.css
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/style.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/style.css b/public/style.css
index 1354e15..d50b993 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,4 +1,4 @@
-
+/*
body{
margin: 0;
padding: 0;
@@ -75,3 +75,4 @@ hr.new1{
margin:10px;
border-radius: 15px;
}
+ */
From 6717588990d2f53966499317b08269964ca72a41 Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Thu, 13 Jul 2023 21:04:52 +0530
Subject: [PATCH 5/9] Update style.css
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/style.css b/public/style.css
index d50b993..450439e 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,4 +1,4 @@
-/*
+
body{
margin: 0;
padding: 0;
@@ -75,4 +75,4 @@ hr.new1{
margin:10px;
border-radius: 15px;
}
- */
+
From 2245f8370e283bfa3317398936d7e362cd33f731 Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Thu, 13 Jul 2023 21:05:26 +0530
Subject: [PATCH 6/9] Update dupli-index.html
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/dupli-index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/dupli-index.html b/public/dupli-index.html
index e158936..ad4738b 100644
--- a/public/dupli-index.html
+++ b/public/dupli-index.html
@@ -1,4 +1,4 @@
-
+
From 6b187f8894d1480c2a99562af66113abe3cce216 Mon Sep 17 00:00:00 2001
From: gpsworld <118589998+gpsworld@users.noreply.github.com>
Date: Fri, 14 Jul 2023 22:39:29 +0530
Subject: [PATCH 7/9] Updated-index.html
Signed-off-by: gpsworld <118589998+gpsworld@users.noreply.github.com>
---
public/dupli-index.html | 48 +++++++++++++++++++++++++++++++++--------
1 file changed, 39 insertions(+), 9 deletions(-)
diff --git a/public/dupli-index.html b/public/dupli-index.html
index ad4738b..30ea5e2 100644
--- a/public/dupli-index.html
+++ b/public/dupli-index.html
@@ -5,6 +5,9 @@
LinkdIn
+
@@ -19,12 +22,25 @@
+
-
+
+
+
-
+