Screenshots added to press page. Press Page is now complete!

This commit is contained in:
Samuel Clay 2011-04-24 11:20:22 -04:00
parent c83e412615
commit 6b13260872
15 changed files with 10 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -69,7 +69,7 @@ NEWSBLUR.ReaderAddFeed.prototype = {
'Import from Google Reader',
$.make('img', { className: 'NB-add-google-reader-arrow', src: NEWSBLUR.Globals['MEDIA_URL']+'img/icons/silk/arrow_right.png' })
]),
(_.size(this.model.feeds) && $.make('div', { className: 'NB-add-danger' }, [
(NEWSBLUR.Globals.is_authenticated && _.size(this.model.feeds) && $.make('div', { className: 'NB-add-danger' }, [
$.make('img', { src: NEWSBLUR.Globals['MEDIA_URL']+'img/icons/silk/server_go.png' }),
'This will erase all existing feeds and folders.'
]))
@ -90,7 +90,7 @@ NEWSBLUR.ReaderAddFeed.prototype = {
return false;
})
]),
(_.size(this.model.feeds) && $.make('div', { className: 'NB-add-danger' }, [
(NEWSBLUR.Globals.is_authenticated && _.size(this.model.feeds) && $.make('div', { className: 'NB-add-danger' }, [
$.make('img', { src: NEWSBLUR.Globals['MEDIA_URL']+'img/icons/silk/server_go.png' }),
'This will erase all existing feeds and folders.'
])),

View file

@ -35,29 +35,29 @@
<ul class="NB-press-screenshots">
<li class="NB-press-screenshot">
<a href="{{ MEDIA_URL }}/img/static/screenshot-1.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-1.png" /></a>
<a href="{{ MEDIA_URL }}/img/static/screenshot-1-full.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-1.png" /></a>
<div class="NB-press-screenshot-text">Read the original site</div>
</li>
<li class="NB-press-screenshot NB-last">
<a href="{{ MEDIA_URL }}/img/static/screenshot-2.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-2.png" /></a>
<a href="{{ MEDIA_URL }}/img/static/screenshot-2-full.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-2.png" /></a>
<div class="NB-press-screenshot-text">Artificial Intelligence</div>
</li>
<li class="NB-press-screenshot">
<a href="{{ MEDIA_URL }}/img/static/screenshot-3.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-3.png" /></a>
<div class="NB-press-screenshot-text">Feed view</div>
<a href="{{ MEDIA_URL }}/img/static/screenshot-3-full.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-3.png" /></a>
<div class="NB-press-screenshot-text">Bookmarklet to easily add sites</div>
</li>
<li class="NB-press-screenshot NB-last">
<a href="{{ MEDIA_URL }}/img/static/screenshot-4.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-4.png" /></a>
<div class="NB-press-screenshot-text">Bookmarklet to easily add sites</div>
<a href="{{ MEDIA_URL }}/img/static/screenshot-4-full.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-4.png" /></a>
<div class="NB-press-screenshot-text">Feed view</div>
</li>
<li class="NB-press-screenshot">
<a href="{{ MEDIA_URL }}/img/static/screenshot-5.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-5.png" /></a>
<a href="{{ MEDIA_URL }}/img/static/screenshot-5-full.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-5.png" /></a>
<div class="NB-press-screenshot-text">Statistics and History</div>
</li>
<li class="NB-press-screenshot NB-last">
<a href="{{ MEDIA_URL }}/img/static/screenshot-6.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-6.png" /></a>
<a href="{{ MEDIA_URL }}/img/static/screenshot-6-full.png"><img src="{{ MEDIA_URL }}/img/static/screenshot-6.png" /></a>
<div class="NB-press-screenshot-text">Easily import from Google Reader</div>
</li>
</ul>