WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ed0f22a

Browse files
authored
Merge pull request #21373 from unoplatform/mergify/bp/release/stable/6.2/pr-21361
docs: Adjust the VS Getting Started Wizard Page (backport #21361)
2 parents 385c70e + 1d66c34 commit ed0f22a

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed
-226 KB
Binary file not shown.
86.8 KB
Loading

doc/articles/get-started-wizard.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
uid: Uno.GetStarted.Wizard
33
---
44

5-
<!-- markdownlint-disable MD026 -->
6-
# Welcome to Uno Platform! Important Next Steps
5+
<!-- TITLE SECTION -->
6+
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
7+
<h1>Welcome to Uno Platform! Important Next Steps</h1>
8+
</div>
79

8-
Create a simple cross-platform Counter application. (Time to complete < 5 min)
10+
<!-- COUNTER - HOT DESIGN TUTORIAL - SECTION -->
11+
<p style="text-align: center;">
12+
Create a simple cross-platform Counter application (Time to complete &lt; 5 min):
13+
</p>
914

1015
<!-- markdownlint-disable MD001 -->
1116

1217
<!-- Centered first item -->
13-
<div class="row" style="display: flex; justify-content: center; align-items: center;">
18+
<div style="display: flex; justify-content: center; align-items: center;">
1419
<div class="col-md-6 col-xs-12">
1520
<a href="studio/Hot Design/hot-design-getstarted-counter-tutorial.md">
1621
<div class="alert alert-info alert-hover">
@@ -24,13 +29,19 @@ Use Hot Design®, Uno Platform's visual designer, to design and develop the app.
2429
</div>
2530
</div>
2631

27-
<div class="row">
32+
<p align="center">
33+
<img src="Assets/getting-started-hot-design.png" alt="Welcome-Hot Design-Counter" style="width:auto; max-width:90%; height:auto;" />
34+
</p>
2835

29-
![Welcome-Hot Design-Counter](Assets/getting-started-hot-design.gif)
36+
<br/>
3037

31-
</div>
38+
<!-- COUNTER - OTHER VARIANTS TUTORIALS - SECTION -->
3239

33-
Prefer to start from code? Choose one of the 4 variants of the Counter tutorial, combining markup language (XAML or C# Markup) and presentation framework (MVVM or MVUX).
40+
<p style="text-align: center;">
41+
Prefer to start from code? Choose one of the 4 variants of the Counter tutorial, combining markup language (XAML or C# Markup) and presentation framework (MVVM or MVUX).
42+
</p>
43+
44+
<br/>
3445

3546
<div class="row">
3647

@@ -86,4 +97,6 @@ Use C# Markup for layout and MVVM for state management
8697

8798
<br/>
8899

100+
<!-- GETTING HELP SECTION -->
101+
89102
[!include[getting-help](includes/getting-help.md)]

0 commit comments

Comments
 (0)