Skip to content

Commit

Permalink
#376 - Extend title and brand to contain "by Neptuo".
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Jun 13, 2021
1 parent 7e76f6f commit 6364aad
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Money.Blazor.Host/Layouts/MainMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<NavLink class="navbar-brand" href="@Navigator.UrlSummary()">
<img srcset="images/icon-w-40x40.png, images/icon-w-192x192.png 1.5x" src="images/icon-w-40x40.png" width="40" title="Money by Neptuo" />
Money
<span class="brand-author">by Neptuo</span>
<AuthorizeView>
<Authorized>
<ApiHubConnectionStatus IsTextVisible="false" />
Expand Down
5 changes: 5 additions & 0 deletions src/Money.Blazor.Host/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ h4 {
.navbar-dark a.navbar-brand {
color: #fff;
padding: 0; }
.navbar-dark a.navbar-brand .brand-author {
position: absolute;
bottom: 0;
left: 47px;
font-size: 8px; }
.navbar-dark .nav-item hr.separator {
border-color: rgba(255, 255, 255, 0.5); }
@media (max-width: 992px) {
Expand Down
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/wwwroot/css/site.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/Money.Blazor.Host/wwwroot/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ h4 {
a.navbar-brand {
color: #fff;
padding: 0;

.brand-author {
position: absolute;
bottom: 0;
left: 47px;
font-size: 8px;
}
}

.nav-item hr.separator {
Expand Down
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="preload" href="/lib/fontawesome/webfonts/fa-solid-900.woff2" crossorigin as="font" type="font/woff2">
<link rel="preload" href="/lib/fontawesome/webfonts/fa-brands-400.woff2" crossorigin as="font" type="font/woff2">

<title>Money</title>
<title>Money by Neptuo</title>
<base href="/" />
<link href="/manifest.json" rel="manifest" />

Expand Down

0 comments on commit 6364aad

Please sign in to comment.