Skip to content

Commit a76656b

Browse files
Update versions.html
1 parent f39b85d commit a76656b

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

website/pages/versions.html

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,27 @@
9292
</div>
9393
<div class="center-text"><h2>Dataverse VERSIONS</h2></div>
9494
<table id="versions">
95-
<tr>
96-
<td>v.XM45'24</td>
97-
</tr>
98-
<tr>
99-
<td>v.6550(24)</td>
100-
</tr>
101-
<tr>
102-
<td>v.06.02.24</td>
103-
</tr>
95+
<thead>
96+
<tr>
97+
<th>Version</th>
98+
<th>Description</th>
99+
</tr>
100+
</thead>
101+
<tbody>
102+
<tr>
103+
<td>v.XM45.24 <span class="status highlight">Under Development</span></td>
104+
<td class="description">High scale installable version currently being developed. It has an improved UI based on glassmorphism, making the project mobile-friendly and providing more analytical features. This version seeks major contributions through SWOC-S5.</td>
105+
</tr>
106+
<tr>
107+
<td>v.6550.24 <span class="status highlight">Latest</span></td>
108+
<td class="description">Current stable version that supports most of the data visualization techniques and finance tracking. Major development done during GSSoC'24.</td>
109+
</tr>
110+
<tr>
111+
<td>v.06.02.24</td>
112+
<td class="description">Initial version developed on 6th February, 2024. Only supports finance tracking.</td>
113+
</tr>
114+
</tbody>
104115
</table>
105-
106116
<script src="../scripts/script.js" type="module"></script>
107117
<a href="../../index.html"><button class="goBack">Go To Home</button></a>
108118
</body>

0 commit comments

Comments
 (0)