Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Moved banditoth.hu to banditoth.net (#734)
Browse files Browse the repository at this point in the history
And also extended my profile
  • Loading branch information
banditoth committed Apr 17, 2022
1 parent 0c328f6 commit 78792ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Firehose.Web/Authors/AndrasToth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ namespace Firehose.Web.Authors
{
public class AndrasToth : IAmACommunityMember
{
public string FirstName => "András";
public string FirstName => "András";
public string LastName => "Tóth";
public string ShortBioOrTagLine => "also known as banditoth | Xamarin && C# .NET developer from Hungary.";
public string ShortBioOrTagLine => "also known as banditoth | Xamarin && MAUI developer from Hungary.";
public string StateOrRegion => "Budapest, Hungary";
public string EmailAddress => string.Empty;
public string TwitterHandle => string.Empty;
public string EmailAddress => "hello@banditoth.net";
public string TwitterHandle => "banditoth_";
public string GitHubHandle => "banditoth";
public GeoPosition Position => new GeoPosition(47.497913, 19.040236);
public Uri WebSite => new Uri("https://www.banditoth.hu");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://www.banditoth.hu/feed/"); } }
public Uri WebSite => new Uri("https://www.banditoth.net");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://www.banditoth.net/feed/"); } }
public string GravatarHash => "e11e3fd93c1cc4db5ec6f309bac0ff4d";
public string FeedLanguageCode => "hu";
public string FeedLanguageCode => "en";
}
}

0 comments on commit 78792ee

Please sign in to comment.