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