Pressing the New Quote button does not seem to work.
maybe you didn’t import jquery on your javascript field.
I’m the viewer. Why would I need to import something to view your website?
or it happens that a uploaded 16 Quote, so it probably has showed the same quote two times after each other , so you will not see the change happening
Two responses to that:
- I clicked it over and over again, not just once. Using Firefox 58.
- If a user getting the same quote twice is a possibility, why not change your code to prevent that?
the problem it works with me ,can you try again https://codepen.io/Goethe_AJ/full/geMoVZ/
It works for me in Chrome but not in Firefox. Ignoring that, here’s my feedback:
- The background takes too long to load because the file is too big. If you deploy this to production I would suggest scaling back the resolution from the existing 300 dpi to a web standard 72 dpi.
- Update your code to prevent the possibility of a user getting the same quote twice.
- Put the quote’s author in the same well as the quote instead of outside the well.
Nice use of Bootstrap. The site, over all, looks quite nice.