nyc-pyladies / pyladies-dashboard

PyLadies Dashboard
https://nyc-pyladies.github.io/pyladies-dashboard/pyladies.html
MIT License
5 stars 1 forks source link

Home button not going home #2

Open CatChenal opened 4 years ago

CatChenal commented 4 years ago

It seems the href property to the "Home" anchor in pyladies.html should be the fully qualified path:

https://nyc-pyladies.github.io/pyladies-dashboard/pyladies.html

The anchor has no href (line 109).

To reproduce:

  1. Go to:
    https://nyc-pyladies.github.io/pyladies-dashboard/
  2. Click the "About" button
  3. Click the "Home" button

Results: You are still on the About page/view.

benubah commented 4 years ago

The "Home" page was planned to be a general landing page from where one could navigate to PyLadies dashboard or Python/Pydata dashboard (when it has been developed) and to other resources that are yet to be developed. For this reason, it leads nowhere for now.

From "About" page, to go back to the dashboard, there is a "PyLadies Chapters" link above the "Above" button.

@reshamas Do you think the "Home" button should also link back to the PyLadies dashboard?