registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Main navigation update/additions #112

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

Change "Obituaries" to "Obits" and add "Blogs".

mhulse commented 11 years ago

Obits links:

<div class="w_unit w_C1of4">

<h2 class="bd_insert">Obits</h2>

<ul class="bd_scoop">
    <li><a href="http://registerguard.com/rg/news/obituaries/">Obituaries</a></li>
    <li><a href="http://www.legacy.com/obituaries/registerguard/obituary-browse.aspx">Recent obituaries and guest books</a></li>
    <li><a href="http://www.legacy.com/obituaries/registerguard/obituary-search.aspx">Obituary search</a></li>
</ul> <!-- /.bd_scoop -->

</div> <!-- /.unit -->

Blogs links:

<div class="w_unit w_C1of4">

<h2 class="bd_insert">Blogs</h2>

<ul class="bd_scoop">
    <li><a href="http://blogs.registerguard.com/">Blogs home</a></li>
    <li><a href="http://blogs.registerguard.com/oregon-football/">Oregon Football</a></li>
    <li><a href="http://blogs.registerguard.com/track-and-field/">Track &amp; Field</a></li>
    <li><a href="http://blogs.registerguard.com/talkin-baseball/">Talkin' Baseball</a></li>
    <li><a href="http://blogs.registerguard.com/oregon-womens-basketball/">Oregon Men's Basketball</a></li>
    <li><a href="http://blogs.registerguard.com/xs-and-os/">Xs &amp; Os</a></li>
    <li><a href="http://blogs.registerguard.com/oregon-womens-basketball/">Oregon Women's Basketball</a></li>
    <li><a href="http://blogs.registerguard.com/prep-sports/">Prep Sports</a></li>
    <li><a href="http://www2.registerguard.com/mm/">Multimedia</a></li>
</ul> <!-- /.bd_scoop -->

</div> <!-- /.unit -->

Updates to AP under News (simply changing "World" to "International"):

<div class="w_unit w_C1of2">

<h2 class="bd_insert">Associated Press</h2>

<div class="w_line">

    <div class="w_unit w_C1of2">

        <ul class="bd_scoop">
            <li><a href="http://projects.registerguard.com/apf/top/index/25/">Top Stories</a></li>
            <li><a href="http://projects.registerguard.com/apf/nwn/index/25/">Northwest Now</a></li>
            <li><a href="http://projects.registerguard.com/apf/biz/index/25/">Business</a></li>
            <li><a href="http://projects.registerguard.com/apf/ore/portland-stocks/">Portland Stocks</a></li>
            <li><a href="http://projects.registerguard.com/apf/oregon-sports/index/25/">Oregon Sports</a></li>
            <li><a href="http://projects.registerguard.com/apf/sports/index/25/">Sports</a></li>
            <li><a href="http://projects.registerguard.com/apf/tech/index/25/">Technology</a></li>
            <li><a href="http://projects.registerguard.com/apf/enter/index/25/">Entertainment</a></li>
            <li><a href="http://projects.registerguard.com/apf/politics/index/25/">Politics</a></li>
        </ul> <!-- /.bd_scoop -->

    </div> <!-- /.w_unit -->

    <div class="w_unit w_C1of2 w_Cfix">

        <ul class="bd_scoop">
            <li><a href="http://projects.registerguard.com/apf/wx/index/25/">Weather</a></li>
            <li><a href="http://projects.registerguard.com/apf/us/index/25/">National</a></li>
            <li><a href="http://projects.registerguard.com/apf/intl/index/25/">International</a></li>
            <li><a href="http://projects.registerguard.com/apf/health/index/25/">Health</a></li>
            <li><a href="http://projects.registerguard.com/apf/sci/index/25/">Science</a></li>
            <li><a href="http://projects.registerguard.com/apf/odd/index/25/">Oddities</a></li>
            <li><a href="http://projects.registerguard.com/apf/lotteries/index/10/">Lotteries</a></li>
            <li><a href="http://projects.registerguard.com/pages/ap/podcasts/">Podcasts</a></li>
        </ul> <!-- /.bd_scoop -->

    </div> <!-- /.w_unit -->

</div> <!-- /.w_line -->

</div> <!-- /.w_unit -->
mhulse commented 11 years ago

Done: d9968dcf58c69b62da8b0566ea7b86dc7126f15b

Demo: http://registerguard.github.io/bulldog/build/files/

Each CMS/blog/system/environment will have to scrape the "Most Recent" blogs (see: https://github.com/registerguard/rgblog/issues/93).

Carl, check out the demo and provide feedback. Let me know if you want changes are if everything looks good. :+1:

mhulse commented 11 years ago

Need to move "Blogs" to the right "Obits".

Last thing to do is to get a WP scraper function happening (#94) so I can get most recent posts into the nav.

psullivan6 commented 11 years ago

Related: https://github.com/registerguard/bulldog/issues/115

carldavaz commented 11 years ago

When we get into the main navigation again, please add another heading and item to the far right column of the "News" drop down, under the Twitter entry.

<h2 class="bd_insert">Connect</h2>

<ul class="bd_scoop">
<li><a href="http://registerguard.com/newsletters">E-Newsletters</a></li>
</ul> <!-- /.bd_scoop -->
mhulse commented 11 years ago

Moved to #124