vidbina / landing-page-templates

Collection of landing pages
The Unlicense
3 stars 3 forks source link

Fix landingcorp styling issues #14

Open vidbina opened 4 years ago

vidbina commented 4 years ago
  1. [ ] Fix hamburger icon (.navbar-toggler-icon) to
    1. [ ] display hamburger when collapsed and "x" icon when expanded
    2. [ ] override bootstrap icon by a an icon with black strokes
  2. [ ] Fix news letter subscription checkbot (.form-check-input) to display checkmark when selected
  3. [ ] Fix animation on arrow icon for links
    1. [ ] animate arrows in the deck (somehow they aren't animated at the moment)
    2. [ ] equalize arrow animation speeds to those of the arrow animations on the rest of the page (somehow the navbar arrows are animated at a different speed)
  4. [x] Fix scroll behavior for deck to align deck_text more or less in the middle of the window
  5. [ ] Fix styling of columns in a navbar dropdowns (when width is 1000px or less, before the max-width media queries go in effect) in this case we should already render the mobile navbar (i.e.: trigger at the 1199px rule)
vidbina commented 4 years ago

@Mushfiqur06, see the comment above about the issues that need additional work. Let me know if you need further information about any of the listed points.

You can submit your PR against the add-hashicorp-based-landingcorp branch in this repository.