From 222ee4bc81ef3c8f08cb662a10537a401731dc90 Mon Sep 17 00:00:00 2001 From: vibhamishra09 Date: Tue, 5 Nov 2024 03:02:46 +0530 Subject: [PATCH 1/3] have changed login to profile --- index.html | 2 +- website/afterlogin.html | 124 ++++++++++++++++++++++++++++++++++++++++ website/login.html | 2 +- website/profile.html | 40 +++++++++++++ website/signup.html | 71 +++++++++++++++++++++-- 5 files changed, 233 insertions(+), 6 deletions(-) create mode 100644 website/afterlogin.html create mode 100644 website/profile.html diff --git a/index.html b/index.html index 94360ca7..a4c136d7 100644 --- a/index.html +++ b/index.html @@ -296,7 +296,7 @@ Gupta


© 32949832 Tejas Gupta

- +
diff --git a/website/afterlogin.html b/website/afterlogin.html new file mode 100644 index 00000000..97a6f235 --- /dev/null +++ b/website/afterlogin.html @@ -0,0 +1,124 @@ + + + + + + + + + Login + + + + + login_bg + login_bg + Dataverse Logo +
+ + +
+ + + + + + diff --git a/website/login.html b/website/login.html index 97a6f235..87fab7db 100644 --- a/website/login.html +++ b/website/login.html @@ -63,7 +63,7 @@ } - + login_bg diff --git a/website/profile.html b/website/profile.html new file mode 100644 index 00000000..0012f544 --- /dev/null +++ b/website/profile.html @@ -0,0 +1,40 @@ + + + + + + + + + profile + + + +
+ + +

Your Profile

+

+ +
+ + + + - - - - diff --git a/website/afterloginpage.html b/website/afterloginpage.html new file mode 100644 index 00000000..0b6ba298 --- /dev/null +++ b/website/afterloginpage.html @@ -0,0 +1,307 @@ + + + + + + + Dataverse + + + + + + + + + + + + +
+ +
+
+
+
+ + +
+ +
+ + + + + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
Home
Github Repository
Documentation
Contributors
+ Figma Design +
Code of Conduct
License
+
+
SCROLL TO KNOW MORE +
+
+
+
+
+
+
+
+
+
+

Data

+

verse

+
+

An Open-Source Software (OSS) that allows organizing, analyzing and visualizing data, + providing flexible tools for financial tracking and customized chart creation. +

+

The adjoining map shows people who are using or contributing to Dataverse.

+ + +
+
+ +
+ + +
+
+
+ + +
+
+
+ +
+
+
+

So, What does this Software do?

+

Visualise Data!

+

Easily transform raw data into visually appealing charts such as bar graphs, pie charts, + and + line graphs. It also supports advanced data visualisation techniques like heatmaps, Radar charts, 3D + Surface Plots, etc. +

+ You can also download the generated plots or save the data for later use. +

+
+
+ + +
+
+
+
+ + +
+
+

Track Finances!

+

Manage your finances by providing data such as income, expense, investment, etc. and get + useful results such as visualization of data, extrapolated data, max expenditure, etc. Also, the + software automatically stores data with a timestamp.

+
+
+ +
+

Here are some examples of what you can do with Dataverse

+
+ + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + +
+
+ + +
+
+

Want to contribute to this Project?

+
+
+
+
+

Technologies Used

+
+
+

Python

+

Numpy

+

Pandas

+

Matplotlib

+

Tkinter

+

MySQL

+

HTML

+

CSS

+

JavaScript

+

MS Excel

+
+

As this is an open-source project, contributions are always welcome. Whether you're + interested in adding new features, fixing bugs, or improving documentation, your contributions are + valuable. You can contribute to the project by visiting the link to the GitHub repository provided + below. Join me in making Dataverse even better for everyone!

+ +
+
+ + +
+
+
+ + +
+ + + + + + + \ No newline at end of file diff --git a/website/login.html b/website/login.html index 87fab7db..d0b9302d 100644 --- a/website/login.html +++ b/website/login.html @@ -2,17 +2,17 @@ - - + + - Login + Login to Dataverse - + - - login_bg - login_bg - Dataverse Logo + + login_bg + login_bg + Dataverse Logo
-

Don't have an account ? Sign Up

+

Don't have an account? Sign Up

- + - + - + \ No newline at end of file From 99a08a2d0e72dc76893c89237f06dd762d3d8b1b Mon Sep 17 00:00:00 2001 From: vibhamishra09 Date: Sat, 9 Nov 2024 00:15:50 +0530 Subject: [PATCH 3/3] Resolved merge conflicts --- website/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/login.html b/website/login.html index d0b9302d..4424e639 100644 --- a/website/login.html +++ b/website/login.html @@ -40,7 +40,7 @@ background-color: rgba(58, 58, 58, 0.288); box-shadow: 0 0 5px black; top: 20px; - backdrop-filter: blur(10px); + border-radius: 10px; } .form-check-input:checked {