diff --git a/WebInterface/Startup.cs b/WebInterface/Startup.cs index 3c483ce..8e318da 100644 --- a/WebInterface/Startup.cs +++ b/WebInterface/Startup.cs @@ -79,6 +79,8 @@ namespace WebInterface app.UseDeveloperExceptionPage(); } + app.UseStaticFiles(); + app.UseRouting(); app.UseAuthorization(); diff --git a/WebInterface/Views/Home/Index.cshtml b/WebInterface/Views/Home/Index.cshtml index b4e75da..6a75b29 100644 --- a/WebInterface/Views/Home/Index.cshtml +++ b/WebInterface/Views/Home/Index.cshtml @@ -40,10 +40,33 @@ ; } -

The client EXE

-

Use this exe to connect: https://lerppu.net/wannabethesis/nblood/20200130-2151/

+

Welcome Bloodites!

+
+

Use this exe to connect: https://lerppu.net/wannabethesis/nblood/20200130-2151/

+
+
+

+ What to do with the command to join? + Select and copy it to clipboard then paste it into the command line what you have opened in NBlood's directory. + Here is how to open a command prompt in NBlood's directory easily: +

+ @**@ + +

Watch it on Youtube: https://youtu.be/bgSSJQolR0E?t=47

+
-

@Model.ManHoursPlayed man-hours played since @Model.RunningSinceUtc

+
+

@Model.ManHoursPlayed man-hours played since @Model.RunningSinceUtc

+

If you want to play with friends only and keep your port secret, request a private server by clicking the button below:

@@ -52,75 +75,77 @@
-

@b 1.21

-
- Show @b version 1.21 servers -

The below files must be in your Blood directory:

- - @ListServers(@b) -
-
-

@cp

-
- Show @cp servers -

The below files must be in your Blood directory:

- -

Don't forget to send back the ferry every time at the end of the last map, otherwise you cannot go back if the boss kills you!

- @ListServers(@cp) -
-
-

@dw 1.6.10

-
- Show @dw version 1.6.10 servers -

The below files must be in your Blood directory:

- - @ListServers(@dw) -
-
-

@twoira 1.0.1

-
- Show @twoira version 1.0.1 servers -

@twoira

-

The below folder (TWOIRA) must be in your Blood directory, and inside that the other additional files:

- - @ListServers(twoira) -
+
+

@b 1.21

+
+ Show @b version 1.21 servers +

The below files must be in your Blood directory:

+ + @ListServers(@b) +
+
+

@cp

+
+ Show @cp servers +

The below files must be in your Blood directory:

+ +

Don't forget to send back the ferry every time at the end of the last map, otherwise you cannot go back if the boss kills you!

+ @ListServers(@cp) +
+
+

@dw 1.6.10

+
+ Show @dw version 1.6.10 servers +

The below files must be in your Blood directory:

+ + @ListServers(@dw) +
+
+

@twoira 1.0.1

+
+ Show @twoira version 1.0.1 servers +

@twoira

+

The below folder (TWOIRA) must be in your Blood directory, and inside that the other additional files:

+ + @ListServers(twoira) +
+
diff --git a/WebInterface/Views/Private/Index.cshtml b/WebInterface/Views/Private/Index.cshtml index 80e989c..32d9bf4 100644 --- a/WebInterface/Views/Private/Index.cshtml +++ b/WebInterface/Views/Private/Index.cshtml @@ -5,7 +5,11 @@ }

@ViewData["Title"]

-
+

+ If you want to play with friends only and keep your port secret, + request a private server by filling the below form: +

+
diff --git a/WebInterface/Views/Shared/_Layout.cshtml b/WebInterface/Views/Shared/_Layout.cshtml index 328a3f8..7811f35 100644 --- a/WebInterface/Views/Shared/_Layout.cshtml +++ b/WebInterface/Views/Shared/_Layout.cshtml @@ -12,7 +12,8 @@ } .warning { - border: dashed 4px red; + border: dashed 0.25em red; + padding: 1em; font-weight: bold; } @@ -23,28 +24,39 @@ .main { margin: auto; max-width: 900px; - padding: 10px; + padding: 1em; } .bordered { - border: 2px solid cornflowerblue; + border: 0.25em solid cornflowerblue; padding-left: 1em; + margin: 1em; + } + + .crumb-button { + float: left; + margin-right: 1em; }
-
+
+
+
+ +
+
- +

-

I live... Again!

+

I live... Again!

diff --git a/WebInterface/wwwroot/cp.mp4 b/WebInterface/wwwroot/cp.mp4 new file mode 100644 index 0000000..060593e Binary files /dev/null and b/WebInterface/wwwroot/cp.mp4 differ