Skip to content

Commit

Permalink
Revert "Add logo of MSVK into the partners section"
Browse files Browse the repository at this point in the history
This reverts commit 22a7fea.

The cooperation with PyLadies Ostrava has been canceled by them.
  • Loading branch information
frenzymadness committed Oct 17, 2023
1 parent 22a7fea commit 77dde0e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ HOMEPAGE
.partner-logo {
height: auto;
width: 100%;
max-height: 160px;
max-width: 180px;
}

Expand Down
7 changes: 0 additions & 7 deletions static/img/logo/msvk.svg

This file was deleted.

15 changes: 0 additions & 15 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,5 @@ <h2 class="col-xs-12 text-center">Naši partneři</h2>
<img class="partner-logo img-responsive center-block" src="{{ pathto('_static/img/logo/czechitas.svg', 1) }}" />
</a>
</div>
<div class="partner col-xs-6 col-sm-4">
<!-- <a href="" target="_blank" rel="noopener">
<img class="partner-logo img-responsive center-block" src="{{ pathto('_static/img/logo/czechitas.svg', 1) }}" />
</a> -->
</div>
<div class="partner col-xs-6 col-sm-4">
<a href="https://www.msvk.cz/" target="_blank" rel="noopener">
<img class="partner-logo img-responsive center-block" src="{{ pathto('_static/img/logo/msvk.svg', 1) }}" />
</a>
</div>
<div class="partner col-xs-6 col-sm-4">
<!-- <a href="" target="_blank" rel="noopener">
<img class="partner-logo img-responsive center-block" src="{{ pathto('_static/img/logo/czechitas.svg', 1) }}" />
</a> -->
</div>
</section>
{% endblock content %}

0 comments on commit 77dde0e

Please sign in to comment.