2022-01-06 15:17:14 +01:00
<!doctype html>
< html lang = "en" >
< head >
2022-01-06 17:28:09 +01:00
< meta name = "generator" content = "Hugo 0.89.4" / >
2022-01-06 15:17:14 +01:00
< meta charset = "utf-8" >
2022-01-06 17:28:09 +01:00
< title > fablab Coh@bit< / title >
< meta name = "description" content = "Le fablab Coh@bit est ouvert à TOUT LE MONDE pour venir expéirmenter, documenter, partager des fabrications plus ou moins créatives. Basé à Gradignan (33)." >
2022-01-06 15:17:14 +01:00
< meta name = "author" content = "Josh Dzielak" >
< meta name = "apple-mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black-translucent" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
< link rel = "stylesheet" href = "./reveal-js/css/reset.css" >
2022-01-06 17:28:09 +01:00
< link rel = "stylesheet" href = "./reveal-js/css/reveal.css" > < link rel = "stylesheet" href = "./reveal-hugo/themes/sunblind.css" id = "theme" > < link rel = "stylesheet" href = "./highlight-js/color-brewer.min.css" >
2022-01-06 15:17:14 +01:00
< style >
.reveal section pre {
box-shadow: none;
margin-top: 25px;
margin-bottom: 25px;
border: 1px solid lightgrey;
}
.reveal section pre:hover {
border: 1px solid grey;
transition: border 0.3s ease;
}
.reveal section pre > code {
padding: 10px;
}
.reveal table {
font-size: 0.65em;
}
.reveal section.side-by-side h1 {
position: absolute;
}
.reveal section.side-by-side h1:first-of-type {
left: 25%;
}
.reveal section.side-by-side h1:nth-of-type(2) {
right: 25%;
}
.reveal section[data-background-image] a,
.reveal section[data-background-image] p,
.reveal section[data-background-image] h2 {
color: white;
}
.reveal section[data-background-image] a {
text-decoration: underline;
}
< / style >
< / head >
< body >
< div class = "reveal" >
< div class = "slides" >
2022-01-06 17:28:09 +01:00
< section > < h2 id = "le-fablab-cohabit-est-ouvert-a-tout-le-monde-" > LE FABLAB COHABIT EST OUVERT A TOUT LE MONDE :< / h2 >
< h1 id = "heading" > 📽️< / h1 >
< h3 id = "experimenter" > EXPERIMENTER,< / h3 >
< h3 id = "fabriquer" > FABRIQUER,< / h3 >
< h3 id = "documenter" > DOCUMENTER,< / h3 >
< h3 id = "partager" > PARTAGER.< / h3 >
2022-01-06 15:17:14 +01:00
< / section >
< section data-noprocess data-shortcode-slide
2022-01-06 17:28:09 +01:00
data-background-color="#EA5C2B"
2022-01-06 15:17:14 +01:00
class="hello">
2022-01-06 17:28:09 +01:00
< h1 id = "equipement" > EQUIPEMENT< / h1 >
< p > & < / p >
< h1 id = "outillage" > OUTILLAGE< / h1 >
2022-01-06 15:17:14 +01:00
< / section >
< section data-noprocess data-shortcode-slide
2022-01-06 17:28:09 +01:00
data-background-color="#FF7F3F"
class="">
2022-01-06 15:17:14 +01:00
2022-01-06 17:28:09 +01:00
< h1 id = "espace" > ESPACE,< / h1 >
< h1 id = "personnes" > PERSONNES,< / h1 >
< h1 id = "fonctionnement" > FONCTIONNEMENT< / h1 >
2022-01-06 15:17:14 +01:00
< / section >
< section data-noprocess data-shortcode-slide
2022-01-06 17:28:09 +01:00
data-background-color="#F6D860"
class="">
2022-01-06 15:17:14 +01:00
2022-01-06 17:28:09 +01:00
< h1 id = "les-projets-en-cours" > LES PROJETS EN COURS< / h1 >
2022-01-06 15:17:14 +01:00
< / section >
< section data-noprocess data-shortcode-slide
2022-01-06 17:28:09 +01:00
data-background-color="#95CD41"
class="">
2022-01-06 15:17:14 +01:00
2022-01-06 17:28:09 +01:00
< h1 id = "visiter-le-fablab" > VISITER LE FABLAB< / h1 >
2022-01-06 15:17:14 +01:00
< / section >
< section data-noprocess data-shortcode-slide
2022-01-06 17:28:09 +01:00
data-background-color=""
class="">
2022-01-06 15:17:14 +01:00
2022-01-06 17:28:09 +01:00
< h1 id = "sinscrire-au-fablab" > S’ INSCRIRE AU FABLAB< / h1 >
2022-01-06 15:17:14 +01:00
< / section >
< / div >
< div class = "line top" > < / div >
< div class = "line bottom" > < / div >
< div class = "line left" > < / div >
< div class = "line right" > < / div >
< / div >
< script type = "text/javascript" src = ./reveal-hugo/object-assign.js > < / script >
< a href = "./reveal-js/css/print/" id = "print-location" style = "display: none;" > < / a >
< script type = "text/javascript" >
var printLocationElement = document.getElementById('print-location');
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = printLocationElement.href + (window.location.search.match(/print-pdf/gi) ? 'pdf.css' : 'paper.css');
document.getElementsByTagName('head')[0].appendChild(link);
< / script >
< script type = "application/json" id = "reveal-hugo-site-params" > { "history" : true , "templates" : { "grey" : { "background" : "#424242" , "transition" : "convex" } } } < / script >
2022-01-06 17:28:09 +01:00
< script type = "application/json" id = "reveal-hugo-page-params" > { "custom_theme" : "reveal-hugo/themes/sunblind.css" , "highlight_theme" : "color-brewer" , "margin" : 0.2 , "transition" : "slide" , "transition_speed" : "slow" } < / script >
2022-01-06 15:17:14 +01:00
< script src = "./reveal-js/js/reveal.js" > < / script >
< script type = "text/javascript" >
function camelize(map) {
if (map) {
Object.keys(map).forEach(function(k) {
newK = k.replace(/(\_\w)/g, function(m) { return m[1].toUpperCase() });
if (newK != k) {
map[newK] = map[k];
delete map[k];
}
});
}
return map;
}
var revealHugoDefaults = { center: true, controls: true, history: true, progress: true, transition: "slide" };
var revealHugoSiteParams = JSON.parse(document.getElementById('reveal-hugo-site-params').innerHTML);
var revealHugoPageParams = JSON.parse(document.getElementById('reveal-hugo-page-params').innerHTML);
var options = Object.assign({},
camelize(revealHugoDefaults),
camelize(revealHugoSiteParams),
camelize(revealHugoPageParams));
Reveal.initialize(options);
< / script >
< script type = "text/javascript" src = "./reveal-js/plugin/markdown/marked.js" > < / script >
< script type = "text/javascript" src = "./reveal-js/plugin/markdown/markdown.js" > < / script >
< script type = "text/javascript" src = "./reveal-js/plugin/highlight/highlight.js" > < / script >
< script type = "text/javascript" src = "./reveal-js/plugin/zoom-js/zoom.js" > < / script >
< script type = "text/javascript" src = "./reveal-js/plugin/notes/notes.js" > < / script >
< script type = "text/javascript" >
Reveal.addEventListener('slidechanged', function(event) {
console.log("🎞️ Slide is now " + event.indexh);
});
< / script >
< / body >
< / html >