As a Learner, I'd like to view user menu options available to me, accessible from my avatar, So that I can navigate around the site.
https://frontend-learning-fl.herokuapp.com/
In the terminal:
- Clone the application
gem install bundler
bundle install
In the terminal:
bundle exec rackup
In your web browser
- Visit http://localhost:9292/
To create this dropdown, I used the following markup languages and methodologies:
- Cross browser implementation (tested in Safari and Opera but needs full cross referencing with www.caniuse.com)
- Allow for responsive screen configuration with media queries
- Include svg icons
- Include fonts
- Refactor SASS using mixins