Landing page, please feedback

Thanks for your feedback
https://codepen.io/jesuscano80/pen/rNxOaez

great work,

im not sure about the navbar toggler, seem not working in my end on mobile.

Page looks good @jesuscano. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • As mentioned, the navbar toggler is not working. You missed adding the scripts for;
  1. jQuery
  2. Popper.js
  3. Bootstrap JS
    (Be sure to add them in that order)

I added them and got it to work for me.