Skip to content

Commit ce23ccb

Browse files
committed
Fav icon
1 parent 7bef1bc commit ce23ccb

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

MyDevTools/Components/Layout/NavMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="top-row ps-3 navbar navbar-dark">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="">Dev Tools</a>
3+
<a class="navbar-brand" href="">My Dev Tools</a>
44
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
55
<span class="navbar-toggler-icon"></span>
66
</button>

MyDevTools/Components/Pages/Home.razor

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
@page "/"
22

3-
<PageTitle>Home</PageTitle>
3+
<PageTitle>My Dev Tools</PageTitle>
44

55
<!-- Hero Section -->
66
<section class="hero-section bg-dark text-white text-center">
77
<div class="container">
8-
<h1 class="display-3">Dev Tools</h1>
9-
<p class="lead">No input data sent over the internet! All processing is done locally in your browser.</p>
8+
<img src="/main-logo-white-transparent.svg" alt="My Dev Tools logo" />
9+
<p class="lead">No user input data sent over the internet!</p>
10+
<p class="lead">All processing is done locally in your browser.</p>
1011
</div>
1112
</section>
1213

1314
<!-- About Section -->
1415
<section class="about-section bg-light text-center">
1516
<div class="container">
16-
<h2>Is this site missing a useful feature? Log an Issue or submit a PR...</h2>
17-
<p><a href="https://github.com/MrCull/MyDevTools">github.com/MrCull/MyDevTools</a></p>
17+
<h5>Is this site missing a useful feature?</h5>
18+
<h6>Log an Issue or submit a PR at: </h6><a href="https://github.com/MrCull/MyDevTools">github.com/MrCull/MyDevTools</a>
1819
</div>
1920
</section>
2021

MyDevTools/wwwroot/favicon.png

1.54 KB
Loading

MyDevTools/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>Dev Tools - all-in-One Dev Toolbox</title>
5+
<title>My Dev Tools - all-in-One Dev Toolbox</title>
66
<meta name="description" content="A suite of Dev Tools for software developers. Offering JSON Formatter, Diff Checker, SQL Formatter, GUID Generator, Random Number Generator, Colour Converter, Hash Generator, URL Encoder, QR Code Generator, Branch Name Formatter, Cron Generator, JWT Decoder etc...">
77
<meta name="keywords" content="Dev Tools, JSON Formatter, Diff Checker, SQL Formatter, GUID Generator, Random Numbers, Colour Converter, Hash Generator, URL Encoder, QR Code Generator, Branch Name Formatter, Cron Generator, JWT Decoder etc...">
88

MyDevTools/wwwroot/main-logo-white-transparent.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)