Skip to content

Commit

Permalink
inserido favicon e adicionado o texto na landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-garcia committed Apr 3, 2024
1 parent d1069d1 commit d116d3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
Binary file added pypro/base/static/img/favicon.png
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 pypro/base/static/img/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 15 additions & 14 deletions pypro/base/templates/base/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

<title>Python Pro</title>

<meta name="description" content="Source code generated using layoutit.com">
<meta name="author" content="LayoutIt!">
<meta name="description" content="Página do curso Python Pro">
<meta name="author" content="Thiago Garcia">
<link rel="icon" type="image/png" href="{% static 'img/favicon.png' %}"/>

<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'css/style.css' %}" rel="stylesheet">
Expand Down Expand Up @@ -38,15 +39,11 @@
<div class="col-md-12">
<div class="jumbotron">
<h2>
Hello, world!
Curso de Python com Luciano Ramalho
</h2>
<p>
This is a template for a simple marketing or informational website. It includes a large callout
called the hero unit and three supporting pieces of content. Use it as a starting point to
create something more unique.
</p>
<p>
<a class="btn btn-primary btn-large" href="#">Learn more</a>
Confira em breve mais informações sobre o curso que será ministrado pelo autor do livro
<a href="http://shop.oreilly.com/product/0636920032519.do" target="_blank">Python Fluente</a>
</p>
</div>
</div>
Expand All @@ -55,16 +52,20 @@ <h2>
<div class="col-md-12">
<div class="card">
<h5 class="card-header">
Card title
Mais detalhes sobre o instrutor
</h5>
<div class="card-body">
<p class="card-text">
Card content
<img src="{% static 'img/user.png' %}" alt="Autor" class="img-thumbnail float-left mr-3" />
Ramalho é sócio e professor na <a href="www.python.pro.br">Python Pro</a> e autor do Livro
Python Fluente. Foi diretor técnico do Brasil Online, primeiro portal da Abril S/A na Web.
Liderou times para os portais IDG Now, BOL, UOL, AOL Brasil e outros, usando Python desde 1998.
Como instrutor, atendeu clientes como Citibank, CPqD, Serpro, Presidência da República,
Globo.com e Itaú. Palestrante em eventos internacionais como FISL, PyCon US e OSCON. Ajudou a
criar a Associação Python Brasil e foi seu presidente. É membro da Python Software Foundation e
fundador do Garoa Hacker Clube, o primeiro hackerspace do Brasil.
</p>
</div>
<div class="card-footer">
Card footer
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d116d3a

Please sign in to comment.