aboutsummaryrefslogtreecommitdiffstats
path: root/django
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-01-16 13:59:15 -0500
committerJesús <heckyel@hyperbola.info>2022-01-16 13:59:15 -0500
commit8a7b75c5255bb25f807664419387af827bb0ae85 (patch)
treea9bb949038c8eec5965d70a05312107e377c2676 /django
parent80082f4ff681dd76d68eeefe2f8369b3ba11952c (diff)
downloadpersonal-site-8a7b75c5255bb25f807664419387af827bb0ae85.tar.lz
personal-site-8a7b75c5255bb25f807664419387af827bb0ae85.tar.xz
personal-site-8a7b75c5255bb25f807664419387af827bb0ae85.zip
Improve microdata and icons
Diffstat (limited to 'django')
-rw-r--r--django/core/static/core/images/BG.jpgbin46874 -> 46856 bytes
-rw-r--r--django/core/static/core/images/android-icon-144x144.pngbin0 -> 22568 bytes
-rw-r--r--django/core/static/core/images/android-icon-192x192.pngbin0 -> 36118 bytes
-rw-r--r--django/core/static/core/images/android-icon-36x36.pngbin0 -> 2473 bytes
-rw-r--r--django/core/static/core/images/android-icon-48x48.pngbin0 -> 3792 bytes
-rw-r--r--django/core/static/core/images/android-icon-72x72.pngbin0 -> 7105 bytes
-rw-r--r--django/core/static/core/images/android-icon-96x96.pngbin0 -> 11486 bytes
-rw-r--r--django/core/static/core/images/apple-icon-114x114.pngbin0 -> 15236 bytes
-rw-r--r--django/core/static/core/images/apple-icon-120x120.pngbin0 -> 16678 bytes
-rw-r--r--django/core/static/core/images/apple-icon-144x144.pngbin0 -> 22568 bytes
-rw-r--r--django/core/static/core/images/apple-icon-152x152.pngbin0 -> 24691 bytes
-rw-r--r--django/core/static/core/images/apple-icon-180x180.pngbin0 -> 32930 bytes
-rw-r--r--django/core/static/core/images/apple-icon-57x57.pngbin0 -> 4940 bytes
-rw-r--r--django/core/static/core/images/apple-icon-60x60.pngbin0 -> 5263 bytes
-rw-r--r--django/core/static/core/images/apple-icon-72x72.pngbin0 -> 7105 bytes
-rw-r--r--django/core/static/core/images/apple-icon-76x76.pngbin0 -> 7775 bytes
-rw-r--r--django/core/static/core/images/favicon-16x16.pngbin0 -> 793 bytes
-rw-r--r--django/core/static/core/images/favicon-32x32.pngbin0 -> 2040 bytes
-rw-r--r--django/core/static/core/images/favicon-96x96.pngbin0 -> 11486 bytes
-rw-r--r--django/core/static/core/images/favicon.pngbin2065 -> 0 bytes
-rw-r--r--django/core/static/core/images/manifest.json44
-rw-r--r--django/core/static/core/images/myself.jpegbin87117 -> 87099 bytes
-rw-r--r--django/core/templates/core/base.djhtml24
23 files changed, 64 insertions, 4 deletions
diff --git a/django/core/static/core/images/BG.jpg b/django/core/static/core/images/BG.jpg
index 615d79d..1c6654b 100644
--- a/django/core/static/core/images/BG.jpg
+++ b/django/core/static/core/images/BG.jpg
Binary files differ
diff --git a/django/core/static/core/images/android-icon-144x144.png b/django/core/static/core/images/android-icon-144x144.png
new file mode 100644
index 0000000..452aacd
--- /dev/null
+++ b/django/core/static/core/images/android-icon-144x144.png
Binary files differ
diff --git a/django/core/static/core/images/android-icon-192x192.png b/django/core/static/core/images/android-icon-192x192.png
new file mode 100644
index 0000000..ee911f3
--- /dev/null
+++ b/django/core/static/core/images/android-icon-192x192.png
Binary files differ
diff --git a/django/core/static/core/images/android-icon-36x36.png b/django/core/static/core/images/android-icon-36x36.png
new file mode 100644
index 0000000..a6d7e26
--- /dev/null
+++ b/django/core/static/core/images/android-icon-36x36.png
Binary files differ
diff --git a/django/core/static/core/images/android-icon-48x48.png b/django/core/static/core/images/android-icon-48x48.png
new file mode 100644
index 0000000..e3bfbc0
--- /dev/null
+++ b/django/core/static/core/images/android-icon-48x48.png
Binary files differ
diff --git a/django/core/static/core/images/android-icon-72x72.png b/django/core/static/core/images/android-icon-72x72.png
new file mode 100644
index 0000000..7ad2640
--- /dev/null
+++ b/django/core/static/core/images/android-icon-72x72.png
Binary files differ
diff --git a/django/core/static/core/images/android-icon-96x96.png b/django/core/static/core/images/android-icon-96x96.png
new file mode 100644
index 0000000..a08d561
--- /dev/null
+++ b/django/core/static/core/images/android-icon-96x96.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-114x114.png b/django/core/static/core/images/apple-icon-114x114.png
new file mode 100644
index 0000000..8f91323
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-114x114.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-120x120.png b/django/core/static/core/images/apple-icon-120x120.png
new file mode 100644
index 0000000..a2e2656
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-120x120.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-144x144.png b/django/core/static/core/images/apple-icon-144x144.png
new file mode 100644
index 0000000..452aacd
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-144x144.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-152x152.png b/django/core/static/core/images/apple-icon-152x152.png
new file mode 100644
index 0000000..bf7c064
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-152x152.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-180x180.png b/django/core/static/core/images/apple-icon-180x180.png
new file mode 100644
index 0000000..20902de
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-180x180.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-57x57.png b/django/core/static/core/images/apple-icon-57x57.png
new file mode 100644
index 0000000..d52ed4f
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-57x57.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-60x60.png b/django/core/static/core/images/apple-icon-60x60.png
new file mode 100644
index 0000000..03dd211
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-60x60.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-72x72.png b/django/core/static/core/images/apple-icon-72x72.png
new file mode 100644
index 0000000..7ad2640
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-72x72.png
Binary files differ
diff --git a/django/core/static/core/images/apple-icon-76x76.png b/django/core/static/core/images/apple-icon-76x76.png
new file mode 100644
index 0000000..ee12a69
--- /dev/null
+++ b/django/core/static/core/images/apple-icon-76x76.png
Binary files differ
diff --git a/django/core/static/core/images/favicon-16x16.png b/django/core/static/core/images/favicon-16x16.png
new file mode 100644
index 0000000..4b502ad
--- /dev/null
+++ b/django/core/static/core/images/favicon-16x16.png
Binary files differ
diff --git a/django/core/static/core/images/favicon-32x32.png b/django/core/static/core/images/favicon-32x32.png
new file mode 100644
index 0000000..8cf6c05
--- /dev/null
+++ b/django/core/static/core/images/favicon-32x32.png
Binary files differ
diff --git a/django/core/static/core/images/favicon-96x96.png b/django/core/static/core/images/favicon-96x96.png
new file mode 100644
index 0000000..a08d561
--- /dev/null
+++ b/django/core/static/core/images/favicon-96x96.png
Binary files differ
diff --git a/django/core/static/core/images/favicon.png b/django/core/static/core/images/favicon.png
deleted file mode 100644
index 45884f7..0000000
--- a/django/core/static/core/images/favicon.png
+++ /dev/null
Binary files differ
diff --git a/django/core/static/core/images/manifest.json b/django/core/static/core/images/manifest.json
new file mode 100644
index 0000000..c4b8f16
--- /dev/null
+++ b/django/core/static/core/images/manifest.json
@@ -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"
+ }
+ ]
+}
diff --git a/django/core/static/core/images/myself.jpeg b/django/core/static/core/images/myself.jpeg
index 4ece011..2604e24 100644
--- a/django/core/static/core/images/myself.jpeg
+++ b/django/core/static/core/images/myself.jpeg
Binary files differ
diff --git a/django/core/templates/core/base.djhtml b/django/core/templates/core/base.djhtml
index 1a5d082..a4baadc 100644
--- a/django/core/templates/core/base.djhtml
+++ b/django/core/templates/core/base.djhtml
@@ -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=="/>