-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcourses.html
More file actions
213 lines (179 loc) · 10.5 KB
/
courses.html
File metadata and controls
213 lines (179 loc) · 10.5 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/js/include.js" charset="utf-8"></script>
<script src="/includes/head.js" charset="utf-8"></script>
</head>
<!-- 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());
gtag('config', 'UA-90298578-1');
</script>
<body>
<script src="/includes/navbar.js" charset="utf-8"></script>
<div id="index-banner">
<div class="background" style="background:url(media/junto2.jpg) no-repeat center center fixed; background-size: cover;"></div>
<div class="content">
<div style="width: 70%">
<h1 class="header center white-text"><b>courses</b></h1>
<h4 class="header light center white-text">Make the most of techs to prototype almost anything!</h4>
<div style="margin-top: 4em" class="row center">
<p>
<a data-to="#web" style="padding: 5; margin:10px" class="btn-large web badge waves-effect waves-effect waves-light">Designing with Web</a>
<a data-to="#AI" style="padding: 5; margin:10px" class="btn-large ai badge waves-effect waves-effect waves-light">Processing with AI</a>
<a data-to="#fab" style="padding: 5; margin:10px" class="btn-large fab badge waves-effect waves-effect waves-light">Prototyping with Fab</a>
</p>
</div>
<!-- <div style="margin-top: 4em" class="row center">
<div class="col m3 s12"></div>
<div class="col m2 s4">
<a class="badge" data-to="#web"><img src="/badges/courses/WEB_2.svg"></a>
</div>
<div class="col m2 s4">
<a class="badge" data-to="#AI"><img src="/badges/courses/AI_2.svg"></a>
</div>
<div class="col m2 s4">
<a class="badge" data-to="#fab"><img src="/badges/courses/FAB_2.svg"></a>
</div>
</div> -->
</div>
</div>
</div>
<script>
[...document.querySelectorAll('.badge>img')].forEach(img => {
img.addEventListener('mouseenter', e => {
img.style.transition = 'all 0.2s ease-in-out';
img.style.transform = 'scale(1.15,1.15)';
});
img.addEventListener('mouseleave', e => {
img.style.transition = 'all 0.2s ease-in-out';
img.style.transform='scale(1,1)';
});
});
</script>
<div class="main">
<div class="container" id="web">
<h4 style="margin-top:60px" class="red-text"><b>designing with web</b></h4>
<script src="/js/DWW.js"></script>
<div id="render"></div>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/d3-selection-multi.v1.min.js"></script>
<p class="grey-text text-darken-1 flow-text">
Web is everywhere in our lives and most of us are only using the Web passively without understanding how it works. This course will guide you to dive into web technologies through different projects, providing you with professional resources and tools.
</p>
<div class="row">
<div class="col m4 s12">
<p>
<b class="red-text">Basics</b><br>
You learn the basics of web languages, discover tools like frameworks or libraries to help you make your firsts projects.
</p>
</div>
<div class="col m4 s12">
<p>
<b class="red-text">Explorations</b><br>
You learn about Web Architecture and access different modules to explore following your interests, like AI, databases, APIs…
</p>
</div>
<div class="col m4 s12">
<p>
<b class="red-text">Project</b><br>
For the third and last part, you work in little groups tutored by a professional, on a project of your own during 4 weeks.<br>
</p>
</div>
</div>
<p>
<b class="red-text"> 136 learning hours</b><br>
<span class="red-text">36h</span> online - <span class="red-text">36h</span> individual - <span class="red-text">50h</span> collective - <span class="red-text">12h</span> collective with mentoring - <span class="red-text">2h</span> evaluation <br><br>
</p>
<p>
<a target="_blank" href="https://makerslab1.typeform.com/to/rpJgb4" style="padding: 5" class="btn-large waves-effect waves-effect waves-light">ask for an executive certification<i class="material-icons right">send</i></a>   
<a href="/dww" style="padding: 5" class="btn-large white red-text waves-effect waves-red">content preview</a>
<br><br><br>
</p>
</div>
<div class="parallax-container valign-wrapper">
<div class="parallax"><img src="/media/background2.jpg"></div>
</div>
<div class="container" id="AI">
<h4 style="margin-top:60px" class="red-text"><b>processing with AI</b></h4>
<img style="margin-top:30px; object-fit: cover;" width="100%" height="315px" src="media/thatme.gif" alt="">
<p style="padding-top:50px" class="grey-text text-darken-1 flow-text">
In this course, you will get a better understanding of Artificial Intelligence. How does it really work? How can you use AI in your projects? You will discover and use the main sub-fields of AI and what are their real-world applications and limitations.
</p>
<div class="row">
<div class="col m4 s12">
<p>
<b class="red-text">Basics</b><br>
During the first part, you discover the basics of AI by using pre-trained models of NLP, classification, computer vision, etc.
</p>
</div>
<div class="col m4 s12">
<p>
<b class="red-text">Explorations</b><br>
You chose between different modules to dive into AI perspectives and shape a critical understanding of machine learning.
</p>
</div>
<div class="col m4 s12">
<p>
<b class="red-text">Project</b><br>
For the third and last part, you work in little groups tutored by a professional, on a project of your own during 4 weeks.<br>
</p>
</div>
</div>
<p>
<b class="red-text"> 136 learning hours</b><br>
<span class="red-text">36h</span> online - <span class="red-text">36h</span> individual - <span class="red-text">50h</span> collective - <span class="red-text">12h</span> collective with mentoring - <span class="red-text">2h</span> evaluation <br><br>
</p>
<p>
<a target="_blank" href="https://makerslab1.typeform.com/to/rpJgb4" style="padding: 5" class="btn-large waves-effect waves-effect waves-light">ask for an executive certification<i class="material-icons right">send</i></a>   
<a href="/pwai" style="padding: 5" class="btn-large white red-text waves-effect waves-red">content preview</a>
<br><br><br>
</p>
</div>
<div class="parallax-container valign-wrapper">
<div class="parallax"><img src="media/code.png"></div>
</div>
<div class="container" id="fab">
<h4 style="margin-top:60px" class="red-text"><b>prototyping with fab</b></h4>
<iframe style="margin-top:30px" width="100%" height="315" src="https://www.youtube.com/embed/IdLVtZ3u190?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<p style="padding-top:50px" class="grey-text text-darken-1 flow-text">
In a fast changing world entrepreneurs have to be able to anticipate by doing faster than others. In this course you'll learn to use digital fabrication to go quickly from a concept to a working prototype.
</p>
<div class="row">
<div class="col m4 s12">
<p>
<b class="red-text">Basics</b><br>
During this first part, you discover the basics of digital fabrication: 3d modeling & printing, laser cutting, electronics.
</p>
</div>
<div class="col m4 s12">
<p>
<b class="red-text">Explorations</b><br>
You make your first opensource project to dive into digital fabrication perspectives and shape a personal understanding.
</p>
</div>
<div class="col m4 s12">
<p>
<b class="red-text">Project</b><br>
For the third and last part, you work in little groups tutored by a professional, on a project of your own during 4 weeks.<br>
</p>
</div>
</div>
<p>
<b class="red-text"> 136 learning hours</b><br>
<span class="red-text">36h</span> online - <span class="red-text">36h</span> individual - <span class="red-text">50h</span> collective - <span class="red-text">12h</span> collective with mentoring - <span class="red-text">2h</span> evaluation <br><br>
</p>
<p>
<a target="_blank" href="https://makerslab1.typeform.com/to/rpJgb4" style="padding: 5" class="btn-large waves-effect waves-effect waves-light">ask for an executive certification<i class="material-icons right">send</i></a>   
<a href="/pwf" style="padding: 5" class="btn-large white red-text waves-effect waves-red">content preview</a>
<br><br><br>
</p>
</div>
</div>
<script src="includes/footer.js" charset="utf-8"></script>
<script src="includes/scripts.js" charset="utf-8"></script>
</body>
</html>