diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-13 21:58:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-13 21:58:48 -0500 |
commit | 384baf2227c75f7f2331fe5783ebf06df9254b35 (patch) | |
tree | 0f3f29c1222cb3aabd4e54774a9f03b8a5fe7c1a | |
parent | 349e0eda1152fe1ebbe7ca917ea5dd7c69f5bae0 (diff) | |
download | personal-site-384baf2227c75f7f2331fe5783ebf06df9254b35.tar.lz personal-site-384baf2227c75f7f2331fe5783ebf06df9254b35.tar.xz personal-site-384baf2227c75f7f2331fe5783ebf06df9254b35.zip |
change profile image
-rw-r--r-- | django/core/static/core/images/foto.png | bin | 16344 -> 0 bytes | |||
-rw-r--r-- | django/project/templates/trabajo/index.djhtml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/core/static/core/images/foto.png b/django/core/static/core/images/foto.png Binary files differdeleted file mode 100644 index 489019d..0000000 --- a/django/core/static/core/images/foto.png +++ /dev/null diff --git a/django/project/templates/trabajo/index.djhtml b/django/project/templates/trabajo/index.djhtml index eb7ddd4..1a22c07 100644 --- a/django/project/templates/trabajo/index.djhtml +++ b/django/project/templates/trabajo/index.djhtml @@ -6,7 +6,7 @@ <section class="acerca-de" id="acerca-de"> <div class="contenedor"> <div class="foto"> - <img alt="Jesús Eduardo" title="Jesús Eduardo" src="{% static 'core/images/foto.png' %}" width="115"/> + <img alt="Jesús Eduardo" title="Jesús Eduardo" src="{% static 'core/images/myself.jpeg' %}" width="115"/> </div> <div class="texto"> <h3 class="titulo">Acerca de</h3> |