visual changes

This commit is contained in:
Vincent Cloutier 2022-11-25 14:28:09 -05:00
parent 8b69212ed4
commit db1e19f501
3 changed files with 4 additions and 4 deletions

View file

@ -100,7 +100,7 @@ namespace BirdsiteLive.Twitter
Name = result.GetProperty("legacy").GetProperty("name").GetString(), //res.RootElement.GetProperty("data").GetProperty("name").GetString(),
Description = "", //res.RootElement.GetProperty("data").GetProperty("description").GetString(),
Url = "", //res.RootElement.GetProperty("data").GetProperty("url").GetString(),
ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString(),
ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString().Replace("normal", "400x400"),
ProfileBackgroundImageUrl = result.GetProperty("legacy").GetProperty("profile_banner_url").GetString(),
ProfileBannerURL = result.GetProperty("legacy").GetProperty("profile_banner_url").GetString(),
Protected = false, //res.RootElement.GetProperty("data").GetProperty("protected").GetBoolean(),

View file

@ -7,7 +7,7 @@
<h1 class="display-4">Welcome</h1>
<p>
<br />
BirdsiteLIVE is a Twitter to ActivityPub bridge.<br />
bird.makeup is a Twitter to ActivityPub bridge.<br />
Find a Twitter account below:
</p>

View file

@ -47,9 +47,9 @@
</div>
<div class="container">
<a href="https://github.com/NicolasConstant/BirdsiteLive">Github</a> @*<a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>*@
<a href="https://sr.ht/~cloutier/bird.makeup/">Source Code</a> @*<a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>*@
<span style="float: right;">BirdsiteLIVE @System.Reflection.Assembly.GetEntryAssembly().GetName().Version.ToString(3)</span>
<span style="float: right;">bird.makeup @System.Reflection.Assembly.GetEntryAssembly().GetName().Version.ToString(3)</span>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>