Browse Source

Updates for Nao Sou Eu

master
Julio Biason 1 week ago
parent
commit
e5cf1288bb
  1. BIN
      _images/python-poetry.png
  2. BIN
      _images/tng-deanna-riker-hug-2.gif
  3. BIN
      _images/tng-deanna-riker-hug.gif
  4. BIN
      _images/tng-enterprise-explodes.gif
  5. 52
      nao-sou-eu.html

BIN
_images/python-poetry.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
_images/tng-deanna-riker-hug-2.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 MiB

BIN
_images/tng-deanna-riker-hug.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB

BIN
_images/tng-enterprise-explodes.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

52
nao-sou-eu.html

@ -61,6 +61,14 @@
.semi-opaque { .semi-opaque {
background-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7);
} }
.sidebyside {
display: flex;
}
.side {
flex: 1;
}
</style> </style>
</head> </head>
@ -257,9 +265,9 @@
</section> </section>
<!-- surgiu a chance de trabalhar junto de novo --> <!-- surgiu a chance de trabalhar junto de novo -->
<section> <section>
<img src="_images/tng-lavelle-promotion.webp" class="stretch"> <img src="_images/tng-lavelle-promotion.webp" class="stretch">
</section> </section>
<!-- ... mas virou objective-c --> <!-- ... mas virou objective-c -->
<section> <section>
@ -271,13 +279,13 @@
</aside> </aside>
</section> </section>
<section> <section>
<img src="_images/tng-q-snap.gif" class="stretch"> <img src="_images/tng-q-snap.gif" class="stretch">
<aside class="notes"> <aside class="notes">
E finalmente surgiu o projeto em Python, com Flask. E finalmente surgiu o projeto em Python, com Flask.
</aside> </aside>
</section> </section>
<section> <section>
<img src="_images/consuela-lemon-pledge.gif" class="stretch"> <img src="_images/consuela-lemon-pledge.gif" class="stretch">
@ -291,13 +299,13 @@
</section> </section>
<!-- Django --> <!-- Django -->
<section> <section>
<img src="_images/tng-troi-cowboy.webp" class="stretch"/> <img src="_images/tng-troi-cowboy.webp" class="stretch"/>
<aside class="notes"> <aside class="notes">
E em Django. E em Django.
</aside> </aside>
</section> </section>
<section> <section>
<h3>Nova Separação</h3> <h3>Nova Separação</h3>
@ -322,6 +330,16 @@
<!-- Múltiplas versões, incluindo não-mantidas --> <!-- Múltiplas versões, incluindo não-mantidas -->
<section> <section>
<div class="sidebyside">
<div class="side">
<img src="_images/tng-deanna-riker-hug.gif" style="float:left;width=200px">
</div>
<div class="side">
<img src="_images/tng-deanna-riker-hug-2.gif" style="float:right;width=200px">
</div>
</div>
<aside class="notes"> <aside class="notes">
A máquina de testes usa Python 3.6. A máquina de testes usa Python 3.6.
@ -336,7 +354,7 @@
<!-- distribuição de coisas --> <!-- distribuição de coisas -->
<!-- packaging? what? exe quebra tudo --> <!-- packaging? what? exe quebra tudo -->
<section> <section>
<img src="_images/broken-gif-Andy-Samberg.gif" class="stretch"> <img src="_images/tng-enterprise-explodes.gif" class="stretch">
<aside class="notes"> <aside class="notes">
Install no WSL quebrava pacotes por culpa da versão do Python no sistema. Install no WSL quebrava pacotes por culpa da versão do Python no sistema.
@ -422,6 +440,8 @@
</section> </section>
<section> <section>
<img src="_images/python-poetry.png" class="stretch">
<aside class="notes"> <aside class="notes">
Só pra ter uma ideia: Poetry, que é o primeiro Só pra ter uma ideia: Poetry, que é o primeiro
gerenciador de pacotes pra Python a suportar gerenciador de pacotes pra Python a suportar

Loading…
Cancel
Save