1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Ivan - Blog</title>
- <!-- SEO stuff -->
- <meta name="title" content="Ivan Robles Blog">
- <meta name="description" content="Website about me, Ivan Robles: This is my blog, made in pure HTML and love">
- <meta name="keywords" content="portfolio,ivan,robles, developer,freelance,software,engineer">
- <meta name="robots" content="index, follow">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="language" content="English">
- <meta name="revisit-after" content="1 days">
- <meta name="author" content="Ivan Robles">
- <!-- functional and style section -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" href="https://images2.imgbox.com/2f/04/1GBBBKff_o.png"/>
- <link rel="stylesheet" href="static/style.css">
- <script src="static/medium-zoom.1.0.8.min.js"></script>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
- </head>
- <body>
- <header>
- <h1>Blog</h1>
- </header>
- <main>
- <details>
- <summary id="blog3">
- <h4>Web Programming Workshop (Shorter One)</h4>
- <p style="font-size:x-small;">05-11-2023 19:52</p>
- </summary>
- <p>As a freelance work, social service and in collaboration with esposible.org, I did and taught a web programming workshop in Spanish in February 2022 which is the short version of the first one I had taught months before, here are the links to the recordings and the material now in web version:
- I may add subtitles in Spanish and English later on</p>
- <a href="https://navitux.neocities.org/taller-programacion-web/">Slides (web format)</a>
- <a href="https://youtu.be/bAVJWEmLbgo">Taller Programación web Front-End 2022 - Video 1</a>
- <a href="https://youtu.be/EsHfXKJTkEE">Taller Programación web Front-End 2022 - Video 2</a>
- <a href="https://youtu.be/3y1vC86aqEk">Taller Programación web Front-End 2022 - Video 3</a>
- </details>
-
- <br>
-
- <details>
- <summary id="blog2">
- <h4>Web Programming Course (Spanish)</h4>
- <p style="font-size:x-small;">05-11-2023 19:41</p>
- </summary>
- <p>As freelance job, social service and in collaboration with esposible.org organization hosted by Simon Levy, I had teach a course fully in Spanish of around 14 hours along several weeks and I had uploaded all on Youtube at first, I hope you enjoy the content, I will update the courses soon, here are the videos and the material in PDF format:</p>
- <a href="https://drive.google.com/drive/folders/1GuGtOqLZ32I2QpyMXtDPlabqCJVTCRgh?usp=sharing">PDF Material</a>
- <br>
- <a href="https://video.hardlimit.com/w/hcL9HmDdQez2dADLQtoZTd">Web Programming Course (Spanish) - Intro 1/7</a>
- <br>
- <a href="https://video.hardlimit.com/w/dZ5r1Vm2rjAGFyJ58Y7P77">Web Programming Course (Spanish) - Bases 2/7</a>
- <br>
- <a href="https://video.hardlimit.com/w/rp8Euk7pCXjAHdoPu48SzT">Web Programming Course (Spanish) - HTML 3/7</a>
- <br>
- <a href="https://video.hardlimit.com/w/84npdTmpyG7q6k1UpEYGyL">Web Programming Course (Spanish) - CSS 4/7</a>
- <br>
- <a href="https://video.hardlimit.com/w/gCyk3oAroaKbhhYAF3nkLu">Web Programming Course (Spanish) - Javascript 5/7</a>
- <br>
- <a href="https://video.hardlimit.com/w/oWsSunKAaUr9nvzDHmqjHT">Web Programming Course (Spanish) - Design Principles 6/7</a>
- <br>
- <a href="https://video.hardlimit.com/w/xgbmpAi1fPUark9Tduvd6R">Web Programming Course (Spanish) - Frameworks Final 7/7</a>
- <br>
- <p>Youtube reproduction list:</p>
- <a href="https://youtube.com/playlist?list=PLrNjNrrDusy6aYiwmjBqZP19x4LSgGFpq">Curso Programación web Front-End 2021</a>
- </details>
-
- <br>
- <details>
- <summary id="blog1">
- <h4>Hello (again)</h4>
- <p style="font-size:x-small;">05-11-2023 04:29</p>
- </summary>
- <p>I just switched my blog from Plume blogging platform to a markdown-ish file in the same place where is my site, althought I like a lot the variety of Fediverse platforms, I decided just keep it local</p>
- </details>
- <hr>
- </main>
- </body>
- </html>
|