Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-dresden committed Nov 12, 2024
1 parent 347eaae commit 3fefc90
Show file tree
Hide file tree
Showing 9 changed files with 560 additions and 5 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-account.svg" 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/screen-check.svg" 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/screen-check.svg"
draggable="false"
alt="Print success image"
height="271"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,24 @@ <h3>
</div>
<div class="col-8">
<img
*ngIf="report?.upload_submission?.fec_status === 'ACCEPTED'; else submittedImage"
class="image-max-width"
ngSrc="assets/img/image-placeholder.png"
ngSrc="assets/img/report-accepted.svg"
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/user_profile_edit.png" alt="An example of the user profile edit" />
<img src="/assets/img/screen-check.svg" alt="Workers checking a monitor" />
</div>
<div class="col-6">
<p-card>
Expand Down
95 changes: 95 additions & 0 deletions front-end/src/assets/img/create-account.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions front-end/src/assets/img/report-accepted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3fefc90

Please sign in to comment.