diff --git a/website/pages/versions.html b/website/pages/versions.html index dcb1171..f8afae0 100644 --- a/website/pages/versions.html +++ b/website/pages/versions.html @@ -7,6 +7,18 @@ Dataverse | Versions + @@ -78,22 +90,31 @@ +

Dataverse VERSIONS

- - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
- Versions -
v.XM45'24
v.6550(24)
v.06.02.24
VersionDescription
v.XM45.24 Under DevelopmentHigh 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.
v.6550.24 LatestCurrent stable version that supports most of the data visualization techniques and finance tracking. Major development done during GSSoC'24.
v.06.02.24Initial version developed on 6th February, 2024. Only supports finance tracking.
- + - \ No newline at end of file + diff --git a/website/styles/style.css b/website/styles/style.css index 1b498dc..1b6391e 100644 --- a/website/styles/style.css +++ b/website/styles/style.css @@ -1197,18 +1197,24 @@ input { #versions{ width: 50vw; - margin-top: 70px; - border: 1px solid rgba(128, 128, 128, 0.352); - margin-left: 20px; + margin-top: 0px; + border: 2px solid rgba(128, 128, 128, 0.352); + margin-left: auto; + margin-right: auto; } #versions td{ padding: 10px; border: 1px solid rgba(128, 128, 128, 0.352); + text-align: justify; } #versions th{ padding: 10px; border: 1px solid rgba(128, 128, 128, 0.352); } +.highlight { + font-weight: bold; + color: #ff4500; +} /*===========================RESPONSIVE===================================*/ @media screen and (max-width: 660px) { @@ -1508,4 +1514,4 @@ input { #codeOfconduct a:hover { text-decoration: underline; -} \ No newline at end of file +}