Screenshots added to press page. Press Page is now complete!
BIN
media/img/originals/screenshots-full.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
media/img/static/screenshot-1-full.png
Normal file
After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 47 KiB |
BIN
media/img/static/screenshot-2-full.png
Normal file
After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 50 KiB |
BIN
media/img/static/screenshot-3-full.png
Normal file
After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 41 KiB |
BIN
media/img/static/screenshot-4-full.png
Normal file
After Width: | Height: | Size: 299 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 52 KiB |
BIN
media/img/static/screenshot-5-full.png
Normal file
After Width: | Height: | Size: 258 KiB |
BIN
media/img/static/screenshot-5.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
media/img/static/screenshot-6-full.png
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
media/img/static/screenshot-6.png
Normal file
After Width: | Height: | Size: 31 KiB |
|
@ -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.'
|
||||
])),
|
||||
|
|
|
@ -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>
|
||||
|
|