From 3e4ba1a35f807eba882cd879fd5cf944b609d2e5 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 20 Mar 2018 22:27:29 +0000 Subject: [PATCH] Add survey links to templates. Fixes #221 --- .../BlazorHosted.CSharp.Client/Pages/Index.cshtml | 9 +++++++++ .../BlazorHosted.CSharp.Client/wwwroot/css/site.css | 11 +++++++++++ .../BlazorStandalone.CSharp/Pages/Index.cshtml | 9 +++++++++ .../BlazorStandalone.CSharp/wwwroot/css/site.css | 11 +++++++++++ 4 files changed, 40 insertions(+) diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Pages/Index.cshtml b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Pages/Index.cshtml index 86eb281395..cf2837fd01 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Pages/Index.cshtml +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Pages/Index.cshtml @@ -1,4 +1,13 @@ @page "/" +

Hello, world!

Welcome to your new app. + + diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/wwwroot/css/site.css b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/wwwroot/css/site.css index c7be6fae47..f23656c21d 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/wwwroot/css/site.css +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/wwwroot/css/site.css @@ -83,3 +83,14 @@ .navbar-nav > li a:focus { text-decoration: none; } + +.alert-survey { + color: #6a6969; + background-color: #e8e8e8; + border-color: #d3d3d3; + margin-top: 25px; +} + +.alert-survey a { + font-weight: bold; +} diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Pages/Index.cshtml b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Pages/Index.cshtml index 86eb281395..cf2837fd01 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Pages/Index.cshtml +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Pages/Index.cshtml @@ -1,4 +1,13 @@ @page "/" +

Hello, world!

Welcome to your new app. + + diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/wwwroot/css/site.css b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/wwwroot/css/site.css index c7be6fae47..f23656c21d 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/wwwroot/css/site.css +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/wwwroot/css/site.css @@ -83,3 +83,14 @@ .navbar-nav > li a:focus { text-decoration: none; } + +.alert-survey { + color: #6a6969; + background-color: #e8e8e8; + border-color: #d3d3d3; + margin-top: 25px; +} + +.alert-survey a { + font-weight: bold; +}