Skip to content

Commit

Permalink
pietro slides WIP - intro slides
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroppeter committed Sep 24, 2022
1 parent 9efc57f commit f314431
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,23 @@ Title: Nimib goes interactive
- together
- [ ] title slide
- [ ] add a small QR code with link to slides
- [x] presentation content slide
- Pietro:
- [ ] who am I (reuse from last time)
- [x] who am I (reuse from last time)
- [ ] livecoding
- [x] code example
- [ ] record livecoding
- [ ] add nbVideo to nimib (for Pietro's live coding)
- [ ] add a small QR code with link to video
- [x] livecode slide
- [ ] add nbVideo to nimib (for Pietro's live coding)
- [ ] add a small QR code with link to video
- [ ] 0.3.x changes
- [x] intro slide for release
- [ ] codeAsInSource
- [ ] custom block theory
- [ ] custom block examples
- [ ] nimib changes
- [ ] stdout flush fix
- [ ] pre line-height fix
- [ ] custom block examples
- [x] nimib changes
- [x] stdout flush fix
- [x] pre line-height fix
- Hugo:
- [x] nbPython example
- [ ] nbJstuff
Expand Down
85 changes: 85 additions & 0 deletions pietros_slides.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.2.0/reveal.min.css" integrity="sha512-vFD6wFRj2whK8/X/dMgxJHinKfGlwMYtN+yRCxvxvmOgIiMIlgrFb5iOuCoqwCID+Qcq2/gY8DpmNHcAjfHWxw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.2.0/theme/moon.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.2.0/plugin/highlight/monokai.min.css" integrity="sha512-z8wQkuDRFwCBfoj7KOiu1MECaRVoXx6rZQWL21x0BsVVH7JkqCp1Otf39qve6CrCycOOL5o9vgfII5Smds23rg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h3>👨‍👩‍👧 ME AND NIM</h3>
<ul>
<li>Pietro Peterlongo, <a href="https://goo.gl/maps/ceG6UsLEGqmx5Kpa7">Milan, Italy 🇮🇹</a></li>
<li>Python Data Scientist working on a <a href="https://www.toolsgroup.com">Supply Chain Planning Software</a></li>
<li>talked previously about nimib at <a href="https://pietroppeter.github.io/nimconf2021/revealjs/index.html">NimConf2021</a></li>
<li>helped organize <a href="https://archive.fosdem.org/2022/schedule/track/nim_programming_language/">Nim Devroom at FOSDEM 2022</a></li>
<li>let's organize again the Nim Devroom and meet at <a href="https://fosdem.org/2023/">FOSDEM 2023</a>!</li>
</ul>
</section>
<section>
<h2>Content of presentation</h2>
<ul>
<li>A livecoding👨‍💻 intro to Nimib🐳</li>
<li>✨Release of Nimib 0.3 - BlockMaker🧱
<ul>
<li>make your own <code>NbBlock</code>👷</li>
<li>🤯 <code>nbJsFromCode</code>, <code>nbKaraxCode</code></li>
</ul>
</li>
<li>Nimiboost🚀 and Nimibook📚 0.3</li>
<li>Contributing🤲 and Roadmap🗺️</li>
</ul>
</section>
<section>
<h2>A livecoding👨‍💻 intro to Nimib🐳</h2>
<aside class="notes">
here I need to add the video
</aside>
</section>
<section>
<section data-auto-animate>
<h2>✨Nimib 0.3 - BlockMaker🧱</h2>
<ul>
<li>make your own <code>NbBlock</code>👷</li>
<li>🤯 <code>nbJsFromCode</code>, <code>nbKaraxCode</code></li>
</ul>
</section>
<section data-auto-animate>
<h2>✨Nimib 0.3 - BlockMaker🧱</h2>
<ul>
<li>🪞<code>CodeAsInSource</code> now default</li>
<li>make your own <code>NbBlock</code>👷</li>
<li>🐍<code>nbPython</code></li>
<li>🤯 <code>nbJsFromCode</code>, <code>nbKaraxCode</code></li>
</ul>
</section>
<section data-auto-animate>
<h2>✨Nimib 0.3 - BlockMaker🧱</h2>
<ul>
<li>🪞<code>CodeAsInSource</code> now default</li>
<li>make your own <code>NbBlock</code>👷</li>
<li>🐍<code>nbPython</code></li>
<li>🤯 <code>nbJsFromCode</code>, <code>nbKaraxCode</code></li>
</ul>
<p>more stuff and details in <a href="https://github.com/pietroppeter/nimib/releases/tag/v0.3.0">0.3.0</a>
and <a href="https://github.com/pietroppeter/nimib/releases/tag/v0.3.1">0.3.1</a> release notes</p>
</section>
</section>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.2.0/reveal.js" integrity="sha512-+Dy2HJZ3Z1DWerDhqFE7AH2HTfnbq8RC1pKOashfMwx1s01fjPUebWoHqrRedU1yFimkexmzJJRilKxjs7lz8g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.2.0/plugin/highlight/highlight.min.js" integrity="sha512-U3fPDUX5bMrn1wnYqjaK44MFA9E6MKS+zPAg9WPAGF5XhReBeDj3FGaA831CjueG+YJxYA3WaO/m33kMIoOs/A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.2.0/plugin/notes/notes.min.js" integrity="sha512-v2co+5nr0bgHekutTzF5jAB0UAjM95dpCF7VVw7WsFCjfxonbQo8Vwl487tNYl0iHWHHGV4o5xKBp5ifyhJkWg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
Reveal.initialize({
plugins: [
RevealHighlight,
RevealNotes,
],
});
</script>
</body>
</html>

0 comments on commit f314431

Please sign in to comment.