VRCMelonAssistant/ModAssistant/Pages/About.xaml

150 lines
8 KiB
Plaintext
Raw Normal View History

2020-02-02 17:00:52 +13:00
<Page x:Class="ModAssistant.Pages.About"
2019-04-22 18:41:43 +12:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2019-12-21 00:06:21 +13:00
xmlns:wfi="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"
xmlns:winForms="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
2020-02-05 08:10:48 +13:00
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
2019-04-22 18:41:43 +12:00
xmlns:local="clr-namespace:ModAssistant"
2020-02-05 08:10:48 +13:00
mc:Ignorable="d"
2019-04-22 18:41:43 +12:00
d:DesignHeight="629" d:DesignWidth="1182"
2020-02-02 17:00:52 +13:00
Title="{DynamicResource About:Title}">
2019-04-22 18:41:43 +12:00
<Grid HorizontalAlignment="Center" VerticalAlignment="Center">
2020-02-17 14:57:58 +13:00
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
2019-04-22 18:41:43 +12:00
2020-02-17 14:57:58 +13:00
</Grid.RowDefinitions>
2019-04-22 18:41:43 +12:00
2020-02-17 14:57:58 +13:00
<TextBlock VerticalAlignment="Top" HorizontalAlignment="Left" FontSize="24" Margin="0" Text="{DynamicResource About:PageTitle}" />
<TextBlock Grid.Row="1" TextWrapping="Wrap" Margin="0,5" FontSize="16" Text="{DynamicResource About:List:Header}" >
2020-02-02 17:00:52 +13:00
2020-02-17 14:57:58 +13:00
</TextBlock>
<TextBlock Grid.Row="2" Margin="15,5" FontSize="16">
2020-02-02 17:00:52 +13:00
• <TextBlock Text="{DynamicResource About:List:Item1}" />
</TextBlock>
2020-02-17 14:57:58 +13:00
<TextBlock Grid.Row="3" Margin="15,5" FontSize="16">
2020-02-02 17:00:52 +13:00
• <TextBlock Text="{DynamicResource About:List:Item2}" />
</TextBlock>
2020-02-17 14:57:58 +13:00
<TextBlock Grid.Row="4" Margin="15,5" FontSize="16">
2020-02-02 17:00:52 +13:00
• <TextBlock Text="{DynamicResource About:List:Item3}" />
</TextBlock>
2020-02-17 14:57:58 +13:00
<TextBlock Grid.Row="5" Margin="15,5" FontSize="16">
2020-02-02 17:00:52 +13:00
• <TextBlock Text="{DynamicResource About:List:Item4}" />
2019-04-22 18:41:43 +12:00
</TextBlock>
2020-02-17 14:57:58 +13:00
<TextBlock TextWrapping="Wrap" Grid.Row="6" Margin="30,5,5,5" FontSize="16">
2020-02-02 17:00:52 +13:00
<StaticResource ResourceKey="About:SupportAssistant" />
2020-02-17 14:57:58 +13:00
</TextBlock>
2020-02-02 17:00:52 +13:00
2020-02-17 14:57:58 +13:00
<TextBlock Grid.Row="7" Margin="0,10,5,5" FontSize="20" Text="{DynamicResource About:SpecialThanks}" />
2019-04-22 18:41:43 +12:00
2020-02-17 14:57:58 +13:00
<StackPanel Grid.Row="8" Orientation="Horizontal" HorizontalAlignment="Center">
2020-02-20 15:00:36 +13:00
2020-02-26 21:07:17 +13:00
<StackPanel Margin="10" Orientation="Vertical">
2020-02-17 14:57:58 +13:00
<TextBlock FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center">
2020-02-26 22:09:34 +13:00
<Hyperlink NavigateUri="https://umbranox.carrd.co/" RequestNavigate="Hyperlink_RequestNavigate">
2019-04-22 18:41:43 +12:00
Umbranox
</Hyperlink>
2020-02-17 14:57:58 +13:00
</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Inspiration</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Creating the Mod Manager</TextBlock>
2019-12-21 00:45:19 +13:00
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">
2020-02-02 17:00:52 +13:00
<Hyperlink NavigateUri="https://www.patreon.com/scoresaber" local:HyperlinkExtensions.IsExternal="True">
<TextBlock Text="{DynamicResource About:Donate}" />
2019-12-21 00:45:19 +13:00
</Hyperlink>
</TextBlock>
</StackPanel>
2020-02-02 17:00:52 +13:00
2020-02-26 21:07:17 +13:00
<StackPanel Margin="10" Orientation="Vertical">
2020-02-17 14:57:58 +13:00
<TextBlock FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center">
2020-02-02 17:00:52 +13:00
<Hyperlink NavigateUri="https://www.jackbaron.com/" local:HyperlinkExtensions.IsExternal="True">
2019-04-22 18:41:43 +12:00
lolPants
</Hyperlink>
2020-02-17 14:57:58 +13:00
</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Inspiration</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Creating ModSaber</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">The first Mod repository</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">
2020-02-05 08:10:48 +13:00
<Hyperlink NavigateUri="https://www.paypal.me/jackbarondev" RequestNavigate="Hyperlink_RequestNavigate">
2020-02-02 17:00:52 +13:00
<TextBlock Text="{DynamicResource About:Donate}" />
2019-04-22 18:41:43 +12:00
</Hyperlink>
</TextBlock>
2020-02-17 14:57:58 +13:00
</StackPanel>
2020-02-20 15:00:36 +13:00
2020-02-26 21:07:17 +13:00
<StackPanel Margin="10" Orientation="Vertical">
2020-02-18 18:26:50 +13:00
<TextBlock FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center">
<Hyperlink NavigateUri="https://www.github.com/Caeden117" local:HyperlinkExtensions.IsExternal="True">
Caeden117
</Hyperlink>
</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Theme Support</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">
<Hyperlink NavigateUri="https://ko-fi.com/Caeden117" RequestNavigate="Hyperlink_RequestNavigate">
<TextBlock Text="{DynamicResource About:Donate}" />
</Hyperlink>
</TextBlock>
</StackPanel>
2020-02-02 17:00:52 +13:00
2020-02-26 21:07:17 +13:00
<StackPanel Margin="10" Orientation="Vertical">
<TextBlock FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center">
<Hyperlink NavigateUri="https://twitter.com/moarinterz" local:HyperlinkExtensions.IsExternal="True">
Interz
</Hyperlink>
</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Logos and icon</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">
<Hyperlink NavigateUri="https://streamlabs.com/lnterz/tip" RequestNavigate="Hyperlink_RequestNavigate">
<TextBlock Text="{DynamicResource About:Donate}" />
</Hyperlink>
</TextBlock>
</StackPanel>
2020-02-26 22:02:11 +13:00
<StackPanel Margin="10" Orientation="Vertical">
<TextBlock FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center">
<Hyperlink NavigateUri="https://github.com/megalon" local:HyperlinkExtensions.IsExternal="True">
Megalon2D
</Hyperlink>
</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">BSMG Theme</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">Lots of fixes</TextBlock>
<TextBlock FontSize="16" VerticalAlignment="Center" HorizontalAlignment="Center">
<Hyperlink NavigateUri="https://ko-fi.com/megalon" RequestNavigate="Hyperlink_RequestNavigate">
<TextBlock Text="{DynamicResource About:Donate}" />
</Hyperlink>
</TextBlock>
</StackPanel>
2020-02-17 14:57:58 +13:00
</StackPanel>
2020-01-27 20:50:15 +13:00
<StackPanel Grid.Row="9" Margin="5" Orientation="Horizontal" HorizontalAlignment="Center">
2020-02-02 17:00:52 +13:00
<Button x:Name="PatButton" x:FieldModifier="public" Height="30" Width="80" Margin="0,0,5,0" Content="{DynamicResource About:HeadpatsButton}" Click="HeadpatsButton_Click"/>
<Button x:Name="HugButton" x:FieldModifier="public" Height="30" Width="80" Margin="5,0,0,0" Content="{DynamicResource About:HugsButton}" Click="HugsButton_Click"/>
2020-01-27 20:50:15 +13:00
</StackPanel>
2019-12-21 00:06:21 +13:00
<Popup Placement="Center" x:Name="PatUp" Width="auto" Height="auto">
<Border BorderBrush="Gray" BorderThickness="3">
<wfi:WindowsFormsHost>
<winForms:PictureBox x:Name="PatImage"></winForms:PictureBox>
</wfi:WindowsFormsHost>
</Border>
</Popup>
2020-01-27 20:50:15 +13:00
<Popup Placement="Center" x:Name="HugUp" Width="auto" Height="auto">
<Border BorderBrush="Gray" BorderThickness="3">
<wfi:WindowsFormsHost>
<winForms:PictureBox x:Name="HugImage"></winForms:PictureBox>
</wfi:WindowsFormsHost>
</Border>
</Popup>
2019-12-21 00:06:21 +13:00
</Grid>
2019-04-22 18:41:43 +12:00
</Page>