diff --git a/www/index.html b/www/index.html index a913af49dc0e5dfc793e72abc212fe8b1aad33bb..0020e1fb35a338b9efd1ed8842c16af5830e539e 100644 --- a/www/index.html +++ b/www/index.html @@ -61,23 +61,24 @@ <div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-content"> <div class="modal-header"> - <h1 class="modal-title fs-5" id="staticBackdropLabel">Qt Design Viewer Update – Action Required</h1> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> - <div class="modal-body small"> + <div class="modal-body small" style="font-size: 0.9rem;"> <h5>Experience with the Qt Design Viewer is going to be elevated</h5> - <p>Thanks for participating in the usage of Qt Design Viewer. - <br/> - Qt Design Viewer was released as a beta service for researching project sharing experiences. - <br/> - We’d like to inform you that the upcoming version of Qt Design Viewer, scheduled for release on 19th November 2024, is not compatible with the current beta version. As a result, any projects uploaded to the Qt Design Viewer beta will no longer be available after this transition. - <br/> - If you wish to retain your projects or have any questions, please contact our support engineers at <a href="mailto:qt-webdev-rnd-admin@qt.io?subject=Qt Design Viewer support&body=I'd like to keep my projects compatible with new version.%0D%0A%0D%0APlease get back to me at your earliest convenience." class="text-success">qt-webdev-rnd-admin@qt.io</a> - </p> + <div class="d-flex flex-column p-0"> + <p>Thanks for participating in the usage of Qt Design Viewer. Qt Design Viewer was released as a beta service for researching project sharing experiences.</p> + <p>We’d like to inform you that the upcoming version of Qt Design Viewer, scheduled for release on <b>10th December 2024</b>, is not compatible with the current beta version.</p> + <p>As a result, any projects uploaded to the Qt Design Viewer beta will no longer be available after this transition.</p> + <p>Should you have any questions about the transition, or if you wish to retain your projects, don't hestitate to contact our support engineers: <a href="mailto:qt-webdev-rnd-admin@qt.io?subject=Qt Design Viewer support&body=I'd like to keep my projects compatible with new version.%0D%0A%0D%0APlease get back to me at your earliest convenience." class="text-success">qt-webdev-rnd-admin@qt.io</a> + </p> + </div> </div> - <div class="modal-footer"> - <button type="button" class="btn btn-primary" data-bs-dismiss="modal" onclick="localStorage.setItem('dv-maintaince-consent', '1')">Understood</button> + <div class="modal-footer d-flex justify-content-center"> + <button type="button" class="btn btn-primary" data-bs-dismiss="modal" onclick="localStorage.setItem('dv-maintaince-consent', '1')" style="background-color: #00414a; border-color: #00414a;"> + Okay + </button> </div> + </div> </div> </div>