Skip to content

Commit

Permalink
Merge pull request PyBAQ#569 from jesubohr/update-logo-kiss
Browse files Browse the repository at this point in the history
Cambio de logo a version moderna
  • Loading branch information
pyjavo authored Oct 31, 2024
2 parents a9f36a9 + 90a8843 commit 04ee9c8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
Binary file modified assets/ico/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/img/pybaq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<body>
{% include 'layouts/menu.html' %}
<div style="height: 75px"></div>
<div style="height: 95px"></div>
{% block body %}{% endblock %}

{% include 'layouts/footer.html' %}
Expand Down
3 changes: 2 additions & 1 deletion templates/layouts/menu.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
</div><nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container">
<a class="navbar-brand" href="{{ '/'|url }}">
<img src="{{ '/img/pybaq-logo.png' | url}}" alt="Python Barranquilla" width="175" height="50">
<img src="{{ '/img/python.png' | url}}" alt="Python" width="70" height="70">
<img src="{{ '/img/pybaq.svg' | url}}" alt="Python Barranquilla" width="170" height="70">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
6 changes: 3 additions & 3 deletions templates/proyecto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{% extends "layout.html" %}
{% block body %}
{% for image in this.attachments %}
<div class="d-flex justify-content-center">
<p><img class="center-block img-fluid" src="{{ image|url }}" alt=""></p>
<div class="d-flex justify-content-center mt-4 mb-2">
<p><img class="center-block img-fluid" src="{{ image|url }}" alt="" style="max-height: 400px;"></p>
</div>
{% endfor %}
<div class="container">
<div class="container mb-4">
<h1>{{this.name}}</h1>
<p>{{this.description}}</p>
<p><a href="{{this.website_handle}}">{{this.website_handle}}</a></p>
Expand Down

0 comments on commit 04ee9c8

Please sign in to comment.