From 05136e69f10a40998181423a6e507386d620ff98 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 25 Dec 2017 10:26:31 -0500 Subject: prettify download page (#411) --- src/SMAPI.Web/Views/Index/Index.cshtml | 46 +++++++++-------------- src/SMAPI.Web/wwwroot/Content/css/index.css | 58 +++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 28 deletions(-) create mode 100644 src/SMAPI.Web/wwwroot/Content/css/index.css (limited to 'src/SMAPI.Web') diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index b2b8c0dd..93dd389f 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -2,38 +2,26 @@ ViewData["Title"] = "SMAPI"; } @model StardewModdingAPI.Web.ViewModels.IndexModel +@section Head { + +} - -

- SMAPI is the modding API for Stardew Valley. It works fine with Steam achievements and the - overlay, you can uninstall it anytime, and there's a friendly community if you need help. It's - a cool boy. -

- -

Download and links

+

Find help

@@ -43,8 +31,10 @@ @Html.Raw(Markdig.Markdown.ToHtml(Model.Description)) +

See the release notes for more info.

+

Support SMAPI ♥

-