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

Loading…
Cancel
Save