diff --git a/MyWebsite/MyWebsite/Areas/Projects/Views/FoxTube/_Layout.cshtml b/MyWebsite/MyWebsite/Areas/Projects/Views/FoxTube/_Layout.cshtml index 2b2db1d..149f508 100644 --- a/MyWebsite/MyWebsite/Areas/Projects/Views/FoxTube/_Layout.cshtml +++ b/MyWebsite/MyWebsite/Areas/Projects/Views/FoxTube/_Layout.cshtml @@ -1,90 +1,91 @@ -@model ViewModelBase - - - - @ViewData["Title"] - FoxTube - XFox111.NET - - - - - - - - - - @RenderSection("Imports", false) - - @if (IsSectionDefined("OpenGraph")) - RenderSection("OpenGraph"); - else - { - - - - - - - - - - - - - - } - - - - - - - -
- @RenderBody() -
- - @{ - if (IsSectionDefined("Footer")) - RenderSection("Footer"); - else - { - - } - } - +@model ViewModelBase + + + + @ViewData["Title"] - FoxTube - XFox111.NET + + + + + + + + + + + @RenderSection("Imports", false) + + @if (IsSectionDefined("OpenGraph")) + RenderSection("OpenGraph"); + else + { + + + + + + + + + + + + + + } + + + + + + + +
+ @RenderBody() +
+ + @{ + if (IsSectionDefined("Footer")) + RenderSection("Footer"); + else + { + + } + } + \ No newline at end of file diff --git a/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/Logo.svg b/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/Logo.svg index 46d4e6e..8400672 100644 --- a/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/Logo.svg +++ b/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/Logo.svg @@ -1,3267 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +FoxTubeLogo-v2 \ No newline at end of file diff --git a/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/apple-touch-favicon.png b/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/apple-touch-favicon.png new file mode 100644 index 0000000..62431ab Binary files /dev/null and b/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/apple-touch-favicon.png differ diff --git a/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/favicon.png b/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/favicon.png new file mode 100644 index 0000000..ec56f3f Binary files /dev/null and b/MyWebsite/MyWebsite/wwwroot/assets/FoxTube/favicon.png differ diff --git a/MyWebsite/MyWebsite/wwwroot/css/Blog.css b/MyWebsite/MyWebsite/wwwroot/css/Blog.css index 728652b..b7933da 100644 --- a/MyWebsite/MyWebsite/wwwroot/css/Blog.css +++ b/MyWebsite/MyWebsite/wwwroot/css/Blog.css @@ -164,6 +164,20 @@ main > form margin-bottom: 25px; } + .post-body > hr, + .post-body > h1, + .post-body > h2, + .post-body > h3, + .post-body > h6, + .post-body > h5, + .post-body > h6, + .post-body > ol, + .post-body > ul + { + margin-right: 25px; + margin-left: 25px; + } + .share-btns { display: inline-grid;