Skip to content
Snippets Groups Projects
Commit a59f438f authored by Vic Nguyen's avatar Vic Nguyen :ghost:
Browse files

Update content

parent 0ffe17c6
No related branches found
No related tags found
2 merge requests!32Beta notification,!31Add beta release notification
Pipeline #76692 passed
...@@ -61,23 +61,24 @@ ...@@ -61,23 +61,24 @@
<div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <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> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div> </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> <h5>Experience with the Qt Design Viewer is going to be elevated</h5>
<p>Thanks for participating in the usage of Qt Design Viewer. <div class="d-flex flex-column p-0">
<br/> <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>
Qt Design Viewer was released as a beta service for researching project sharing experiences. <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>
<br/> <p>As a result, any projects uploaded to the Qt Design Viewer beta will no longer be available after this transition.</p>
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. <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>
<br/> </p>
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> </div>
</p>
</div> </div>
<div class="modal-footer"> <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')">Understood</button> <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>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment