Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit d738b11

Browse files
committed
Add @frankie and @jluis talks
1 parent 7c794fe commit d738b11

6 files changed

+85
-0
lines changed

2018/_src/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ talks:
8686
icon: 'fa-users'
8787
duration: 20
8888
accepted: true
89+
- author: 'Jose Luis Pérez'
90+
name: 'Fruit pi as a hacking toolkit'
91+
slug: 'fruit-pi-as-a-hacking-toolkit'
92+
description: >
93+
Como usar las (Raspberry, Orange, Banana) pi en tu entorno de tabajo.
94+
icon: 'fa-lemon-o'
95+
duration: 20
96+
accepted: true
8997
- author: 'Pablo Vigo'
9098
name: 'Projecte Linkat 2018'
9199
slug: 'projecte-linkat-2018'
@@ -127,3 +135,12 @@ talks:
127135
icon: 'fa-car'
128136
duration: 20
129137
accepted: true
138+
- author: 'Francesc Guash'
139+
name: 'Ravada: Free Virtual Desktops Manager'
140+
slug: 'ravada-free-vdi'
141+
description: >
142+
Ravada is free Virtual Machines manager built in Perl.
143+
I will show its features, how it is built and explain some use cases.
144+
icon: 'fa-desktop'
145+
duration: 20
146+
accepted: true
Loading

2018/images/talks/ravada-free-vdi.png

477 KB
Loading

2018/index.html

+34
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,23 @@ <h4>Alexander Salas Bastidas</h4>
327327

328328

329329

330+
<li class="icon fa-lemon-o" id="/talks/fruit-pi-as-a-hacking-toolkit">
331+
332+
333+
<h3>Fruit pi as a hacking toolkit</h3>
334+
<h4>Jose Luis Pérez</h4>
335+
336+
<p>
337+
Como usar las (Raspberry, Orange, Banana) pi en tu entorno de tabajo.
338+
</p>
339+
340+
341+
342+
</li>
343+
344+
345+
346+
330347
<li class="icon fa-linux" id="/talks/projecte-linkat-2018">
331348

332349

@@ -410,6 +427,23 @@ <h4>Jose Luis Martínez</h4>
410427
</li>
411428

412429

430+
431+
432+
<li class="icon fa-desktop" id="/talks/ravada-free-vdi">
433+
434+
435+
<h3>Ravada: Free Virtual Desktops Manager</h3>
436+
<h4>Francesc Guash</h4>
437+
438+
<p>
439+
Ravada is free Virtual Machines manager built in Perl. I will show its features, how it is built and explain some use cases.
440+
</p>
441+
442+
443+
444+
</li>
445+
446+
413447
</ul>
414448

415449
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<html>
2+
<head>
3+
<title>Barcelona Perl & Friends 2018</title>
4+
<meta name="twitter:card" content="summary_large_image" />
5+
<meta name="twitter:title" content= "Jose Luis Pérez - Fruit pi as a hacking toolkit"/>
6+
<meta property="og:site_name" content="Barcelona Perl & Friends 2018"/>
7+
<meta property="og:url" content="friends.barcelona.pm" />
8+
<meta property="og:description" content="Como usar las (Raspberry, Orange, Banana) pi en tu entorno de tabajo.
9+
" />
10+
<meta property="og:image" content="http://friends.barcelona.pm/2018/images/talks/fruit-pi-as-a-hacking-toolkit.png" />
11+
</head>
12+
<body>
13+
<script>
14+
window.location.href = window.location.href.replace(/.html$/,"").replace(/\/talks\//,'#/talks/');
15+
</script>
16+
</body>
17+
</html>

2018/talks/ravada-free-vdi.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<html>
2+
<head>
3+
<title>Barcelona Perl & Friends 2018</title>
4+
<meta name="twitter:card" content="summary_large_image" />
5+
<meta name="twitter:title" content= "Francesc Guash - Ravada: Free Virtual Desktops Manager"/>
6+
<meta property="og:site_name" content="Barcelona Perl & Friends 2018"/>
7+
<meta property="og:url" content="friends.barcelona.pm" />
8+
<meta property="og:description" content="Ravada is free Virtual Machines manager built in Perl. I will show its features, how it is built and explain some use cases.
9+
" />
10+
<meta property="og:image" content="http://friends.barcelona.pm/2018/images/talks/ravada-free-vdi.png" />
11+
</head>
12+
<body>
13+
<script>
14+
window.location.href = window.location.href.replace(/.html$/,"").replace(/\/talks\//,'#/talks/');
15+
</script>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)