Improve microdata and icons

This commit is contained in:
Jesús 2022-01-16 13:59:15 -05:00
parent 80082f4ff6
commit 8a7b75c525
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
23 changed files with 64 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,44 @@
{
"name": "Jesús E.",
"short_name": "jestupinanm",
"description": "Hola soy un desarrollador FrontEnd, BackEnd e investigador de software, también formo parte de Hyperbola Project",
"lang": "es",
"icons": [
{
"src": "/static/core/images/android-icon-36x36.png",
"sizes": "36x36",
"type": "image/png",
"density": "0.75"
},
{
"src": "/static/core/images/android-icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
},
{
"src": "/static/core/images/android-icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "/static/core/images/android-icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "/static/core/images/android-icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "/static/core/images/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -1,7 +1,7 @@
{% load static %}
<!Doctype html> <!Doctype html>
<html lang="en"> <html lang="en">
<head> <head>
{% load static %}
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Sitio personal de Jesús</title> <title>Sitio personal de Jesús</title>
@ -13,13 +13,29 @@
<meta property="og:site_name" content="Portafolio"> <meta property="og:site_name" content="Portafolio">
<meta property="og:description" content="Trabajos, proyectos y contribuciones de Jesús E."/> <meta property="og:description" content="Trabajos, proyectos y contribuciones de Jesús E."/>
<meta property="og:url" content="."/> <meta property="og:url" content="."/>
<meta property="og:image" content="{% static 'core/images/favicon.png' %}"/> <meta property="og:image" content="{% static 'static/core/images/myself.jpeg' %}"/>
<!-- Twitter --> <!-- Twitter -->
<meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Sitio personal de Jesús"/> <meta name="twitter:title" content="Sitio personal de Jesús"/>
<meta name="twitter:description" content="Trabajos, proyectos y contribuciones de Jesús E."/> <meta name="twitter:description" content="Trabajos, proyectos y contribuciones de Jesús E."/>
<meta name="twitter:image" content="{% static 'core/images/favicon.png' %}"/> <meta name="twitter:image" content="{% static 'core/images/myself.jpeg' %}"/>
<link rel="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" /> <!-- icons -->
<link rel="apple-touch-icon" sizes="57x57" href="{% static 'core/images/apple-icon-57x57.png' %}">
<link rel="apple-touch-icon" sizes="60x60" href="{% static 'core/images/apple-icon-60x60.png' %}">
<link rel="apple-touch-icon" sizes="72x72" href="{% static 'core/images/apple-icon-72x72.png' %}">
<link rel="apple-touch-icon" sizes="76x76" href="{% static 'core/images/apple-icon-76x76.png' %}">
<link rel="apple-touch-icon" sizes="114x114" href="{% static 'core/images/apple-icon-114x114.png' %}">
<link rel="apple-touch-icon" sizes="120x120" href="{% static 'core/images/apple-icon-120x120.png' %}">
<link rel="apple-touch-icon" sizes="144x144" href="{% static 'core/images/apple-icon-144x144.png' %}">
<link rel="apple-touch-icon" sizes="152x152" href="{% static 'core/images/apple-icon-152x152.png' %}">
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'core/images/apple-icon-180x180.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'core/images/favicon-16x16.png' %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'core/images/favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="96x96" href="{% static 'core/images/favicon-96x96.png' %}">
<link rel="icon" type="image/png" sizes="192x192" href="{% static 'core/images/android-icon-192x192.png' %}">
<link rel="manifest" href="{% static 'core/images/manifest.json' %}">
<link rel="stylesheet" type="text/css" <link rel="stylesheet" type="text/css"
href="{% static 'core/lib/normalize-css/normalize.css' %}" href="{% static 'core/lib/normalize-css/normalize.css' %}"
integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/> integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/>