mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
RIP Shiloh (2000 - 2018). Welcome Lyric (Born May 2020).
This commit is contained in:
parent
c1b550b6cf
commit
58d763629f
7 changed files with 9 additions and 9 deletions
BIN
clients/ios/Resources/Lyric.jpg
Normal file
BIN
clients/ios/Resources/Lyric.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 256 KiB |
BIN
media/img/reader/lyric.jpg
Normal file
BIN
media/img/reader/lyric.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 256 KiB |
BIN
media/img/static/Lyric.jpg
Normal file
BIN
media/img/static/Lyric.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 256 KiB |
|
@ -127,9 +127,9 @@ _.extend(NEWSBLUR.ReaderFeedchooser.prototype, {
|
|||
]),
|
||||
$.make('li', { className: 'NB-9' }, [
|
||||
$.make('div', { className: 'NB-feedchooser-premium-bullet-image' }),
|
||||
'You feed Shiloh, my poor, hungry dog, for ',
|
||||
'You feed Lyric, my poor, hungry dog, for ',
|
||||
$.make('span', { className: 'NB-feedchooser-hungry-dog' }, '6 days'),
|
||||
$.make('img', { className: 'NB-feedchooser-premium-poor-hungry-dog', src: NEWSBLUR.Globals.MEDIA_URL + '/img/reader/shiloh.jpg' })
|
||||
$.make('img', { className: 'NB-feedchooser-premium-poor-hungry-dog', src: NEWSBLUR.Globals.MEDIA_URL + '/img/reader/lyric.jpg' })
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-modal-submit NB-modal-submit-paypal' }, [
|
||||
|
|
|
@ -63,7 +63,7 @@ float: right;">
|
|||
<div class="NB-feedchooser-premium-bullet-image"></div>Text view conveniently extracts the story
|
||||
</li>
|
||||
<li class="NB-9">
|
||||
<div class="NB-feedchooser-premium-bullet-image"></div>You feed Shiloh, my poor, hungry dog, for <span class="NB-feedchooser-hungry-dog">12 days</span><img src="/media//img/reader/shiloh.jpg" class="NB-feedchooser-premium-poor-hungry-dog">
|
||||
<div class="NB-feedchooser-premium-bullet-image"></div>You feed Lyric, my poor, hungry dog, for <span class="NB-feedchooser-hungry-dog">12 days</span><img src="/media//img/reader/lyric.jpg" class="NB-feedchooser-premium-poor-hungry-dog">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -144,4 +144,4 @@ float: right;">
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -304,11 +304,11 @@
|
|||
<tr>
|
||||
<td class="NB-bold">
|
||||
<div class="NB-welcome-premium-bullet NB-9"></div>
|
||||
Feed poor Shiloh
|
||||
Feed poor Lyric
|
||||
</td>
|
||||
<td>She goes hungry</td>
|
||||
<td class="NB-last">
|
||||
<img src="{{ MEDIA_URL }}img/reader/shiloh.jpg" class="NB-shiloh">Home cooked meals of green beans, sweet potatoes, carrots, and brown rice</td>
|
||||
<img src="{{ MEDIA_URL }}img/reader/lyric.jpg" class="NB-lyric">Home cooked meals of green beans, sweet potatoes, carrots, and brown rice</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -49,10 +49,10 @@
|
|||
<div class="NB-about-who-email"><a href="mailto:samuel@newsblur.com">samuel@newsblur.com</a></div>
|
||||
</li>
|
||||
<li>
|
||||
<img src="{{ MEDIA_URL }}img/static/Shiloh.jpg">
|
||||
<div class="NB-about-who-name">Shiloh</div>
|
||||
<img src="{{ MEDIA_URL }}img/static/Lyric.jpg">
|
||||
<div class="NB-about-who-name">Lyric</div>
|
||||
<div class="NB-acount-who-twitter"><a href="http://twitter.com/newsblur">@newsblur</a></div>
|
||||
<div class="NB-about-who-email"><a href="mailto:shiloh@newsblur.com">shiloh@newsblur.com</a></div>
|
||||
<div class="NB-about-who-email"><a href="mailto:lyric@newsblur.com">lyric@newsblur.com</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue