Feat(Logo): Favicon updated for cross-platform options.
This commit is contained in:
@@ -268,6 +268,7 @@ section.cta-2 .card .container {
|
||||
padding: 1.5vh 3vw;
|
||||
margin: 1vh;
|
||||
min-width: 200px;
|
||||
min-height: 120px;
|
||||
}
|
||||
section.cta-2 .card .container h3 {
|
||||
margin: 0 auto;
|
||||
|
||||
1
static/dist/css/core_home.bundle.css
vendored
1
static/dist/css/core_home.bundle.css
vendored
@@ -346,6 +346,7 @@ section.cta-2 .card .container {
|
||||
padding: 1.5vh 3vw;
|
||||
margin: 1vh;
|
||||
min-width: 200px;
|
||||
min-height: 120px;
|
||||
}
|
||||
section.cta-2 .card .container h3 {
|
||||
margin: 0 auto;
|
||||
|
||||
2
static/dist/css/core_home.bundle.css.map
vendored
2
static/dist/css/core_home.bundle.css.map
vendored
File diff suppressed because one or more lines are too long
2
static/dist/css/main.bundle.css
vendored
2
static/dist/css/main.bundle.css
vendored
@@ -702,7 +702,7 @@ form.filter button.save, form.filter button.button-cancel {
|
||||
}
|
||||
*/
|
||||
|
||||
@media screen and (max-width: 940px) {
|
||||
@media screen and (max-width: 980px) {
|
||||
/*
|
||||
.hero h1 {
|
||||
font-size: 2.5rem;
|
||||
|
||||
2
static/dist/css/main.bundle.css.map
vendored
2
static/dist/css/main.bundle.css.map
vendored
File diff suppressed because one or more lines are too long
BIN
static/images/fetch-metrics-logo-16.png
Normal file
BIN
static/images/fetch-metrics-logo-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/images/fetch-metrics-logo-180.png
Normal file
BIN
static/images/fetch-metrics-logo-180.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
BIN
static/images/fetch-metrics-logo-32.png
Normal file
BIN
static/images/fetch-metrics-logo-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -5,12 +5,9 @@
|
||||
<meta name="keywords" content="fetch metrics, fetchmetrics, dog training software, dog trainer management, pet training app, canine training system, dog training business software, professional dog training, UK dog trainers, training session management, dog training records, client management for dog trainers, dog training progress tracking, pet training business tools, dog training scheduling, canine behavior tracking, dog trainer CRM, training appointment booking, dog training client portal, canine training documentation, dog obedience training, puppy training programs, behavioral modification, training milestones, dog training certificates, trainer scheduling, client communication, training homework assignments, progress reports, dog training analytics, British dog training, dog training software UK, professional dog training tools" />
|
||||
<link rel="canonical" href="{{ model.get_url_host() }}" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='images/fetch-metrics-logo.ico') }}">
|
||||
<!-- Cross-browser compatibility not yet implemented
|
||||
-and-company-name-curved-0.5
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32x32.png') }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='favicon-16x16.png') }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='apple-touch-icon.png') }}">
|
||||
-->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/fetch-metrics-logo-32.png') }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='images/fetch-metrics-logo-16.png') }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='images/fetch-metrics-logo-180.png') }}">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
||||
Reference in New Issue
Block a user