apache / arrow-site

Mirror of Apache Arrow site
Apache License 2.0
31 stars 106 forks source link

[Website] Update deps #449

Open bkmgit opened 6 months ago

jorisvandenbossche commented 5 months ago

A few things I noticed on the preview:

1. The labels on blog posts have a wrong color that make them invisible (https://bkmgit.github.io/arrow-site/blog/2023/12/18/14.0.2-release/):

image

versus (https://arrow.apache.org/blog/2023/12/18/14.0.2-release/):

image

2. The last dropdown (ASF links) is too close to the border of the window such that it slightly falls off:

image

versus:

image

It seems that the navbar no longer has left/right padding in the updated bootstrap (also the logo on the left side is closer to the side)

3. On the landing page, the top bar is now a slightly darker grey than the the background of the big logo banner, while before this was they same color (so you didn't visually distinguish the navbar on the landing page from the big banner). Is that change intentional?

4. In the mobile layout, the navigation doesn't work (clicking the "hamburger" menu doesn't do anything for me): Screenshot from 2024-01-09 09-17-40

bkmgit commented 5 months ago

@jorisvandenbossche Thanks for the feedback.

  1. Updated tags on blog template, so they are now visible
  2. Updated the tag and added a margin, hopefully ok now
  3. The colors in bootstrap have changed to improve contrast. Changed the background of the big banner to match. Suggestions for other colors are welcome.
  4. Updated a tag that was not previously updated. Menu works on small screens.

Other suggestions are welcome. Site can be previewed at: https://bkmgit.github.io/arrow-site/

bkmgit commented 5 months ago

@jorisvandenbossche In the upgraded version all hyperlinks are underlined, otherwise it seems quite similar. Can figure out how to remove the underlines in hyperlinks.