Skip to content

Commit

Permalink
Update Discord RP Design
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed May 5, 2023
1 parent 9e2f8c1 commit 1e2abf5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/PixiEditor/Views/UserControls/DiscordRPPreview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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. &#10;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,
Expand Down

0 comments on commit 1e2abf5

Please sign in to comment.