Improve microdata and icons
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
BIN
django/core/static/core/images/android-icon-144x144.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
django/core/static/core/images/android-icon-192x192.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
django/core/static/core/images/android-icon-36x36.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
django/core/static/core/images/android-icon-48x48.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
django/core/static/core/images/android-icon-72x72.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
django/core/static/core/images/android-icon-96x96.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
django/core/static/core/images/apple-icon-114x114.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
django/core/static/core/images/apple-icon-120x120.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
django/core/static/core/images/apple-icon-144x144.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
django/core/static/core/images/apple-icon-152x152.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
django/core/static/core/images/apple-icon-180x180.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
django/core/static/core/images/apple-icon-57x57.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
django/core/static/core/images/apple-icon-60x60.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
django/core/static/core/images/apple-icon-72x72.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
django/core/static/core/images/apple-icon-76x76.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
django/core/static/core/images/favicon-16x16.png
Normal file
After Width: | Height: | Size: 793 B |
BIN
django/core/static/core/images/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
django/core/static/core/images/favicon-96x96.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.0 KiB |
44
django/core/static/core/images/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
@ -1,7 +1,7 @@
|
||||
{% load static %}
|
||||
<!Doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% load static %}
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Sitio personal de Jesús</title>
|
||||
@ -13,13 +13,29 @@
|
||||
<meta property="og:site_name" content="Portafolio">
|
||||
<meta property="og:description" content="Trabajos, proyectos y contribuciones de Jesús E."/>
|
||||
<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 -->
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<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:image" content="{% static 'core/images/favicon.png' %}"/>
|
||||
<link rel="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" />
|
||||
<meta name="twitter:image" content="{% static 'core/images/myself.jpeg' %}"/>
|
||||
<!-- 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"
|
||||
href="{% static 'core/lib/normalize-css/normalize.css' %}"
|
||||
integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/>
|
||||
|