Skip to content

Commit f0b7be4

Browse files
authored
πŸ“¦ Updated
1 parent 53a50e7 commit f0b7be4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

β€Žindex.htmlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<!-- logotipo -->
1111
<link rel="icon" href="./assets/images/logo.avif" />
12+
<link rel="apple-touch-icon" href="./assets/pwa-logos/logo180x180.png">
1213

1314
<!-- metas -->
1415
<meta charset="utf-8" />
@@ -17,7 +18,7 @@
1718
<meta name="keywords" content="python, data science, data analysis, pandas, matplotlib, seaborn, scikit-learn, tensorflow, projects, programming, computing, computer, csfelix, github, github.io" />
1819
<meta name="description" content="What's shakin, bacon? πŸ‘‹ Welcome to my Personal Portfolio, enjoy the projects and let's learn together, shall we?" />
1920
<meta property="og:image" content="./assets/images/logo.avif" />
20-
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
21+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=5,user-scalable=no" />
2122

2223
<!-- css styles -->
2324
<link rel="stylesheet" type="text/css" href="./assets/css/styles/global.css" />

β€Žmanifest.webmanifestβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
"description": "Data Science and Machine Learning Portfolio",
1111
"icons": [
1212
{
13-
"src": "./assets/pwa-logos/logo452x452.avif",
13+
"src": "./assets/pwa-logos/logo512x512.png",
1414
"sizes": "452x452",
1515
"type": "image/png",
1616
"purpose": "maskable"
17+
},
18+
{
19+
"src": "./assets/pwa-logos/logo180x180.png",
20+
"sizes": "180x180",
21+
"type": "image/png",
22+
"purpose": "maskable"
1723
}
1824
]
1925
}

0 commit comments

Comments
Β (0)