visual changes
This commit is contained in:
parent
8b69212ed4
commit
db1e19f501
3 changed files with 4 additions and 4 deletions
|
@ -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(),
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue