Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="../js/cookies.js"></script>
<title>Tutorials by Makers' lab</title>
</head>
<body>
</head>
<body>
<script>
window.location.replace('/#about');
window.location.replace('/#about');
</script>
</body>
</body>
</html>
15 changes: 8 additions & 7 deletions agenda/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="../js/cookies.js"></script>
<title>Tutorials by Makers' lab</title>
</head>
<body>
</head>
<body>
<script>
window.location.replace('/#incoming-events');
window.location.replace('/#incoming-events');
</script>
</body>
</body>
</html>
363 changes: 213 additions & 150 deletions courses.html

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions courses/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="../js/cookies.js"></script>
<title>Tutorials by Makers' lab</title>
</head>
<body>
</head>
<body>
<script>
window.location.replace('https://makerslab.em-lyon.com/courses.html');
window.location.replace('https://makerslab.em-lyon.com/courses.html');
</script>
</body>
</body>
</html>
19 changes: 11 additions & 8 deletions creative-technologist/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="../js/cookies.js"></script>
<title>Creative Technologist by Makers' lab</title>
</head>
<body>
</head>
<body>
<script>
window.location.replace('https://www.notion.so/Creative-Technologist-speciality-5e3e81528ba648e9adc14e1a8b12000c');
window.location.replace(
'https://www.notion.so/Creative-Technologist-speciality-5e3e81528ba648e9adc14e1a8b12000c'
);
</script>
</body>
</html>
</body>
</html>
61 changes: 34 additions & 27 deletions dww/index.html
Original file line number Diff line number Diff line change
@@ -1,50 +1,57 @@
<!DOCTYPE html>
<html lang="en">

<head>
<head>
<title>Designing with Web</title>
<script src="/js/include.js"></script>
<script src="/includes/head.js"></script>

<script src="../js/cookies.js"></script>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90298578-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'UA-90298578-1');
gtag('config', 'UA-90298578-1');
</script>
</head>
</head>

<body style="overflow: hidden;">
<body style="overflow: hidden">
<script src="/includes/navbar.js"></script>

<div id="banner" style="text-align: center; font-size: 1rem;">
<h5>
⚠️Warning
</h5>
<p>
This preview of the course's content is open for non-degree learners. It is not guided or graded. <strong>It cannot deliver any certification or ECTS.</strong>
</p>
<p>
<a target="_blank" href="https://makerslab1.typeform.com/to/rpJgb4" style="color: black" class="waves-effect waves-light btn white">ask for an executive certification<i class="material-icons right">send</i></a>&nbsp&nbsp&nbsp
<a id="hide" class="waves-effect waves-light btn red"><i class="material-icons right">close</i>Close this banner</a>
</p>
<div id="banner" style="text-align: center; font-size: 1rem">
<h5>⚠️Warning</h5>
<p>
This preview of the course's content is open for non-degree learners. It is not guided or graded.
<strong>It cannot deliver any certification or ECTS.</strong>
</p>
<p>
<a
target="_blank"
href="https://makerslab1.typeform.com/to/rpJgb4"
style="color: black"
class="waves-effect waves-light btn white"
>ask for an executive certification<i class="material-icons right">send</i></a
>&nbsp&nbsp&nbsp
<a id="hide" class="waves-effect waves-light btn red"
><i class="material-icons right">close</i>Close this banner</a
>
</p>
</div>

<script>
const hide = document.getElementById('hide');
hide.addEventListener('click', () => {
document.getElementById('banner').style.display = 'none';
});
const hide = document.getElementById('hide');
hide.addEventListener('click', () => {
document.getElementById('banner').style.display = 'none';
});
</script>

<div id="index-banner">
<iframe src="https://designing-with-web.gitlab.io/" width="100%" height="100%" style="border: none"></iframe>
<iframe src="https://designing-with-web.gitlab.io/" width="100%" height="100%" style="border: none"></iframe>
</div>

<script src="/includes/scripts.js"></script>
</body>

</body>
</html>
1 change: 1 addition & 0 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<script src="js/include.js" charset="utf-8"></script>
<script src="includes/head.js" charset="utf-8"></script>
<script src="/js/cookies.js"></script>
</head>

<!-- Global Site Tag (gtag.js) - Google Analytics -->
Expand Down
15 changes: 8 additions & 7 deletions events/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="../js/cookies.js"></script>
<title>Tutorials by Makers' lab</title>
</head>
<body>
</head>
<body>
<script>
location = `/events.html${location.hash}`;
location = `/events.html${location.hash}`;
</script>
</body>
</body>
</html>
1 change: 1 addition & 0 deletions fr/evenements.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<script src="/js/include.js" charset="utf-8"></script>
<script src="/includes/head.js" charset="utf-8"></script>
<script src="../js/cookies.js"></script>
</head>

<!-- Global Site Tag (gtag.js) - Google Analytics -->
Expand Down
Loading