Skip to content

Commit cb18613

Browse files
authored
Merge pull request #30 from pythonpt/add_logo
Add logo
2 parents 5b85edb + f72a0ce commit cb18613

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content/images/python_pt-logo.gif

2.57 KB
Loading

content/pages/inicio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python Portugal
88

99

1010
.. image:: /images/python3.png
11-
:class: rounded mx-auto d-block
11+
:class: img-fluid rounded mx-auto d-block
1212
:align: center
1313
:alt: homem com cobra na mão e castelo ao fundo com bandeira portuguesa
1414

theme/python-pt/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<body id="index" class="archive">
4242
<div class="container">
4343
<nav class="navbar navbar-expand-lg navbar-light bg-light">
44-
<a class="navbar-brand" href="{{SITEURL}}/index.html">PythonPT</a>
44+
<a class="navbar-brand" href="{{SITEURL}}/index.html"><img class="img-fluid" src="{{SITEURL}}/images/python_pt-logo.gif" /></a>
4545
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4646
<span class="navbar-toggler-icon"></span>
4747
</button>

0 commit comments

Comments
 (0)