-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3414 from uktrade/ET-461-guided-journey-mvp-goods…
…-sector-happy-paths ET-461: guided mvp goods/sector happy paths
- Loading branch information
Showing
10 changed files
with
117 additions
and
190 deletions.
There are no files selected for viewing
34 changes: 18 additions & 16 deletions
34
contact/templates/domestic/contact/export-support/guided-journey/step-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 10 additions & 6 deletions
16
contact/templates/domestic/contact/export-support/guided-journey/step-2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 12 additions & 26 deletions
38
contact/templates/domestic/contact/export-support/includes/goods-widget.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
<p class="govuk-body-l"> | ||
Because your a goods exporter, make sure you know about... | ||
</p> | ||
<div class="govuk-grid-row govuk-!-margin-bottom-4"> | ||
<div class="govuk-grid-column-one-half"> | ||
<div class="great-bg-light-blue govuk-!-padding-5 great-grey-border"> | ||
<a href="" class="govuk-heading-s govuk-!-margin-bottom-2 great-heading-link great-heading-link--no-chevron"> | ||
<h2 class="govuk-heading-s great-heading-link__heading">Do you understand the Rules of Origin?</h2> | ||
</a> | ||
<p class="govuk-body"> | ||
Rules of origin help you work out where your goods originate from, which goods are covered in trade agreements. | ||
</p> | ||
|
||
</div> | ||
</div> | ||
<div class="govuk-grid-column-one-half"> | ||
<div class="great-bg-light-blue govuk-!-padding-5 great-grey-border"> | ||
<a href="" class="govuk-heading-s govuk-!-margin-bottom-2 great-heading-link great-heading-link--no-chevron"> | ||
<h2 class="govuk-heading-s great-heading-link__heading">Do you have an EORI number?</h2> | ||
</a> | ||
<p class="govuk-body"> | ||
You'll need an EORI number if you use HMRC's customs systems like Customs Handling of Import and Export Freight(CHEIF). | ||
</p> | ||
</div> | ||
</div> | ||
<div class="govuk-!-margin-bottom-2 govuk-!-padding-6 great-bg-white"> | ||
<h2 class="govuk-heading-s great-heading-link__heading">Do you understand the Rules of Origin?</h2> | ||
|
||
<p class="govuk-body"> | ||
Rules of origin help you work out where your goods originate from, which goods are covered in trade agreements. | ||
</p> | ||
</div> | ||
<div class="govuk-!-margin-bottom-6 govuk-!-padding-6 great-bg-white"> | ||
<h2 class="govuk-heading-s great-heading-link__heading">Do you have an EORI number?</h2> | ||
<p class="govuk-body"> | ||
You'll need an EORI number if you use HMRC's customs systems like Customs Handling of Import and Export Freight(CHEIF). | ||
</p> | ||
</div> | ||
<hr class="govuk-!-margin-top-3 govuk-!-margin-bottom-4 great-hr-blue--thin"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.