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

feature/1772 - Update images #2362

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Create an account</h1>
<hr type="solid" />

<img src="assets/img/person-sending-email.png" draggable="false" alt="Person sending email image" />
<img src="assets/img/Create-an-account.png" draggable="false" alt="Person sending email image" />
</div>
<div class="col-6 right-side">
<div class="go-back">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1>Get started now</h1>
<h5 class="font-karla-bold">LET'S FILE YOUR FEC REPORT WITH FECFILE...</h5>
<hr type="solid" />

<img src="assets/img/person-filing.jpg" draggable="false" alt="Person filing image" />
<img src="assets/img/Get started now.jpg" draggable="false" alt="Workers checking a monitor" />
</div>
<div class="col-6 right-side">
<div class="select-committee-box">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="align-center super-header">
<div class="col-12 align-center">
<img
class="image-max-width image-centered-horiz"
ngSrc="assets/img/image-placeholder.png"
ngSrc="assets/img/View-print-preview.png"
draggable="false"
alt="Print success image"
height="271"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,29 @@ <h3>
</ng-container>
</div>
</div>
<div class="col-8">
<div class="col-8" [ngSwitch]="report?.upload_submission?.fec_status">
<img
*ngSwitchCase="'ACCEPTED'"
class="image-max-width"
ngSrc="assets/img/image-placeholder.png"
ngSrc="assets/img/Report-status--Congratulations.png"
draggable="false"
alt="Form submitted success image"
height="271"
width="450"
/>
<img
*ngSwitchCase="'PROCESSING'"
class="image-max-width"
ngSrc="assets/img/Report-status--Submitted.png"
draggable="false"
alt="Form submitted success image"
height="271"
width="450"
/>
<img
*ngSwitchCase="'REJECTED'"
class="image-max-width"
ngSrc="assets/img/Report-status--Rejected.png"
draggable="false"
alt="Form submitted success image"
height="271"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>Welcome to FECFile</h1>
FECFile uses Login.gov to help us authenticate users. We will now use that information to set up your user
profile
</p>
<img src="/assets/img/user_profile_edit.png" alt="An example of the user profile edit" />
<img src="/assets/img/Welcome-to-FECFile.png" alt="Workers checking a monitor" />
</div>
<div class="col-6">
<p-card>
Expand Down
Binary file added front-end/src/assets/img/Create-an-account.png
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 front-end/src/assets/img/Get started now.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 front-end/src/assets/img/View-print-preview.png
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 front-end/src/assets/img/Welcome-to-FECFile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.