Skip to content

Commit fbbcbfe

Browse files
committed
Fix bug in images
1 parent 542c929 commit fbbcbfe

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

eventos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2 class="text-muted"></h2>
7979
<h1>Eventos</h1>
8080

8181

82-
<img alt="cobra caminhando" class="rounded mx-auto d-block align-center" src="images/eventos.png" />
82+
<img alt="cobra caminhando" class="rounded mx-auto d-block align-center" src="/images/eventos2.png" />
8383
<ul class="simple">
8484
<li>Meetup do <a class="reference external" href="https://www.meetup.com/pt-BR/pyporto/">Python Porto</a></li>
8585
<li>Meetup do <a class="reference external" href="https://www.meetup.com/pt-BR/Python-LX/">Python Lx</a></li>

images/eventos2.png

88 KB
Loading

images/ondeestamos2.png

85.7 KB
Loading

ondeestamos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2 class="text-muted"></h2>
7979
<h1>Onde estamos</h1>
8080

8181

82-
<img alt="cobra numa ilha do tesouro" class="rounded mx-auto d-block align-center" src="/images/ondeestamos.png" />
82+
<img alt="cobra numa ilha do tesouro" class="rounded mx-auto d-block align-center" src="/images/ondeestamos2.png" />
8383
<ul class="simple">
8484
<li><span class="fa fa-slack"></span> <a class="reference external" href="https://pythonportugal.slack.com">Slack</a> (atenção, fazer esta <a class="reference external" href="https://pythonportugal.typeform.com/to/YJ4hwR">inscrição</a>)</li>
8585
<li><span class="fa fa-envelope"></span> <a class="reference external" href="http://groups.google.com/group/python-pt">Mailling List</a></li>

0 commit comments

Comments
 (0)