Skip to content

Commit ea91031

Browse files
committed
udpdate linkedin and add decks, update for LDM 3 and 4
1 parent 73fa419 commit ea91031

3 files changed

Lines changed: 117 additions & 1 deletion

File tree

_events/2017-12-17-ldm3.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: events
3+
title: "Lombok Dev Meetup #3"
4+
event_date: 2017-12-17
5+
banner: "https://github.com/LombokDev/Meetup003/blob/master/assets/img/meetup.png?raw=true"
6+
location: "Cafe Soetjipto - Mataram, Lombok"
7+
duration: "1 Day"
8+
description: "Lombok Dev Meetup #3 will be held in a Tech Talk format—30 to 60 minute presentations that explore technical topics in more depth than lightning talks, but still without requiring hands-on participation. The event continues the enthusiasm from the first two meetups and aims to bring IT practitioners in Lombok together to share knowledge, foster collaboration, and strengthen local IT communities. Target participants include students, developers, engineers, programmers, sysadmins, and anyone interested in IT."
9+
decks: https://github.com/LombokDev/Meetup003/tree/master/slides
10+
11+
agenda:
12+
- time: "08:30 - 10:00"
13+
topic: "Registration"
14+
speaker: "-"
15+
- time: "10:00 - 10:10"
16+
topic: "Introduction"
17+
speaker: "Wahyu Ramadhan"
18+
- time: "10:10 - 10:30"
19+
topic: "Cloud in Indonesia"
20+
speaker: "Dondy Bappedyanto"
21+
- time: "10:30 - 11:10"
22+
topic: "WebVR: User Happiness"
23+
speaker: "Rizky Aristiyansyah"
24+
- time: "11:10 - 11:50"
25+
topic: "GIS with React.js"
26+
speaker: "Subhan Nizar"
27+
- time: "11:50 - 13:00"
28+
topic: "Break (Ishoma)"
29+
speaker: "-"
30+
- time: "13:00 - 14:00"
31+
topic: "Taklukan SEO dengan Semantic Web"
32+
speaker: "Syamsul Muttaqin"
33+
- time: "14:00 - 14:40"
34+
topic: "Game Development - Get Started & How To"
35+
speaker: "M. Nasrul Alawy"
36+
37+
speakers:
38+
- name: "Wahyu Ramadhan"
39+
topic: "Introduction"
40+
- name: "Dondy Bappedyanto"
41+
topic: "Cloud in Indonesia"
42+
- name: "Rizky Aristiyansyah"
43+
topic: "WebVR: User Happiness"
44+
- name: "Subhan Nizar"
45+
topic: "GIS with React.js"
46+
- name: "Syamsul Muttaqin"
47+
topic: "Taklukan SEO dengan Semantic Web"
48+
- name: "M. Nasrul Alawy"
49+
topic: "Game Development - Get Started & How To"
50+
51+
---

_events/2018-04-15-ldm4.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: events
3+
title: "Lombok Dev Meetup #4"
4+
event_date: 2018-04-15
5+
banner: "https://github.com/LombokDev/Meetup004/blob/master/slides/Hello%20World%20UI%20UX%20Design/2.jpg?raw=true"
6+
location: "ITEC - Mataram, Lombok"
7+
duration: "1 Day"
8+
description: "LombokDev Meetup #4 – Tech Talk<br>This meetup adopts the Tech Talk format, featuring 30–60 minute presentations that explore technical topics in greater depth than lightning talks, but still without requiring hands-on participation. The event will run for 2 hours (excluding breaks), with up to 3 speakers each given a 40-minute slot including Q&A. An additional 30 minutes is reserved for flexibility, allowing speakers to request a few extra minutes in advance. In total, the session may run up to 2.5 hours, ensuring a balance of in-depth discussion and interactive exchange."
9+
decks: https://github.com/LombokDev/Meetup004/tree/master/slides
10+
11+
agenda:
12+
- time: "08:30 - 10:00"
13+
topic: "Registration"
14+
speaker: "-"
15+
- time: "10:00 - 10:40"
16+
topic: "Intro To Data Science"
17+
speaker: "Desi Ratna Ningsih"
18+
- time: "10:40 - 11:20"
19+
topic: "Database Security"
20+
speaker: "Hamzan"
21+
- time: "11:20 - 12:00"
22+
topic: "Wordpress E-Commerce Progressive Web Apps"
23+
speaker: "Daniel"
24+
- time: "12:00 - 13:00"
25+
topic: "Break (Ishoma)"
26+
speaker: "-"
27+
- time: "13:00 - 14:00"
28+
topic: "Introduction to Computer Vision with Deep Learning"
29+
speaker: "Lalu Erfandi Maula Yusnu"
30+
- time: "14:00 - 14:30"
31+
topic: "Hello World UI/UX Design"
32+
speaker: "Rozali Izzaq"
33+
34+
speakers:
35+
- name: "Desi Ratna Ningsih"
36+
topic: "Intro To Data Science"
37+
- name: "Hamzan"
38+
topic: "Database Security"
39+
- name: "Daniel"
40+
topic: "Wordpress E-Commerce Progressive Web Apps"
41+
- name: "Lalu Erfandi Maula Yusnu"
42+
topic: "Introduction to Computer Vision with Deep Learning"
43+
url: https://www.linkedin.com/in/nunenuh/
44+
- name: "Rozali Izzaq"
45+
topic: "Hello World UI/UX Design"
46+
47+
---

_layouts/events.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ <h1 class="text-4xl font-bold mb-2">{{ page.title }}</h1>
1515
<p class="text-lg text-gray-700 mb-8">{{ page.description }}</p>
1616
{% endif %}
1717

18+
{% if page.decks %}
19+
<a href="{{ page.decks }}" target="_blank" class="mb-6 inline-block bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-lg">
20+
View Decks
21+
</a>
22+
{% endif %}
23+
1824
{% if page.agenda %}
1925
<h2 class="text-2xl font-semibold mb-3">Agenda</h2>
2026
<ul class="space-y-2 mb-6">
@@ -28,7 +34,19 @@ <h2 class="text-2xl font-semibold mb-3">Agenda</h2>
2834
<h2 class="text-2xl font-semibold mb-3">Speakers</h2>
2935
<ul class="space-y-2 mb-6">
3036
{% for sp in page.speakers %}
31-
<li><strong>{{ sp.name }}</strong>{% if sp.topic %} — {{ sp.topic }}{% endif %}</li>
37+
<li>
38+
<strong>{{ sp.name }}</strong>
39+
{% if sp.url and sp.url contains "linkedin.com" %}
40+
<a href="{{ sp.url }}" target="_blank" rel="noopener noreferrer" class="inline-block ml-2">
41+
<!-- LinkedIn Icon (SVG) -->
42+
<svg class="w-5 h-5 text-blue-600 hover:text-blue-800" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
43+
<path d="M4.98 3.5C4.98 4.88 3.87 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.4 8.34h4.18V24H.4V8.34zm7.95 0h4.01v2.13h.06c.56-1.06 1.93-2.18 3.98-2.18 4.25 0 5.03 2.8 5.03 6.44V24h-4.18v-7.73c0-1.84-.03-4.2-2.56-4.2-2.56 0-2.95 2-2.95 4.06V24H8.35V8.34z"/>
44+
</svg>
45+
</a>
46+
{% endif %}
47+
{% if sp.topic %} — {{ sp.topic }}{% endif %}
48+
</li>
49+
3250
{% endfor %}
3351
</ul>
3452
{% endif %}

0 commit comments

Comments
 (0)