Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story Title in Top Nav #11

Closed
kyleconrad opened this issue Nov 19, 2013 · 0 comments
Closed

Story Title in Top Nav #11

kyleconrad opened this issue Nov 19, 2013 · 0 comments
Assignees

Comments

@kyleconrad
Copy link
Contributor

On case studies, the story should show up next to the top left logo on the dark blue slide down nav. On regular posts, the post title should show up there.

On index/archive pages, nothing should be there (and top left logo should not have right border).

The current static beercamp.html has this for the top nav:

<div class="logo-nav">
        <div class="logo-wrapper">
            <a href="index.html"><img src="IMG/nclud-logo.svg"></a>
        </div>
        <h1>Beercamp 2013</h1>
        <a href="#" class="menu-btn right"></a>
    </div>

Current static post has this:

<div class="logo-nav">
        <div class="logo-wrapper">
            <a href="index.html"><img src="IMG/nclud-logo.svg"></a>
        </div>
        <h1>Decorating the New Office Space</h1>
        <a href="#" class="menu-btn right"></a>
    </div>

Current static index page has this:

<div class="logo-nav">
        <div class="logo-wrapper">
            <a href="index.html"><img src="IMG/nclud-logo.svg"></a>
        </div>
        <a href="#" class="menu-btn right"></a>
    </div>

The #scroll-nav should only have class "front-page" on index & archive pages, not all pages.

@ghost ghost assigned imjared Nov 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants