mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-15 05:36:34 +08:00
feat: update AboutUs page styles and links.
This commit is contained in:
@@ -130,6 +130,7 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Classes="Tertiary"
|
Classes="Tertiary"
|
||||||
FontSize="20"
|
FontSize="20"
|
||||||
|
FontWeight="700"
|
||||||
Text="聚焦生产力的美学进化" />
|
Text="聚焦生产力的美学进化" />
|
||||||
<TextBlock
|
<TextBlock
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
@@ -137,7 +138,7 @@
|
|||||||
FontSize="20"
|
FontSize="20"
|
||||||
Text="Aesthetic Evolution of Productivity" />
|
Text="Aesthetic Evolution of Productivity" />
|
||||||
<UniformGrid
|
<UniformGrid
|
||||||
MaxWidth="800"
|
MaxWidth="810"
|
||||||
Margin="24"
|
Margin="24"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Columns="2">
|
Columns="2">
|
||||||
@@ -194,7 +195,7 @@
|
|||||||
<Label Theme="{DynamicResource TagLabel}" Classes="Purple Ghost">Commercial</Label>
|
<Label Theme="{DynamicResource TagLabel}" Classes="Purple Ghost">Commercial</Label>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<TextBlock Text="手绘风格主题库" />
|
<TextBlock Text="手绘风格主题库" />
|
||||||
<TextBlock Text="Hand-drawing theme utilities" />
|
<TextBlock Text="Hand-drawing theme library" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Button>
|
</Button>
|
||||||
</UniformGrid>
|
</UniformGrid>
|
||||||
@@ -203,17 +204,34 @@
|
|||||||
<StackPanel
|
<StackPanel
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Margin="0,16"
|
Margin="0,16"
|
||||||
|
Spacing="32"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<StackPanel Margin="16,0" Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<HyperlinkButton
|
<HyperlinkButton
|
||||||
|
Classes="WithIcon"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Content="公司官网"
|
Content="Homepage"
|
||||||
NavigateUri="https://irihi.tech/" />
|
NavigateUri="https://irihi.tech">
|
||||||
|
<HyperlinkButton.Styles>
|
||||||
|
<Style Selector=".WithIcon /template/ PathIcon">
|
||||||
|
<Setter Property="Data" Value="{StaticResource SemiIconHome}" />
|
||||||
|
</Style>
|
||||||
|
</HyperlinkButton.Styles>
|
||||||
|
</HyperlinkButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel Margin="16,0" Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<HyperlinkButton Content="GitHub" NavigateUri="https://github.com/irihitech" />
|
<HyperlinkButton
|
||||||
|
Classes="WithIcon"
|
||||||
|
Content="GitHub"
|
||||||
|
NavigateUri="https://github.com/irihitech">
|
||||||
|
<HyperlinkButton.Styles>
|
||||||
|
<Style Selector=".WithIcon /template/ PathIcon">
|
||||||
|
<Setter Property="Data" Value="{StaticResource SemiIconGithubLogo}" />
|
||||||
|
</Style>
|
||||||
|
</HyperlinkButton.Styles>
|
||||||
|
</HyperlinkButton>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
Reference in New Issue
Block a user