OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Create toggle function on menu icon #57

Closed ArthurSmid closed 3 years ago

ArthurSmid commented 4 years ago

The menu icon links to the About page, and it would be ideal to be able to click that button to return to the page you'd been on, rather than only having the option of using a browser back arrow.

It might be possible to do this function using the class name, "menu-lines":

            <a href="about.html">
            <div class="menu-lines">
              <div class="hamburger"></div>
              <div class="hamburger"></div>
              <div class="hamburger"></div>        
            </div>
            </a>

If not, add an id to these pages, eight separate locations, two places in each .html for:

desktop

mobile