Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new login image and quote #27

Merged
merged 3 commits into from
Mar 27, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/components/account-wrapper/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<div class="account-promo">
<div class="account-promo-blurb">
<div class="account-promo-text">
<div class="account-promo-quote">"I have WQXR playing in the store most of the time. I spend about twelve hours a day here. This music makes me feel better. And the customers like it!"</div>
<div class="account-promo-name">Aram Gozuvuyukian</div>
<div class="account-promo-profession">Owner, Pleasant Cleaners</div>
<div class="account-promo-quote">"WQXR has been a great single destination to hear lots of music, not a lot of talk."</div>
<div class="account-promo-name">Alanna</div>
<div class="account-promo-profession">WQXR Listener</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion app/styles/_accounts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
.account-promo {
width: 55%;
height: 100vh;
@include responsive-background-image('/assets/img/backgrounds/aram-photo.jpg', '/assets/img/backgrounds/aram-photo@2x.jpg');
@include responsive-background-image('/assets/img/backgrounds/alanna.jpg', '/assets/img/backgrounds/alanna@2x.jpg');
background-color: $gray;
background-repeat: no-repeat;
background-position: left center;
Expand Down
Binary file added public/assets/img/backgrounds/alanna.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/backgrounds/alanna@2x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/img/backgrounds/aram-photo.jpg
Binary file not shown.
Binary file removed public/assets/img/backgrounds/aram-photo@2x.jpg
Binary file not shown.