This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
vitrine/public/index.html
habsinn_root 28339927a2 squelette
2022-01-06 17:28:09 +01:00

192 lines
5.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.89.4" />
<meta charset="utf-8">
<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).">
<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">
<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">
<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">
<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>
</section>
<section data-noprocess data-shortcode-slide
data-background-color="#EA5C2B"
class="hello">
<h1 id="equipement">EQUIPEMENT</h1>
<p>&amp;</p>
<h1 id="outillage">OUTILLAGE</h1>
</section>
<section data-noprocess data-shortcode-slide
data-background-color="#FF7F3F"
class="">
<h1 id="espace">ESPACE,</h1>
<h1 id="personnes">PERSONNES,</h1>
<h1 id="fonctionnement">FONCTIONNEMENT</h1>
</section>
<section data-noprocess data-shortcode-slide
data-background-color="#F6D860"
class="">
<h1 id="les-projets-en-cours">LES PROJETS EN COURS</h1>
</section>
<section data-noprocess data-shortcode-slide
data-background-color="#95CD41"
class="">
<h1 id="visiter-le-fablab">VISITER LE FABLAB</h1>
</section>
<section data-noprocess data-shortcode-slide
data-background-color=""
class="">
<h1 id="sinscrire-au-fablab">S&rsquo;INSCRIRE AU FABLAB</h1>
</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>
<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>
<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>