Add survey links to templates. Fixes #221

This commit is contained in:
Steve Sanderson 2018-03-20 22:27:29 +00:00
parent 678721cbad
commit 3e4ba1a35f
4 changed files with 40 additions and 0 deletions

View File

@ -1,4 +1,13 @@
@page "/"
<h1>Hello, world!</h1>
Welcome to your new app.
<div class="alert alert-survey" role="alert">
<span class="glyphicon glyphicon-ok-circle" aria-hidden="true"></span>
<strong>How is Blazor working for you?</strong>
Please take our
<a target="_blank" class="alert-link" href="https://go.microsoft.com/fwlink/?linkid=870381">brief survey</a>
and tell us what you think.
</div>

View File

@ -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;
}

View File

@ -1,4 +1,13 @@
@page "/"
<h1>Hello, world!</h1>
Welcome to your new app.
<div class="alert alert-survey" role="alert">
<span class="glyphicon glyphicon-ok-circle" aria-hidden="true"></span>
<strong>How is Blazor working for you?</strong>
Please take our
<a target="_blank" class="alert-link" href="https://go.microsoft.com/fwlink/?linkid=870381">brief survey</a>
and tell us what you think.
</div>

View File

@ -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;
}