Compare commits

...

2 Commits

13 changed files with 24 additions and 2 deletions

14
.gitignore vendored
View File

@ -1,3 +1,16 @@
<<<<<<< HEAD
# Ignorar archivos de configuración de IDEs
.venv
venv
# Ignorar todo en /static/uploads
/static/uploads/*
/cache/*
# ¡Pero no ignores el archivo .gitkeep!
!/static/uploads/.gitkeep
!/cache/.gitkeep
=======
.venv
venv
@ -6,3 +19,4 @@ venv
/static/uploads/
!/static/uploads/.gitkeep
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e

View File

@ -10,6 +10,10 @@
{% block body %}
<<<<<<< HEAD
=======
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
<img src="{{ url_for('static', filename='y_img/methodology/m-02.svg') }}" alt="Metodología" data-aos="fade-up" data-aos-delay="0" data-aos-duration="800">
@ -25,6 +29,10 @@
});
</script> -->
<<<<<<< HEAD
=======
>>>>>>> 94e4367c31b015af0d4c0e4325ec73836c63754e
{% endblock body %}
{% block js %}

View File

@ -39,7 +39,7 @@
<div class="form-footer">
<a href="{{ url_for('login') }}" class="forgot-password">
<i class="bi bi-arrow-left me-1"></i> Regresar al Log In
<i class="bi bi-arrow-left me-1"></i> Regresar al Login
</a>
</div>

View File

@ -80,7 +80,7 @@
<!-- Log In -->
<li class="nav-item">
<a class="nav-link {% if active_page == 'login' %}active{% endif %}" href="{{url_for('login')}}">Log In</a>
<a class="nav-link {% if active_page == 'login' %}active{% endif %}" href="{{url_for('login')}}">Login</a>
</li>