Skip to content

Commit

Permalink
touch-icon set added
Browse files Browse the repository at this point in the history
  • Loading branch information
For1207 committed Jun 29, 2024
1 parent 88b2ff8 commit 3e59973
Show file tree
Hide file tree
Showing 27 changed files with 164 additions and 1 deletion.
20 changes: 20 additions & 0 deletions about_me.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@
<meta name="author" content="Igor Mykhalchuk">
<title>Igor Mykhalchuk | Portfolio</title>
<link rel="icon" type="image/x-icon" href="../images/favicon.png">

<!-- Touch Icon section -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/icons/touch-icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/icons/touch-icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/icons/touch-icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/icons/touch-icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/icons/touch-icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/icons/touch-icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/icons/touch-icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/icons/touch-icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/icons/touch-icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/icons/touch-icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/icons/touch-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/icons/touch-icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/icons/touch-icon/favicon-16x16.png">
<link rel="manifest" href="./images/icons/touch-icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/icons/touch-icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="./CSS/styles.css">
<link rel="stylesheet" href="./CSS/styles_about_me.css">
<script src="./scripts/main.js"></script>
Expand Down
20 changes: 20 additions & 0 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@
<meta name="author" content="Igor Mykhalchuk">
<title>Igor Mykhalchuk | Gallery</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.png">

<!-- Touch Icon section -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/icons/touch-icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/icons/touch-icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/icons/touch-icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/icons/touch-icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/icons/touch-icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/icons/touch-icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/icons/touch-icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/icons/touch-icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/icons/touch-icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/icons/touch-icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/icons/touch-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/icons/touch-icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/icons/touch-icon/favicon-16x16.png">
<link rel="manifest" href="./images/icons/touch-icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/icons/touch-icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="./CSS/styles.css">
<link rel="stylesheet" href="./CSS/gallery.css">
<script src="./scripts/main.js"></script>
Expand Down
Binary file added images/icons/touch-icon/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.
22 changes: 22 additions & 0 deletions images/icons/touch-icon/anleitung.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
1) Upload der Bilddateien
Laden Sie alle Bilddateien in das Root Verzeichnis ihrer Domain

2) HTML Codes einfügen
Fügen Sie den folgenden HTML Code zwischen den beiden <head> </head> Tags ein:
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
Binary file added images/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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.
2 changes: 2 additions & 0 deletions images/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/favicon-256x256.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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/favicon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions images/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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/icons/touch-icon/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.
20 changes: 19 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,25 @@
<meta name="author" content="Igor Mykhalchuk">
<title>Igor Mykhalchuk | Portfolio</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.png">
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
<!-- Touch Icon section -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/icons/touch-icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/icons/touch-icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/icons/touch-icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/icons/touch-icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/icons/touch-icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/icons/touch-icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/icons/touch-icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/icons/touch-icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/icons/touch-icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/icons/touch-icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/icons/touch-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/icons/touch-icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/icons/touch-icon/favicon-16x16.png">
<link rel="manifest" href="./images/icons/touch-icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/icons/touch-icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="./CSS/styles.css">
<script src="./scripts/main.js"></script>
</head>
Expand Down
20 changes: 20 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@
<meta name="author" content="Igor Mykhalchuk">
<title>Igor Mykhalchuk | Portfolio</title>
<link rel="icon" type="image/x-icon" href="../images/favicon.png">

<!-- Touch Icon section -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/icons/touch-icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/icons/touch-icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/icons/touch-icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/icons/touch-icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/icons/touch-icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/icons/touch-icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/icons/touch-icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/icons/touch-icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/icons/touch-icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/icons/touch-icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/icons/touch-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/icons/touch-icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/icons/touch-icon/favicon-16x16.png">
<link rel="manifest" href="./images/icons/touch-icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/icons/touch-icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="./CSS/styles.css">
<link rel="stylesheet" href="./CSS/portfolio.css">
<script src="./scripts/main.js"></script>
Expand Down
20 changes: 20 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@

<title>Igor Mykhalchuk | Resume</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.png">

<!-- Touch Icon section -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/icons/touch-icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/icons/touch-icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/icons/touch-icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/icons/touch-icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/icons/touch-icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/icons/touch-icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/icons/touch-icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/icons/touch-icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/icons/touch-icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/icons/touch-icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/icons/touch-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/icons/touch-icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/icons/touch-icon/favicon-16x16.png">
<link rel="manifest" href="./images/icons/touch-icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/icons/touch-icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<link href="./bootstrap/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 3e59973

Please sign in to comment.