add bliss custom pictures
@ -2,7 +2,7 @@
|
||||
|
||||
module MascotHelper
|
||||
def mascot_url
|
||||
full_asset_url(instance_presenter.mascot&.file&.url || asset_pack_path('media/images/elephant_ui_plane.svg'))
|
||||
full_asset_url(instance_presenter.mascot&.file&.url || asset_pack_path('media/images/elephant_ui_plane.jpg'))
|
||||
end
|
||||
|
||||
private
|
||||
|
BIN
app/javascript/images/bliss/a_travers_pic_mastodon_grey.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
app/javascript/images/bliss/home2.jpg
Normal file
After Width: | Height: | Size: 147 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 11 KiB |
BIN
app/javascript/images/bliss/originals/preview.jpg
Normal file
After Width: | Height: | Size: 285 KiB |
BIN
app/javascript/images/bliss/preview_bliss.xcf
Normal file
BIN
app/javascript/images/elephant_ui_greeting.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
app/javascript/images/elephant_ui_greeting.xcf
Normal file
BIN
app/javascript/images/elephant_ui_plane.jpg
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
app/javascript/images/elephant_ui_plane.xcf
Normal file
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 214 KiB |
@ -21,7 +21,7 @@ import { length } from 'stringz';
|
||||
import { countableText } from '../util/counter';
|
||||
import Icon from 'mastodon/components/icon';
|
||||
|
||||
// import elephantUIPlane from '../../../images/elephant_ui_plane.svg';
|
||||
// import elephantUIPlane from '../../../images/elephant_ui_plane.jpg';
|
||||
// import { mascot } from '../../initial_state';
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ import { markAsPartial } from 'mastodon/actions/timelines';
|
||||
import Column from 'mastodon/features/ui/components/column';
|
||||
import Account from './components/account';
|
||||
import Logo from 'mastodon/components/logo';
|
||||
import imageGreeting from 'mastodon/../images/elephant_ui_greeting.svg';
|
||||
import imageGreeting from 'mastodon/../images/elephant_ui_greeting.jpg';
|
||||
import Button from 'mastodon/components/button';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
@ -7,7 +7,7 @@ import IconButton from 'mastodon/components/icon_button';
|
||||
import Icon from 'mastodon/components/icon';
|
||||
import { defineMessages, injectIntl, FormattedMessage, FormattedDate } from 'react-intl';
|
||||
import { autoPlayGif, reduceMotion, disableSwiping } from 'mastodon/initial_state';
|
||||
import elephantUIPlane from 'mastodon/../images/elephant_ui_plane.svg';
|
||||
import elephantUIPlane from 'mastodon/../images/elephant_ui_plane.jpg';
|
||||
import { mascot } from 'mastodon/initial_state';
|
||||
import unicodeMapping from 'mastodon/features/emoji/emoji_unicode_mapping_light';
|
||||
import classNames from 'classnames';
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.columns-area__panels {
|
||||
|
||||
background: url('../images/elephant_ui_plane.svg') no-repeat left bottom fixed, url('../images/logo_cipherbliss.png') no-repeat right bottom fixed;
|
||||
background: url('../images/elephant_ui_plane.jpg') no-repeat left bottom fixed, url('../images/logo_cipherbliss.png') no-repeat right bottom fixed;
|
||||
}
|
||||
|
||||
.status__content {
|
||||
|
@ -25,7 +25,7 @@
|
||||
%span= t 'about.status_count_after', count: @instance_presenter.status_count
|
||||
.row__mascot
|
||||
.landing-page__mascot
|
||||
= image_tag @instance_presenter.mascot&.file&.url || asset_pack_path('media/images/elephant_ui_plane.svg'), alt: ''
|
||||
= image_tag @instance_presenter.mascot&.file&.url || asset_pack_path('media/images/elephant_ui_plane.jpg'), alt: ''
|
||||
|
||||
.column-2
|
||||
.contact-widget
|
||||
|
@ -8,7 +8,7 @@
|
||||
.landing
|
||||
.landing__custom_img
|
||||
= link_to root_url, class: 'custom-img' do
|
||||
= image_tag asset_pack_path('media/images/bliss/home.jpg'), alt: @instance_presenter.site_title
|
||||
= image_tag asset_pack_path('media/images/bliss/a_travers_pic_mastodon_grey.jpg'), alt: @instance_presenter.site_title
|
||||
%span.brand__tagline=t 'about.tagline'
|
||||
.landing__brand
|
||||
= link_to root_url, class: 'brand' do
|
||||
|