Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
zyndly committed Sep 15, 2022
1 parent 7be52d7 commit e6a33d2
Show file tree
Hide file tree
Showing 32 changed files with 102 additions and 46 deletions.
Binary file added images/favicon/android-icon-144x144.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 images/favicon/android-icon-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 images/favicon/android-icon-36x36.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 images/favicon/android-icon-48x48.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 images/favicon/android-icon-72x72.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 images/favicon/android-icon-96x96.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 images/favicon/apple-icon-114x114.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 images/favicon/apple-icon-120x120.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 images/favicon/apple-icon-144x144.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 images/favicon/apple-icon-152x152.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 images/favicon/apple-icon-180x180.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 images/favicon/apple-icon-57x57.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 images/favicon/apple-icon-60x60.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 images/favicon/apple-icon-72x72.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 images/favicon/apple-icon-76x76.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 images/favicon/apple-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 images/favicon/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Binary file added images/favicon/favicon-16x16.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 images/favicon/favicon-32x32.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 images/favicon/favicon-96x96.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 images/favicon/favicon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions images/favicon/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Binary file added images/favicon/ms-icon-144x144.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 images/favicon/ms-icon-150x150.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 images/favicon/ms-icon-310x310.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 images/favicon/ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
<!-- Style -->
<link href="/dist/output.css" rel="stylesheet">


<!-- Favicon -->
<title> Home | Tarlac Tours</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">
</head>

<!-- NAV REGION-->
Expand All @@ -27,7 +28,7 @@
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="#" class="flex items-center py-4 px-2 ">
<a href="/index.html" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
Expand Down
25 changes: 14 additions & 11 deletions tours/district-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,24 @@
<link href="/dist/output.css" rel="stylesheet">


<title> District 1 | Tarlac Tours</title>
<!-- Favicon -->
<title> 1st District | Tarlac Tours</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">

</head>

<!-- NAV REGION-->
<nav class="bg-black border-b-2 border-lime-400 shadow-lg">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="#" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="/index.html" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>

<!--insert primary navbar items if ever -->
<div class="hidden md:flex items-center space-x-1">
Expand Down
25 changes: 14 additions & 11 deletions tours/district-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,24 @@
<link href="/dist/output.css" rel="stylesheet">


<title> District 2 | Tarlac Tours</title>
<!-- Favicon -->
<title> 2nd District | Tarlac Tours</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">

</head>

<!-- NAV REGION-->
<nav class="bg-black border-b-2 border-lime-400 shadow-lg">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="#" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="/index.html" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>

<!--insert primary navbar items if ever -->
<div class="hidden md:flex items-center space-x-1">
Expand Down
25 changes: 14 additions & 11 deletions tours/district-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,24 @@
<link href="/dist/output.css" rel="stylesheet">


<title> District 3 | Tarlac Tours</title>
<!-- Favicon -->
<title> 3rd District | Tarlac Tours</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">

</head>

<!-- NAV REGION-->
<nav class="bg-black border-b-2 border-lime-400 shadow-lg">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="#" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="/index.html" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>

<!--insert primary navbar items if ever -->
<div class="hidden md:flex items-center space-x-1">
Expand Down
25 changes: 14 additions & 11 deletions tours/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,24 @@
<link href="/dist/output.css" rel="stylesheet">


<title> Home | Tarlac Tours</title>
<!-- Favicon -->
<title> Home | Tarlac Tours</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">

</head>

<!-- NAV REGION-->
<nav class="bg-black border-b-2 border-lime-400 shadow-lg">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="#" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between">
<div class="flex space-x-7">
<div>
<!-- Logo -->
<a href="/index.html" class="flex items-center py-4 px-2 ">
<img src="https://seeabletarlac.vercel.app/images/logo.png" alt="Logo" class="h-8 w-8 mr-2 shadow-lg shadow-lime-400">
<span class="font-semibold text-white text-lg hover:text-lime-600 ">Tarlac Tours</span>
</a>
</div>

<!--insert primary navbar items if ever -->
<div class="hidden md:flex items-center space-x-1">
Expand Down

1 comment on commit e6a33d2

@vercel
Copy link

@vercel vercel bot commented on e6a33d2 Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tarlac-tours – ./

tarlac-tours-git-main-zyndly.vercel.app
tarlac-tours.vercel.app
tarlac-tours-zyndly.vercel.app

Please sign in to comment.