apache / accumulo-website

Apache Accumulo Website
https://accumulo.apache.org
14 stars 100 forks source link

Upgrade bootstrap version from 3 to 5 #398

Closed DomGarguilo closed 11 months ago

DomGarguilo commented 12 months ago

Partially addresses #394

Upgrades the bootstrap version from 3.3.7 to 5.3.1

A lot of classes have changed between versions and some new css was added to maintain the styling after upgrading to version 5.

Here are some screenshots showing various pages before and after these changes. I will replace each image with a new screenshot if I end up making more changes.

Current: Screenshot from 2023-08-28 16-28-25 New with these changes: Screenshot from 2023-08-28 16-23-53

Current: Screenshot from 2023-08-28 16-28-36 New with these changes: Screenshot from 2023-08-28 16-24-06

Current: Screenshot from 2023-08-28 16-25-28 New with these changes: Screenshot from 2023-08-28 16-21-33

Current: Screenshot from 2023-08-28 16-25-56 New with these changes: Screenshot from 2023-08-28 16-21-40

Current: Screenshot from 2023-08-28 16-26-05 New with these changes: Screenshot from 2023-08-28 16-21-43

Current: Screenshot from 2023-08-28 16-26-25 New with these changes: Screenshot from 2023-08-28 16-22-08

Current: Screenshot from 2023-08-28 16-26-52 New with these changes: Screenshot from 2023-08-29 12-55-39

Current: Screenshot from 2023-08-28 16-27-02 New with these changes: Screenshot from 2023-08-29 12-55-46

Current: Screenshot from 2023-08-28 16-27-13 New with these changes: Screenshot from 2023-08-29 13-25-39

Current: Screenshot from 2023-08-28 16-27-39 New with these changes: Screenshot from 2023-08-28 16-23-00

Current: Screenshot from 2023-08-28 16-28-02 New with these changes: image

Current: Screenshot from 2023-08-29 13-35-36 New with these changes: Screenshot from 2023-08-29 15-10-09

DomGarguilo commented 12 months ago

Removing "WIP" as I think I've done everything that I can tell needs to be done for this upgrade. All screenshots should be current so if anything looks off let me know.

The last thing was fixing the navbar which turns into a dropdown on small screens. This was fixed in 254cd06.

main: boostrap3 collapse

with these changes: boostrap5 collapse