Spaces:
Running
Running
Create index.html
Browse files- index.html +33 -18
index.html
CHANGED
@@ -1,19 +1,34 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
</html>
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>SYNCLM - Visual Demo</title>
|
6 |
+
<style>
|
7 |
+
body {
|
8 |
+
font-family: sans-serif;
|
9 |
+
background-color: #f5f5f5;
|
10 |
+
text-align: center;
|
11 |
+
}
|
12 |
+
h1 {
|
13 |
+
color: #2c3e50;
|
14 |
+
}
|
15 |
+
img {
|
16 |
+
max-width: 90%;
|
17 |
+
height: auto;
|
18 |
+
margin: 20px 0;
|
19 |
+
box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
|
20 |
+
border-radius: 8px;
|
21 |
+
}
|
22 |
+
</style>
|
23 |
+
</head>
|
24 |
+
<body>
|
25 |
+
<h1>SYNCLM - Visual Demo</h1>
|
26 |
+
<p>Powered by SCB Consulting | AI-Powered CLM Intelligence</p>
|
27 |
+
|
28 |
+
<img src="SYNCLM - Dashboard.png" alt="Dashboard">
|
29 |
+
<img src="SYNCLM_AI Generated Summary.png" alt="Summary">
|
30 |
+
<img src="SYNCLM_Flagged Clauses.png" alt="Flagged Clauses">
|
31 |
+
<img src="SYNCLM_AI-Powered Insights.png" alt="Insights">
|
32 |
+
<img src="SYNCLM_Automatically Tagged.png" alt="Tags">
|
33 |
+
</body>
|
34 |
</html>
|