You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { IWebviewElement, IWebviewService } from '../../webview/browser/webview.js';
30
30
import './gettingStartedColors.js';
31
31
@@ -874,6 +874,72 @@ export class GettingStartedPage extends
32
-
$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
32
+
$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "The One-Stop Quantum Platform"))
33
33
);
34
34
35
35
+ let gettingStartedCoder: HTMLElement = $('.header', {});
+ }, 'Provision software development environments on your infrastructure with Coder.'),
67
+
+ }, 'Submit quantum programs to 24+ devices using the qBraid-SDK.'),
68
68
+ $('p', {
69
69
+ style: [
70
70
+ 'margin-top: 8px',
71
71
+ 'font-size: 13px',
72
72
+ 'color: #dcdee2',
73
73
+ ].join(';'),
74
-
+ }, 'Coder is a self-service portal which provisions via Terraform—Linux, macOS, Windows, x86, ARM, and, of course, Kubernetes based infrastructure.'),
74
+
+ }, 'Access QPUs from QuEra, IQM, IonQ, OQC, and Rigetti, along with on-demand simulators from qBraid, AWS, IonQ, and more.'),
0 commit comments