Removed blog which doesn't exist anymore
This commit is contained in:
parent
fc0a586f67
commit
d0d09ca1c6
@ -152,7 +152,6 @@
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
@ -160,9 +159,9 @@
|
||||
Margin="10"
|
||||
Width="64" Height="64"
|
||||
Style="{DynamicResource MetroCircleButtonStyle}"
|
||||
Content="{iconPacks:FontAwesome Kind=WordpressBrands, Width=32, Height=32}"
|
||||
ToolTip="Visit home page"
|
||||
Click="Web_OnClick" />
|
||||
Content="{iconPacks:FontAwesome Kind=GithubBrands, Width=32, Height=32}"
|
||||
ToolTip="Visit GitHub repositories"
|
||||
Click="GitHub_OnClick" />
|
||||
|
||||
<Button Grid.Column="1"
|
||||
Margin="10"
|
||||
@ -180,13 +179,6 @@
|
||||
ToolTip="Visit community forums"
|
||||
Click="Forums_OnClick" />
|
||||
|
||||
<Button Grid.Column="3"
|
||||
Margin="10"
|
||||
Width="64" Height="64"
|
||||
Style="{DynamicResource MetroCircleButtonStyle}"
|
||||
Content="{iconPacks:FontAwesome Kind=GithubBrands, Width=32, Height=32}"
|
||||
ToolTip="Visit GitHub repositories"
|
||||
Click="GitHub_OnClick" />
|
||||
</Grid>
|
||||
|
||||
<!-- License section -->
|
||||
|
@ -92,11 +92,6 @@ namespace DerpingDrivers
|
||||
/// </summary>
|
||||
public bool IsWindows10 => OsVersionInfo.IsWindows10;
|
||||
|
||||
private void Web_OnClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Process.Start("https://vigem.org");
|
||||
}
|
||||
|
||||
private void Discord_OnClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Process.Start("https://discord.vigem.org");
|
||||
|
Loading…
Reference in New Issue
Block a user