Skip to content

Commit

Permalink
Merge pull request #2362 from fecgov/feature/17772
Browse files Browse the repository at this point in the history
feature/1772 - Update images
  • Loading branch information
toddlees authored Nov 21, 2024
2 parents 627d5e9 + 301cf93 commit d761f07
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 6 deletions.
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.

0 comments on commit d761f07

Please sign in to comment.