blog.html 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Ivan - Blog</title>
  6. <!-- SEO stuff -->
  7. <meta name="title" content="Ivan Robles Blog">
  8. <meta name="description" content="Website about me, Ivan Robles: This is my blog, made in pure HTML and love">
  9. <meta name="keywords" content="portfolio,ivan,robles, developer,freelance,software,engineer">
  10. <meta name="robots" content="index, follow">
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <meta name="language" content="English">
  13. <meta name="revisit-after" content="1 days">
  14. <meta name="author" content="Ivan Robles">
  15. <!-- functional and style section -->
  16. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  17. <link rel="icon" href="https://images2.imgbox.com/2f/04/1GBBBKff_o.png"/>
  18. <link rel="stylesheet" href="static/style.css">
  19. <script src="static/medium-zoom.1.0.8.min.js"></script>
  20. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
  21. </head>
  22. <body>
  23. <header>
  24. <h1>Blog</h1>
  25. </header>
  26. <main>
  27. <details>
  28. <summary id="blog3">
  29. <h4>Web Programming Workshop (Shorter One)</h4>
  30. <p style="font-size:x-small;">05-11-2023 19:52</p>
  31. </summary>
  32. <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:
  33. I may add subtitles in Spanish and English later on</p>
  34. <a href="https://navitux.neocities.org/taller-programacion-web/">Slides (web format)</a>
  35. <a href="https://youtu.be/bAVJWEmLbgo">Taller Programación web Front-End 2022 - Video 1</a>
  36. <a href="https://youtu.be/EsHfXKJTkEE">Taller Programación web Front-End 2022 - Video 2</a>
  37. <a href="https://youtu.be/3y1vC86aqEk">Taller Programación web Front-End 2022 - Video 3</a>
  38. </details>
  39. <br>
  40. <details>
  41. <summary id="blog2">
  42. <h4>Web Programming Course (Spanish)</h4>
  43. <p style="font-size:x-small;">05-11-2023 19:41</p>
  44. </summary>
  45. <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>
  46. <a href="https://drive.google.com/drive/folders/1GuGtOqLZ32I2QpyMXtDPlabqCJVTCRgh?usp=sharing">PDF Material</a>
  47. <br>
  48. <a href="https://video.hardlimit.com/w/hcL9HmDdQez2dADLQtoZTd">Web Programming Course (Spanish) - Intro 1/7</a>
  49. <br>
  50. <a href="https://video.hardlimit.com/w/dZ5r1Vm2rjAGFyJ58Y7P77">Web Programming Course (Spanish) - Bases 2/7</a>
  51. <br>
  52. <a href="https://video.hardlimit.com/w/rp8Euk7pCXjAHdoPu48SzT">Web Programming Course (Spanish) - HTML 3/7</a>
  53. <br>
  54. <a href="https://video.hardlimit.com/w/84npdTmpyG7q6k1UpEYGyL">Web Programming Course (Spanish) - CSS 4/7</a>
  55. <br>
  56. <a href="https://video.hardlimit.com/w/gCyk3oAroaKbhhYAF3nkLu">Web Programming Course (Spanish) - Javascript 5/7</a>
  57. <br>
  58. <a href="https://video.hardlimit.com/w/oWsSunKAaUr9nvzDHmqjHT">Web Programming Course (Spanish) - Design Principles 6/7</a>
  59. <br>
  60. <a href="https://video.hardlimit.com/w/xgbmpAi1fPUark9Tduvd6R">Web Programming Course (Spanish) - Frameworks Final 7/7</a>
  61. <br>
  62. <p>Youtube reproduction list:</p>
  63. <a href="https://youtube.com/playlist?list=PLrNjNrrDusy6aYiwmjBqZP19x4LSgGFpq">Curso Programación web Front-End 2021</a>
  64. </details>
  65. <br>
  66. <details>
  67. <summary id="blog1">
  68. <h4>Hello (again)</h4>
  69. <p style="font-size:x-small;">05-11-2023 04:29</p>
  70. </summary>
  71. <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>
  72. </details>
  73. <hr>
  74. </main>
  75. </body>
  76. </html>