forked from multiverseweb/Dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
319 lines (297 loc) · 15.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dataverse</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="shortcut icon" href="website/web_images/3dlogo.svg" type="image/x-icon">
<link rel="stylesheet" href="website/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body id="body">
<!-- preloader -->
<div id="preloader">
<div class="loader">
<svg viewBox="0 0 80 80">
<circle id="test" cx="40" cy="40" r="32"></circle>
</svg>
</div>
<div class="loader triangle">
<svg viewBox="0 0 86 80">
<polygon points="43 8 79 72 7 72"></polygon>
</svg>
</div>
<div class="loader">
<svg viewBox="0 0 80 80">
<rect x="8" y="8" width="64" height="64"></rect>
</svg>
</div>
<!-- dribbble -->
<a class="dribbble" href="https://dribbble.com/shots/5878367-Loaders" target="_blank"><img src="https://cdn.dribbble.com/assets/dribbble-ball-mark-2bd45f09c2fb58dbbfb44766d5d1d07c5a12972d602ef8b32204d28fa3dda554.svg" alt=""></a>
</div>
<div class="buttons" id="buttons">
<div id="indicator"></div>
<div class="group">
<button id="darkButton" onclick="dark(false)">
<img src="https://static.thenounproject.com/png/4066359-200.png" class="copy" id="moon">
</button>
<button id="lightButton" onclick="light(false)">
<!-- <div id="theme2"> -->
<img src="https://cdn-icons-png.freepik.com/256/467/467619.png?semt=ais_hybrid" alt="" class="copy"
id="sun">
<!-- </div> -->
</button>
<button id="defaultButton" onclick="systemDefault()">
<img src="website/web_images/settings.png" class="copy" id="default">
</button>
</div>
</div>
<button class="top" id="top" onclick="topFunction()"><img src="website/web_images/top.png" alt=""></button>
<nav id="navbar">
<img src="website/web_images/3dlogo.svg" alt="Dataverse Logo" class="logo" id="normal">
<img src="website/web_images/3d_glow.png" alt="Dataverse Logo" class="logo" id="glow">
<div class="scrollBar" id="progress_bar"></div> <!--PROGRESS BAR-->
<button style="
background-color: dimgray;
position: relative;
left: 1300px;
top: 8px;
height: 40px;
width: 130px;
font-size: 17px;
border: none;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
"><a href="login.html">Login/Signup</a>
</button>
</nav>
<button class="burger" id="burger" onclick="show()"></button>
<button id="cross" class="burger" onclick="hide()"></button>
<div class="burger" id="lines">
<div class="line" id="l1"></div>
<div class="line" id="l2"></div>
<div class="line" id="l3"></div>
</div>
<div class="plane" id="plane">
<table>
<tr>
<td><a href="index.html" class="table_link">Home</a></td>
</tr>
<tr>
<td><a href="https://codeittool.netlify.app/" class="table_link">CodeIt</a></td>
</tr>
<tr>
<td><a href="https://multiverseweb.github.io/Encryptify/" class="table_link">Encryptify</a></td>
</tr>
<tr>
<td><a href="https://github.com/multiverseweb/Dataverse" class="table_link">Github Repository</a></td>
</tr>
<tr>
<td><a href="https://github.com/multiverseweb/Dataverse/blob/main/README.md"
class="table_link">Documentation</a></td>
</tr>
<tr>
<td>
<a href="https://www.figma.com/proto/BBbXARgpxercxacjm0qpgX/Dataverse?type=design&node-id=45-25&t=zMFBUgENaIeqhRYZ-1&scaling=scale-down-width&page-id=0%3A1&starting-point-node-id=22%3A310&show-proto-sidebar=1&mode=design"
class="table_link">Figma
Design</a>
</td>
</tr>
<tr>
<td><a href="website/codeOfconduct.html" class="table_link" target="_blank">Code of Conduct</a></td>
</tr>
<tr>
<td><a href="website/license.html" class="table_link">License</a></td>
</tr>
</table>
</div>
<div class="scroll_icon" id="scroll_icon">SCROLL TO KNOW MORE
<div class="shadow" id="shadow"></div>
</div>
<div class="download" id="download">
<div class="left">
<div id="map">
<div class="direction"><img src="https://cdn-icons-png.flaticon.com/512/0/614.png" id="aeroplane"></div>
</div>
</div>
<div class="right">
<div class="top_dataverse">
<p id="data">Data</p>
<p>verse</p>
</div>
<p id="intro_text">An Open-Source Software (OSS) that integrates database management, data visualization
and data wrangling.</p>
<p id="intro_text">The adjoining map shows people who are using or contributing to Dataverse.</p>
<button id="download_btn"
onclick="showCustomAlert('Dataverse is currently under development. It will be available for installastion soon.\n\nHowever, you can visit the following link to run the project locally on your computer:')">Get
Dataverse</button>
<div id="custom-alert" class="custom-alert">
<div class="custom-alert-content">
<span id="alert-message"></span>
<div class="row_buttons">
<a
href="https://github.com/multiverseweb/Dataverse?tab=readme-ov-file#deployment-specifications"><button>Try
Dataverse</button></a>
<button onclick="closeCustomAlert()" id="later">Later</button>
</div>
</div>
</div>
</div>
<div class="scroll_animation"></div>
</div>
</div>
<div class="section big_container"></div>
<div class="section" id="about">
<div class="about_left">
<p class="heading">So, What does this Software do?</p>
<p class="subheading">Visualise Data!</p>
<p class="text">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.
<br><br>
You can also download the generated plots or save the data for later use.
</p>
</div>
<div class="about_right">
<img src="website/web_images/about_up.png" class="preview up">
<img src="website/web_images/about_down.png" class="preview down">
</div>
</div>
<div class="section" id="finance">
<div class="finance_left">
<img src="website/web_images/finance_up.png" class="preview up">
<img src="website/web_images/finance_down.png" class="preview down">
</div>
<div class="finance_right">
<p class="subheading">Track Finances!</p>
<p class="text">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.</p>
</div>
</div>
<div class="section" id="charts">
<p class="heading">Here are some examples of what you can do with Dataverse</p>
<div class="examples" id="examples">
<img src="website/web_images/volcano.gif" alt="">
<img src="website/web_images/live.gif" alt="">
<img src="https://i0.wp.com/learnbyinsight.com/wp-content/uploads/2020/09/sub-plot.png?resize=600%2C398&ssl=1"
alt="">
<img src="https://docs.sympy.org/latest/_images/plotting-16.png" alt="">
<img src="website/web_images/galaxy.png" alt="">
<img src="website/web_images/3d.gif" alt="">
<img src="website/web_images/volcano.gif" alt="">
<img src="website/web_images/live.gif" alt="">
<img src="https://i0.wp.com/learnbyinsight.com/wp-content/uploads/2020/09/sub-plot.png?resize=600%2C398&ssl=1"
alt="">
<img src="https://docs.sympy.org/latest/_images/plotting-16.png" alt="">
<img src="website/web_images/galaxy.png" alt="">
<img src="website/web_images/3d.gif" alt="">
</div>
<div class="examples" id="examples2">
<img src="https://matplotlib.org/stable/_images/sphx_glr_polar_scatter_001.png" alt="">
<img src="website/web_images/wordcloud.png" alt="">
<img src="https://www.pythoncharts.com/matplotlib/radar-charts/images/radar-chart-step1.png" alt="">
<img src="https://discourse.matplotlib.org/uploads/default/original/2X/4/4a1f2f7f8f90b98517aa85b8b984d4c9a3a94c72.jpeg"
alt="">
<img src="https://miro.medium.com/v2/resize:fit:1188/1*kpksgzDd6qKP2h6GM7OVCA.png" alt="">
<img src="https://miro.medium.com/v2/resize:fit:1140/1*Lc5VzM9Yo4775Omc-vqddQ.png" alt="">
<img src="website/web_images/portal.png" alt="">
<img src="website/web_images/stars.png" alt="">
<img src="https://matplotlib.org/stable/_images/sphx_glr_polar_scatter_001.png" alt="">
<img src="website/web_images/wordcloud.png" alt="">
<img src="https://www.pythoncharts.com/matplotlib/radar-charts/images/radar-chart-step1.png" alt="">
<img src="https://discourse.matplotlib.org/uploads/default/original/2X/4/4a1f2f7f8f90b98517aa85b8b984d4c9a3a94c72.jpeg"
alt="">
<img src="https://miro.medium.com/v2/resize:fit:1188/1*kpksgzDd6qKP2h6GM7OVCA.png" alt="">
<img src="https://miro.medium.com/v2/resize:fit:1140/1*Lc5VzM9Yo4775Omc-vqddQ.png" alt="">
<img src="website/web_images/portal.png" alt="">
<img src="website/web_images/stars.png" alt="">
</div>
</div>
<div class="section" id="develop">
<div class="develop_left">
<p class="heading">Want to contribute to this Project?</p>
<div class="subheading" id="technologies">
<div class="circle" id="red"></div>
<div class="circle" id="yellow"></div>
<div class="circle" id="green"></div>
<p>Technologies Used</p>
</div>
<div class="tags" id="tags">
<p id="pythontag">Python</p>
<p id="numpytag">Numpy</p>
<p id="pandastag">Pandas</p>
<p id="matplotlibtag">Matplotlib</p>
<p id="pythontag">Tkinter</p>
<p id="mysqltag">MySQL</p>
<p id="htmltag">HTML</p>
<p id="csstag">CSS</p>
<p id="jstag">JavaScript</p>
<p id="exceltag">MS Excel</p>
</div>
<p class="text">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!</p>
<a href="https://github.com/multiverseweb/Dataverse?tab=readme-ov-file#contributions"
target="_blank"><button id="contribute">
<p>Contribute</p><img
src="https://static-00.iconduck.com/assets.00/github-icon-2048x1999-d37ckpm6.png" id="github">
</button></a>
</div>
<div class="develop_right">
<img src="website/web_images/develop_up.png" class="preview up">
<img src="website/web_images/develop_down.png" class="preview down">
</div>
</div>
<div class="design_line"></div>
<footer>
<img src="website/web_images/cubes.png" class="cubes">
<div class="contact">
<div class="name">
<img src="website/web_images/2dlogo.svg" alt="" class="end-logo">
<a class="subheading" href="index.html" id="last_link">Dataverse</a>
</div>
</div>
<form name="Dataverse Reviews" method="POST" data-netlify="true" onsubmit="return validateForm()">
<p>Let Me Know Your Thoughts!</p>
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email ID" required>
<input name="Message" placeholder="Your Message" required>
<input type="submit" value="Send" id="send">
</form>
</footer>
<div class="links">
<p>
<h3> Designed & Developed by Tejas Gupta</h3>
</p>
<!--<p>
<h4>Copyright © 2024 Tejas Gupta</h4>
</p>-->
<div class="end_line"></div>
<div class="small">
<div class="link_class">
<a href="https://github.com/multiverseweb/Dataverse/blob/main/README.md"
class="table_link">Documentation↗</a>
<a href="https://www.figma.com/proto/BBbXARgpxercxacjm0qpgX/Dataverse?type=design&node-id=45-25&t=zMFBUgENaIeqhRYZ-1&scaling=scale-down-width&page-id=0%3A1&starting-point-node-id=22%3A310&show-proto-sidebar=1&mode=design"
class="table_link">Figma Design↗</a>
<a href="website/codeOfconduct.html" class="table_link" target="_blank">Code of Conduct↗</a>
<a href="website/license.html" class="table_link">License↗</a>
</div>
<div class="link_class">
<a href="https://tejasgupta.netlify.app"><i class="fa fa-user"></i> Portfolio↗</a>
<a href="https://github.com/multiverseweb"><i class="fa fa-github"></i> Github Profile↗</a>
<a href="https://www.linkedin.com/in/tejascodes/"><i class="fa fa-linkedin-square"></i> Linkeldn ↗</a>
</div>
</div>
<div class="end_line"></div>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="website/script.js"></script>
</body>
</html>