scipy-conference / SciPy-2014

Symposion-based website for US 2014 conference
https://conference.scipy.org/scipy2014/
7 stars 21 forks source link

Unresolved links on navigation bar #153

Closed rgaiacs closed 8 years ago

rgaiacs commented 8 years ago

From ea05f0f and following the README.md when I access http://localhost:8000/scipy2014/ I get on the navigation bar the follow HTML code:

<li class="dropdown">
            <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                About
                <b class="caret"></b>
            </a>

<ul class="dropdown-menu">

        <li>
            <a href="#unresolved">About</a>
        </li>

        <li>
            <a href="#unresolved">Plotting Contest</a>
        </li>

        <li>
            <a href="#unresolved">Organizers</a>
        </li>

        <li>
            <a href="#unresolved">Diversity</a>
        </li>

        <li>
            <a href="#unresolved">Code of Conduct</a>
        </li>

</ul>

        </li>

I can't navigate on the website because of href="#unresolved". Someone solved this issue since https://conference.scipy.org/scipy2014/ doesn't have it. Could you share the solution?