|
@@ -39,30 +39,30 @@
|
|
|
<Border Grid.Row="1" Background="#18191C" Margin="10,10" CornerRadius="5" Padding="10">
|
|
|
<StackPanel>
|
|
|
<StackPanel Orientation="Horizontal" Margin="0,0">
|
|
|
- <TextBlock Foreground="White" FontSize="22" FontWeight="Black">PixiBot</TextBlock>
|
|
|
- <TextBlock Foreground="#b9bbbe" FontSize="22" FontWeight="Black">#8523</TextBlock>
|
|
|
+ <TextBlock Foreground="White" FontWeight="DemiBold" FontSize="22">PixiBot</TextBlock>
|
|
|
+ <TextBlock Foreground="White" FontWeight="DemiBold" FontSize="22">#8523</TextBlock>
|
|
|
<Border CornerRadius="3" BorderThickness="1" Background="#5865f2" Margin="5,0,0,0" VerticalAlignment="Center">
|
|
|
<TextBlock Foreground="White" FontSize="10" Margin="4,2,4,2" FontWeight="Medium">BOT</TextBlock>
|
|
|
</Border>
|
|
|
</StackPanel>
|
|
|
<Grid Margin="0,5">
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
- <Grid Margin="0,15" Background="#262729" Height="1"/>
|
|
|
- <TextBlock FontWeight="Black" FontSize="12" Foreground="White" Margin="0,0,0,10" Text="ABOUT ME"/>
|
|
|
+ <Grid Margin="0,15" Background="#262729" Height="2"/>
|
|
|
+ <TextBlock FontWeight="Bold" FontSize="12" Foreground="White" Margin="0,0,0,10" Text="ABOUT ME"/>
|
|
|
<TextBlock Foreground="White" Text="Use me to display your .pixi files in Discord. Start by sending a file in any appropriate channel" />
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
<Grid Margin="0,5">
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
- <TextBlock FontWeight="Black" FontSize="12" Foreground="White" Margin="0,0,0,10" Text="DISCORD MEMBER SINCE"/>
|
|
|
- <TextBlock Foreground="White" Text="Mar 24, 2023"></TextBlock>
|
|
|
+ <TextBlock FontWeight="Bold" Foreground="White" Margin="0,0,0,10" Text="DISCORD MEMBER SINCE"/>
|
|
|
+ <TextBlock Foreground="White" Text="Oct 29, 2020"></TextBlock>
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
<Grid Visibility="{Binding ElementName=uc, Path=IsPlaying, Converter={BoolToVisibilityConverter}}" Margin="0,5, 0, 0">
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
- <TextBlock FontWeight="Black" FontSize="12" Foreground="White" Margin="0,0,0,10" Text="PLAYING A GAME"/>
|
|
|
+ <TextBlock FontWeight="Bold" FontSize="12" Foreground="White" Margin="0,0,0,10" Text="PLAYING A GAME"/>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <Image Source="../../Images/PixiEditorLogo.png" Height="70"/>
|
|
|
+ <Image Source="../../Images/PixiEditorLogo.png" Height="60"/>
|
|
|
<StackPanel Margin="15,0,0,0" VerticalAlignment="Center">
|
|
|
<TextBlock Foreground="White" FontSize="12" FontWeight="SemiBold">PixiEditor</TextBlock>
|
|
|
<TextBlock Foreground="White" FontSize="12" Text="{Binding ElementName=uc, Path=Detail}" Visibility="{Binding ElementName=uc,
|