publish other talks

This commit is contained in:
Ayo 2023-05-27 23:11:10 +02:00
parent 30d8305e82
commit adbf2b07d9
5 changed files with 66 additions and 2 deletions

View file

@ -0,0 +1,19 @@
---
published: true
title: WebSAFE - FOSS4G 2015
permalink: /:title/
description: "Presented WebSAFE as an online exposure and risk assessment tool during the Web and Framework track as a full talk"
category: talks
---
Presented WebSAFE as an online exposure and risk assessment tool during the Web and Framework track as a full talk
Session: Web and Framework
Venue: The K Seoul Hotel, Seoul, Korea
<iframe src="https://player.vimeo.com/video/142336887?h=b9dc6091e4" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<p>
<a href="https://vimeo.com/142336887">WebSAFE: Developing an Online Exposure and Risk Assessment Tool for the Philippines &mdash; Ivan Lester Saddi, Ramon Ayco Jr</a> from <a href="https://vimeo.com/foss4g">FOSS4G</a> on <a href="https://vimeo.com">Vimeo</a>.
</p>

View file

@ -0,0 +1,14 @@
---
published: true
title: WebSAFE - Asian Conference on Remote Sensing 2015
category: talks
permalink: /:title/
description: "presented WebSAFE as a full talk in the WebGIS & Digital Earth track"
category: talks
---
Presented WebSAFE as a full talk in the WebGIS & Digital Earth track
Session: WebGIS & Digital Earth
Venue: Crowne Plaza Manila Galleria

View file

@ -0,0 +1,13 @@
---
published: true
title: WebSAFE - DevCon Summit 2015
permalink: /:title/
description: "Presented WebSAFE as a scalable tool for disaster mitigation in the Web Development Special Track"
category: talks
---
Presented WebSAFE as a scalable tool for disaster mitigation in the Web Development Special Track
Session: Web Development Special Track
Venue: SMX Convention Center

View file

@ -1,10 +1,10 @@
---
published: true
title: "Gave an Introduction Talk about Astro"
title: "Introduction to Astro - Coven of Wisdom Amsterdam 2023"
permalink: /:title/
image: astro-amsterdam-2023
description: "Fun squeezing awesome Astro stuff into a tiny meetup talk"
category: technology
category: talks
---
Last April 19, 2023 I gave a quick talk about [Astro](https://astro.build) in the very first [Coven of Wisdom meetup in Amsterdam](https://www.meetup.com/coven-of-wisdom-amsterdam/events/292064053/). Had lots of fun talking about my current favorite framework!<!--more-->

18
talks.html Normal file
View file

@ -0,0 +1,18 @@
---
layout: category
category-name: talks
permalink: /talks/
---
<h1>Talks I've Given</h1>
<div class="blog-home">
{% if site.categories.talks.size > 0 %}
<ul class="blog-home__list-items">
{% for post in site.categories.talks %} {% include post-item.html %} {%
endfor %}
</ul>
{% else %}
<span>No posts to show.</span>
{% endif %}
</div>