You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The about page is accessible from the navbar, but the page has not been created so the link is a no-op. Three sections need to be created:
What We Do
Officers
Meet Our Staff
These are separate links in the navbar, but I don't think these sections will be big enough to stand by themselves, so I think it would be best to have these on the same "about" page and the links go to different parts of the page. For instance, when you create an element like so:
<divid="what-we-do">
...
</div>
You can visit a link like /about#what-we-do and the browser will automatically scroll to that tag. If the sections do end up being big enough, we can have them be their own pages, though.
The text was updated successfully, but these errors were encountered:
The about page is accessible from the navbar, but the page has not been created so the link is a no-op. Three sections need to be created:
These are separate links in the navbar, but I don't think these sections will be big enough to stand by themselves, so I think it would be best to have these on the same "about" page and the links go to different parts of the page. For instance, when you create an element like so:
You can visit a link like
/about#what-we-do
and the browser will automatically scroll to that tag. If the sections do end up being big enough, we can have them be their own pages, though.The text was updated successfully, but these errors were encountered: