Skip to content

Commit

Permalink
ajuste estetico para ejecución en mobile y se bloquean traducciones
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardolog1 committed Aug 12, 2023
1 parent afdf636 commit e45aba1
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 6 deletions.
Binary file added public/assets/img/clima.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/clima.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" translate="no">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Weather App Challenger"/>
<meta name="description" content="Weather App"/>
<link rel="icon" href="%PUBLIC_URL%/clima.png" />
<style> @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');</style>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Weather App Challenger</title>
<title>Weather App</title>
</head>

<body>
Expand Down
46 changes: 43 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,51 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Weather App",
"name": "Weather App",
"icons": [
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "assets/img/clima.png",
"type": "image/png",
"sizes": "512x512"
}

],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#100E1D"
}

0 comments on commit e45aba1

Please sign in to comment.