From 94a29f06e4c64a1e321d3a8108b52073ffb93170 Mon Sep 17 00:00:00 2001
From: Mohamed feroz khan D <cb.en.p2cys21017@cb.students.amrita.edu>
Date: Thu, 12 Jan 2023 14:38:07 +0530
Subject: [PATCH] Update UI/css/style.css, UI/html/analyze.html,
 UI/html/graph.html, UI/html/menu.html, UI/html/offchain.html,
 UI/html/onchain.html

---
 UI/css/style.css      |  2 +-
 UI/html/analyze.html  | 26 ++++++++++++++++++++++++++
 UI/html/graph.html    | 35 +++++++++++++++++++++++++++++++++++
 UI/html/menu.html     | 29 +++++++++++++++++++++++++++++
 UI/html/offchain.html | 26 ++++++++++++++++++++++++++
 UI/html/onchain.html  | 26 ++++++++++++++++++++++++++
 6 files changed, 143 insertions(+), 1 deletion(-)
 create mode 100644 UI/html/analyze.html
 create mode 100644 UI/html/graph.html
 create mode 100644 UI/html/menu.html
 create mode 100644 UI/html/offchain.html
 create mode 100644 UI/html/onchain.html

diff --git a/UI/css/style.css b/UI/css/style.css
index 7c05912..8adfa4d 100644
--- a/UI/css/style.css
+++ b/UI/css/style.css
@@ -130,4 +130,4 @@ form1 div .clear { margin-bottom: 0; }
 form1 input,label { cursor: pointer; }
 
 form1 input[type="radio"] { float: left; width: 20px; margin-right: 20px; margin-top: 0px; }
-form1 label { float: left; width: 100px; margin-bottom: 50px;}
\ No newline at end of file
+form1 label { float: left; width: 100px; margin-bottom: 50px;}
diff --git a/UI/html/analyze.html b/UI/html/analyze.html
new file mode 100644
index 0000000..beeea5f
--- /dev/null
+++ b/UI/html/analyze.html
@@ -0,0 +1,26 @@
+<!--
+Authors: Mohamed feroz khan D
+Created Date: 24-DEC-2022
+Updated Date: 04-JAN-2023 
+Description: Analyze page
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>BLOCKCHAIN FORENSICS</title>
+    <link rel="stylesheet" href="../css/style_Analyze.css">
+</head>
+<body>
+    <img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
+    <form>
+        <h2>Result</h2>
+        <div class="form-group">  
+        <div class="container">
+ 
+    <div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
+</div>    
+    </form>
+    </body>
+</html>
\ No newline at end of file
diff --git a/UI/html/graph.html b/UI/html/graph.html
new file mode 100644
index 0000000..5c977e5
--- /dev/null
+++ b/UI/html/graph.html
@@ -0,0 +1,35 @@
+<!--
+Authors: Mohamed feroz khan D
+Created Date: 24-DEC-2022
+Updated Date: 05-JAN-2023 
+Description: Temporal Graph page
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>BLOCKCHAIN FORENSICS</title>
+    <link rel="stylesheet" href="../css/style_TG.css">
+</head>
+<body>
+    <img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
+    <form>
+        <h2>Temporal Graph Visualization</h2>
+        <div class="form-group">            
+        <label for="fname">node size:</label>
+        <input type="text" placeholder="Enter the node size" name="fname" id="nsize">
+        <label for="fname">active edge width:</label>
+        <input type="text" placeholder="Enter the edge width" name="fname" id="aewidth">
+        <label for="fname">label color:</label>
+        <input type="text" placeholder="Enter the label color" name="fname" id="lcolor">
+        <label for="fname">label size:</label>
+        <input type="text" placeholder="Enter the label size" name="fname" id="lsize">
+
+
+        <div class="container">
+    <div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
+</div>    
+    </form>
+    </body>
+</html>
\ No newline at end of file
diff --git a/UI/html/menu.html b/UI/html/menu.html
new file mode 100644
index 0000000..4f152c2
--- /dev/null
+++ b/UI/html/menu.html
@@ -0,0 +1,29 @@
+<!--
+Authors: Mohamed feroz khan D
+Created Date: 24-DEC-2022
+Updated Date: 04-JAN-2023 
+Description: Menu page
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>BLOCKCHAIN FORENSICS</title>
+    <link rel="stylesheet" href="../css/style_page1.css">
+</head>
+<body>
+    <img src="../images/i1.jpg" alt="Blockchain" style="width:1690px;">
+    <form>
+        <h2>Choose the following to continue:</h2>
+        <div class="form-group">  
+        <div class="container">
+    <div class="button" onClick="location.href='onchain.html'" type="submit">On-chain</div>
+    <div class="button" onClick="location.href='offchain.html'" type="submit">Off-chain</div>
+    <div class="button" onClick="location.href='graph.html'" type="submit">Temporal Graph</div>
+    <div class="button" onClick="location.href='analyze.html'" type="submit">Analyze</div> 
+    <div class="button" onClick="location.href='../index.html'" type="submit">Back</div>
+</div>    
+    </form>
+    </body>
+</html>
\ No newline at end of file
diff --git a/UI/html/offchain.html b/UI/html/offchain.html
new file mode 100644
index 0000000..20190ef
--- /dev/null
+++ b/UI/html/offchain.html
@@ -0,0 +1,26 @@
+<!--
+Authors: Mohamed feroz khan D
+Created Date: 24-DEC-2022
+Updated Date: 04-JAN-2023 
+Description: offchain page
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>BLOCKCHAIN FORENSICS</title>
+    <link rel="stylesheet" href="../css/style_offchain.css">
+</head>
+<body>
+    <img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
+    <form>
+        <h2>Results found in off-chain</h2>
+        <div class="form-group">  
+        <div class="container">
+ 
+    <div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
+</div>    
+    </form>
+    </body>
+</html>
\ No newline at end of file
diff --git a/UI/html/onchain.html b/UI/html/onchain.html
new file mode 100644
index 0000000..cac1648
--- /dev/null
+++ b/UI/html/onchain.html
@@ -0,0 +1,26 @@
+<!--
+Authors: Mohamed feroz khan D
+Created Date: 24-DEC-2022
+Updated Date: 04-JAN-2023 
+Description: onchain page
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>BLOCKCHAIN FORENSICS</title>
+    <link rel="stylesheet" href="../css/style_onchain.css">
+</head>
+<body>
+    <img src="../images/i1.jpg" alt="Blockchain" style="width:1700px;">
+    <form>
+        <h2>Results found in on-chain</h2>
+        <div class="form-group">  
+        <div class="container">
+ 
+    <div class="button" onClick="location.href='menu.html'" type="submit">Back</div>
+</div>    
+    </form>
+    </body>
+</html>
-- 
GitLab