Skip to content

Commit

Permalink
updated failed screen template
Browse files Browse the repository at this point in the history
  • Loading branch information
diDroid committed Jun 26, 2024
1 parent 4a97427 commit 9a0d46f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions templates/migration_failed_screen_bluehost.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="flex-col content-center w-full text-center">
<div class="text-lg font-bold">Your site may be too complex for our free service.</div>
<div class="text-sm mt-1">We’re sorry that we weren’t able to transfer your site using our free service,<br />but you can contact our Migrations team and have them migrate your service<br/> for a fee if you like.</div>
<a class="mt-4 inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white" style="background-color: #196bde" href="https://www.bluehost.com/my-account/market-place">
<span>Get a full-service Site Migration</span>
</a>
<div style="display: flex; justify-content: center; font-family: sans-serif;">
<div style="max-width: 480px; width: 100%; text-align: center;">
<h3 style="font-size: 1.5em; color: #333; margin-bottom: 20px;">Your site may be too complex for an automated transfer.</h3>
<p style="font-size: 0.8em; color: #333; margin-bottom: 20px;">We’re sorry that we weren’t able to transfer your site, but you can contact our support team and have them attempt to complete the migration.</p>
<a href="https://migrate.bluehost.com/support-form" target="_blank" style="display: inline-block; cursor: pointer; padding: 10px 20px; margin-bottom: 20px; text-decoration: none; color: #fff; background-color: #196BDE; border-radius: 4px; text-align: center;">Submit help request form</a>
<a href="https://www.bluehost.com/my-account/market-place" target="_blank" style="display: inline-block; cursor: pointer; padding: 10px 20px; margin-bottom: 20px; text-decoration: none; color: #000; border-radius: 4px; border: 1px solid #196BDE; text-align: center;">Try our full-service Site Migration Service</a>
</div>
</div>

0 comments on commit 9a0d46f

Please sign in to comment.