Skip to content

Commit

Permalink
scheme and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 6, 2024
1 parent 2afb83b commit 9d740c4
Show file tree
Hide file tree
Showing 18 changed files with 571 additions and 20 deletions.
89 changes: 69 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,85 @@
<title>Car Club Tire &amp; Auto Repair Services - Orange City, Florida</title>
<meta name="description" content="Discover the best auto repair and tire change services in Orange City, Florida, at Car Club. Our expert technicians provide top-notch solutions for all your automotive needs. From tire change to complete auto repairs, trust us for reliable and certified services. Schedule your appointment today for a smoother ride and exceptional customer satisfaction.">
<meta name="yandex-verification" content="e1ea1afe12609d6b">
<link rel="icon" type="image/png" sizes="16x16" href="./media/favicon/favicon_16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./media/favicon/favicon_32.png">
<link rel="icon" type="image/png" sizes="64x64" href="./media/favicon/favicon_64.png">
<link rel="icon" type="image/png" sizes="128x128" href="./media/favicon/favicon_128.png">
<link rel="icon" type="image/png" sizes="256x256" href="./media/favicon/favicon_256.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#374162">
<meta name="msapplication-TileColor" content="#374162">
<meta name="theme-color" content="#374162">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "AggregateRating",
"url": "https://carclubtire.com/",
"itemReviewed": {
"@type": "store",
"priceRange": "$50",
"image": "./media/car-club-logo-dark.webp",
{
"@context": "https://schema.org/",
"@type": "LocalBusiness",
"name": "Car Club Tire & Auto Repair Services - Orange City, Florida",
"telephone": "+1-386-561-9732",
"description": "Discover the best auto repair and tire change services in Orange City, Florida, at Car Club. Our expert technicians provide top-notch solutions for all your automotive needs. From tire change to complete auto repairs, trust us for reliable and certified services. Schedule your appointment today for a smoother ride and exceptional customer satisfaction.",
"url": "https://carclubtire.com/",
"@id": "https://carclubtire.com/",
"sameAs": [
"https://www.facebook.com/carclubtire"
],
"telephone": "+13865619732",
"email": "[email protected]",
"hasMap": "https://g.page/r/CV3FE6obXORREBE/",
"openingHours": [
"Mo-Sa 08:00-19:00",
"Su 09:00-17:00"
]
"priceRange": "$$",
"logo": "https://carclubtire.com/media/cc-logo.svg",
"image": "https://carclubtire.com/media/cc-logo.svg",
"currenciesAccepted": "USD",
"paymentAccepted": "Cash, Check, Bank Transfer, Credit Card, Debit Card",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"bestRating": "5",
"worstRating": "1",
"reviewCount": "278"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "1130 S Volusia Ave",
"streetAddress": "1130 S Volusia Ave, Orange City, FL 32763, United States",
"addressLocality": "Orange City",
"addressRegion": "FL",
"postalCode": "32763",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+13865619732",
"contactType": "customer service",
"areaServed": "US",
"availableLanguage": "en, sp, ur, pu"
},
"department": [
{
"@type": "LocalBusiness",
"name": "Service department",
"telephone": "+13865619732",
"email": "[email protected]",
"priceRange": "$$",
"image": "https://carclubtire.com/media/cc-logo.svg.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "1130 S Volusia Ave, Orange City, FL 32763, United States",
"addressLocality": "Orange City",
"addressRegion": "FL",
"postalCode": "32763",
"addressCountry": "US"
},
"openingHours": [
"Mo-Sa 08:00-19:00",
"Su 09:00-17:00"
]
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": 28.935712456019328,
"longitude": -81.29755139596311
}
},
"ratingValue": "4.8",
"bestRating": "5",
"ratingCount": "194"
}
}
</script>
<link rel="stylesheet" href="./src/css/preloader.min.css" type="text/css">
<link rel="preload" href="./media/header-bg-mobile.webp" as="image" type="image/webp" media="(max-width: 1024px)">
Expand Down
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#374162</TileColor>
</tile>
</msapplication>
</browserconfig>
Loading

0 comments on commit 9d740c4

Please sign in to comment.