Skip to content

Commit

Permalink
Replace images with custom-sized images
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-dresden committed Nov 21, 2024
1 parent 3fefc90 commit 301cf93
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 561 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/create-account.svg" 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/screen-check.svg" draggable="false" alt="Workers checking a monitor" />
<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/screen-check.svg"
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,26 +69,34 @@ <h3>
</ng-container>
</div>
</div>
<div class="col-8">
<div class="col-8" [ngSwitch]="report?.upload_submission?.fec_status">
<img
*ngIf="report?.upload_submission?.fec_status === 'ACCEPTED'; else submittedImage"
*ngSwitchCase="'ACCEPTED'"
class="image-max-width"
ngSrc="assets/img/report-accepted.svg"
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"
width="450"
/>
<ng-template #submittedImage>
<img
class="image-max-width"
ngSrc="assets/img/report-submitted.svg"
draggable="false"
alt="Form submitted success image"
height="271"
width="450"
/>
</ng-template>
</div>
</div>
<div class="grid">
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/screen-check.svg" alt="Workers checking a monitor" />
<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.
95 changes: 0 additions & 95 deletions front-end/src/assets/img/create-account.svg

This file was deleted.

131 changes: 0 additions & 131 deletions front-end/src/assets/img/report-accepted.svg

This file was deleted.

Loading

0 comments on commit 301cf93

Please sign in to comment.