-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (47 loc) · 2.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc-markdown-css-theme" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Back to Fab Academy 2024</title>
<link rel="stylesheet" href="css/theme.css" />
<link rel="stylesheet" href="css/skylighting-solarized-theme.css" />
</head>
<body>
<article>
<header>
<h1 class="title">Back to Fab Academy 2024</h1>
<blockquote class="metadata">
<p class="subtitle">From the Pirate Node, by Fran Sanchez</p>
</blockquote>
</header>
<main>
<p>In <a href="https://fabacademy.org/archives/2013/students/sanchez.francisco/index.html">2013</a> I took Fab Academy<span class="sidenote-wrapper"><label for="sn-0" class="margin-toggle sidenote-number"></label><input type="checkbox" id="sn-0" class="margin-toggle"/><span class="sidenote">Check out Fab Academy 2024 Official Site where you will find the program details and the official participants <a href="https://fabacademy.org/2024/">https://fabacademy.org/2024/</a><br />
<br />
</span></span> Class at Fab Lab Barcelona, a life changing experience. Since then I have been instructor in the program, member of the global eval and member of the assessment committee. Now, a decade later, I’m embarking on a revisit of this journey, approaching the course again from a participant’s viewpoint. The curriculum has evolved with new topics, lots of AI coming up. I won’t actively participate in the class or undergo evaluation. But otherwise I am identical to any other student in the course. Ready?</p>
<p><a href="documentation/es/html/index.html">→ Documentación en Español (original)</a><br />
<a href="documentation/en/html/index.html">→ English Documentation (AI generated)</a><br />
<a href="documentation/de/html/index.html">→ Deutsche Dokumentation (Künstlich generiert durch KI)</a></p>
<figure class="full-width">
<figure>
<img src="documentation/img/backtofab.jpeg" alt="I will be vlogging my experience in Youtube. Some content will also be shared in Instagram" />
<figcaption aria-hidden="true">I will be vlogging my experience in <a href="https://www.youtube.com/playlist?list=PLKDpiLmgp6Evt30dhHgRlcB80OhMfcs2W">Youtube</a>. Some content will also be shared in <a href="https://www.instagram.com/thebeachlab">Instagram</a></figcaption>
</figure>
</figure>
</main>
</article>
<script>
;(function() {
// Non-essential if user has JavaScript off. Just makes checkboxes look nicer.
var selector = '.task-list > li > input[type="checkbox"]';
var checkboxes = document.querySelectorAll(selector);
Array.from(checkboxes).forEach((checkbox) => {
var wasChecked = checkbox.checked;
checkbox.disabled = false;
checkbox.addEventListener('click', (ev) => {ev.target.checked = wasChecked});
});
})();
</script>
</body>
</html>