-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
355 lines (339 loc) · 16.1 KB
/
index2.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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!--
Author: WebThemez
Author URL: http://webthemez.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en-gb" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<style>
/* Fullscreen styles */
#streamContainer:fullscreen {
width: 100vw; /* Full width */
height: calc(100vw * 9 / 16); /* 16:9 aspect ratio */
top: 0;
left: 0;
position: fixed;
z-index: 9999; /* Ensure it is on top */
}
/* Optional: Adjust iframe to maintain aspect ratio */
#streamIframe {
width: 100%;
height: 100%;
}
/* Spinning animation */
.spin {
animation: spin 2s linear infinite;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
</style>
<title>Mehdi ABDELWAHED - IA/Robotique/Electronique</title>
<meta name="description" content="">
<meta name="author" content="WebThemez">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lte IE 8]>
<script type="text/javascript" src="http://explorercanvas.googlecode.com/svn/trunk/excanvas.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/isotope.css" media="screen" />
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link href="css/animate.css" rel="stylesheet" media="screen">
<!-- Owl Carousel Assets -->
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css" />
<!-- Font Awesome -->
<link href="font/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="container">
<nav class="navbar navbar-inverse" role="navigation">
<div class="navbar-header">
<button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a href="#" class="navbar-brand scroll-top logo animated bounceInLeft"><b><i></i>Mehdi ABDELWAHED</b></a> </div>
<!--/.navbar-header-->
<div id="main-nav" class="collapse navbar-collapse">
<ul class="nav navbar-nav" id="mainNav">
<li class="active" id="firstLink"><a href="#home" class="scroll-link">Home</a></li>
<li><a href="#services" class="scroll-link">Enseignements</a></li>
<li><a href="#aboutUs" class="scroll-link">Recherche</a></li>
<li><a href="#work" class="scroll-link">Projets</a></li>
<li><a href="#team" class="scroll-link">Jury thèse</a></li>
<li><a href="#contactUs" class="scroll-link">Contact Us</a></li>
</ul>
</div>
<!--/.navbar-collapse-->
</nav>
<!--/.navbar-->
</div>
<!--/.container-->
</header>
<!--/.header-->
<div id="#top"></div>
<section id="home">
<div class="banner-container"> <img src="images/reachy.png" alt="banner" />
<div class="container banner-content">
<div class="hero-text animated fadeInDownBig">
<h1 class="responsive-headline" style="font-size: 40px;">Accès à la présentation de la thèse</h1>
<a href="#basics" class="arrow-link"> <i class="fa fa-arrow-circle-down fa-2x"></i> </a>
<!--<p>Awesome theme for your Business or Corporate site to showcase <br/>
your product and service.</p>-->
</div>
</div>
</div>
</section>
<section id="aboutUs">
<div class="container">
<div class="heading text-center">
<!-- Heading -->
<h2>About Us</h2>
<a href="#" id="playOverlay"
class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
class="rounded-md bg-red-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-red-500
focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
style="background-color: #10a4d1; color: white; transition: background-color 0.3s ease;padding: 10px;font-size:15pt; border-radius: 5px;"
onmouseover="this.style.backgroundColor='#096986';"
onmouseout="this.style.backgroundColor='#10a4d1';">
<i class="fa fa-play">
</i>
Launch livestream
</a>
<div class="container mx-auto py-10 px-30">
<div class="stream-wrapper relative">
<!-- Conteneur de chargement -->
<div id="loadingOverlay" class="absolute inset-0 flex items-center justify-center bg-gray-200 z-10">
<!-- Optionnel : Indicateur de chargement -->
<div class="flex flex-col items-center">
<i class="fa fa-spinner fa-2x" style="color: #10a4d1; margin: 10px"></i>
<p class="text-gray-600 mt-2">Waiting to launch stream...</p>
<div class="text-center mt-10">
</div>
</div>
</div>
<!-- Conteneur iframe -->
<div class="stream-container relative aspect-video" id="streamContainer" style="aspect-ratio: 16 / 9;position:relative;">
<button id="playOverlay2"
class="rounded-md bg-red-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-red-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
style="border: 0; background-color: #10a4d1; color: white; transition: background-color 0.3s ease;padding: 10px;font-size:15pt; border-radius: 5px;position:absolute; top:50%; right:40%;"
onmouseover=" this.style.backgroundColor='#096986' ;"
onmouseout="this.style.backgroundColor='#10a4d1';">
<i class="fa fa-play">
</i>
Launch livestream
</button>
<button
class="fullscreen-button absolute top-2 right-2 rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600 transition duration-200 flex items-center z-10"
id="fullscreenButton"
style="border: 0; background-color: #10a4d1; color: white; transition: background-color 0.3s ease;padding: 10px;font-size:15pt; border-radius: 5px;position:absolute; top:5px; right:5px;">
<i class="fa fa-expand"></i>
<span id="fullscreenText">Plein écran</span>
</button>
<iframe id="streamIframe" class="w-full h-72 md:h-96 rounded-lg shadow-lg" title="PhD Defense Live Stream"
allow="autoplay; microphone; camera" allowfullscreen src="">
</iframe>
</div>
</div>
</div>
<p>Soutenance de thèse le jeudi 19/12/2024 à 13h30 à l'amphithéâtre E2, site de Saint-Martin, CY Cergy Paris Université.</p>
</div>
<div class="row feature design">
<div class="six columns right">
<h3>Clean and Modern Design.</h3>
<p>Lorem ipsum dolor sit amet, ea eum labitur scsstie percipitoleat fabulas complectitur deterruisset at pro. Odio quaeque reformidans est eu, expetendis intellegebat has ut, viderer invenire ut his. Has molestie percipit an. Falli volumus efficiantur sed id, ad vel noster propriae. Ius ut etiam vivendo, graeci iudicabit constituto at mea. No soleat fabulas prodesset vel, ut quo solum dicunt.
Nec et jority have suffered alteration. </p>
<p>Odio quaeque reformidans est eu, expetendis intellegebat has ut, viderer invenire ut his. Has molestie percipit an. Falli volumus efficiantur sed id, ad vel noster propriae. Ius ut etiam vivendo, graeci iudicabit constituto at mea. No soleat fabulas prodesset vel, ut quo solum dicunt.
Nec et amet vidisse mentitumsstie percipitoleat fabulas. </p>
</div>
<div class="six columns feature-media left"> <img src="images/feature-img-1.png" alt=""> </div>
</div>
</div>
</section>
<section id="services" class="page-section colord">
<div class="container">
<div class="heading text-center">
<!-- Heading -->
<h2>Enseignements</h2>
<p>ESIEE-[it] // CY Cergy Paris Université</p>
</div>
<div class="row">
<!-- item -->
<div class="col-md-3 text-center c1"> <i class="fa fa-life-ring fa-2x circle"></i>
<h3><span class="id-color">IA</span></h3>
<p>Apprentissage machine, classification, reconaissance.</p>
<p> </p>
</div>
<!-- end: -->
<!-- item -->
<div class="col-md-3 text-center c2"> <i class="fa fa-plus-square fa-2x circle"></i>
<h3><span class="id-color">Robotique</span></h3>
<p>Design, modélisation et contrôle d'actuateurs et de capteurs bio-inspirés</p>
</div>
<!-- end: -->
<!-- item -->
<div class="col-md-3 text-center c1"> <i class="fa fa-female fa-2x circle"></i>
<h3><span class="id-color">Informatique embarquée</span></h3>
<p>IoT, traitement temps réel.</p>
</div>
<!-- end: -->
<!-- item -->
<div class="col-md-3 text-center c2"> <i class="fa fa-child fa-2x circle"></i>
<h3><span class="id-color">Electronique</span></h3>
<p>Traitement analogique, design PCB, FPGA.</p>
</div>
<!-- end:-->
</div>
</div>
<!--/.container-->
</section>
<section id="work" class="page-section page">
</section>
<section id="team" class="page-section">
<!--/.container-->
</section>
<section id="contactUs" class="contact-parlex">
<div class="parlex-back">
<div class="container">
<div class="row">
<div class="heading text-center">
<!-- Heading -->
<h2>Contact Us</h2>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered.</p>
</div>
</div>
<div class="row mrgn30">
<form method="post" action="" id="contactfrm" role="form">
<div class="col-sm-4">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" name="name" id="name" placeholder="Enter name" title="Please enter your name (at least 2 characters)">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" name="email" id="email" placeholder="Enter email" title="Please enter a valid email address">
<button name="submit" type="submit" class="btn btn-lg btn-primary" id="submit">Submit</button>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label for="comments">Comments</label>
<textarea name="comment" class="form-control" id="comments" cols="3" rows="5" placeholder="Enter your message…" title="Please enter your message (at least 10 characters)"></textarea>
</div>
<div class="result"></div>
</div>
</form>
<div class="col-sm-4">
<h4>Address:</h4>
<address>
ETIS lab, CY Cergy Paris université<br>
Site de Saint Martin<br>
2, avenue Adolphe Chauvin<br>
95300 Pontoise<br>
</address>
<h4>email:</h4>
<address>
<style type="text/css">
.e-mail:before {
content: attr(data-website) "\0040" attr(data-user);
unicode-bidi: bidi-override;
direction: rtl;
}
</style>
<span class="e-mail" data-user="dehawledba.idhem" data-website="rf.aesne"></span><br>
</address>
</div>
</div>
</div>
<div class="container">
<div class="social text-center"> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-dribbble"></i></a> <a href="#"><i class="fa fa-flickr"></i></a> <a href="#"><i class="fa fa-github"></i></a> </div>
<!--CLEAR FLOATS-->
</div>
<!--/.container-->
</div>
</section>
<!--/.page-section-->
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center"> Copyright 2014 | All Rights Reserved -- Template by <a href="http://webThemez.com">WebThemez.com</a> </div>
</div>
<!-- / .row -->
</div>
</section>
<a href="#top" class="topHome"><i class="fa fa-chevron-up fa-2x"></i></a>
<!--[if lte IE 8]><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script><![endif]-->
<script src="js/modernizr-latest.js"></script>
<script src="js/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.isotope.min.js" type="text/javascript"></script>
<script src="js/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="js/jquery.nav.js" type="text/javascript"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/custom.js" type="text/javascript"></script>
<script src="js/owl-carousel/owl.carousel.js"></script>
<script>
const fullscreenButton = document.getElementById('fullscreenButton');
const streamContainer = document.getElementById('streamContainer');
fullscreenButton.addEventListener('click', async () => {
try {
if (!document.fullscreenElement) {
// Enter fullscreen on the container instead of the iframe
await streamContainer.requestFullscreen();
} else {
await document.exitFullscreen();
}
} catch (err) {
console.error('Error attempting to toggle fullscreen:', err);
}
});
// Update button text based on fullscreen state
document.addEventListener('fullscreenchange', () => {
const isFullscreen = document.fullscreenElement;
const buttonText = isFullscreen ? 'Quitter' : 'Plein écran';
fullscreenButton.querySelector('#fullscreenText').textContent = buttonText;
});
const streamIframe = document.getElementById('streamIframe');
const iframe = document.getElementById('streamIframe');
const loadingOverlay = document.getElementById('loadingOverlay');
// Événement lorsqu'un iframe est chargé
iframe.addEventListener('load', () => {
// Masque le conteneur de chargement
loadingOverlay.style.display = 'none';
});
// Exemple : Charger l'iframe après une interaction utilisateur ou un événement
const playOverlay = document.getElementById('playOverlay');
const playOverlay2 = document.getElementById('playOverlay2');
playOverlay.addEventListener('click', () => {
iframe.src = src = "https://teams.microsoft.com/convene/townhall?eventId=2cfe4175-0940-4801-ba98-8d5c7875b260@b8c19512-2aed-471d-a8d1-9b06e7da786a&sessionId=c2e8eaa2-af56-41a0-8e5b-ea2765a06c6c";
playOverlay.classList.add('hidden');
playOverlay2.classList.add('hidden')
});
playOverlay2.addEventListener('click', () => {
// Set the src only after user interaction
streamIframe.src = "https://teams.microsoft.com/convene/townhall?eventId=2cfe4175-0940-4801-ba98-8d5c7875b260@b8c19512-2aed-471d-a8d1-9b06e7da786a&sessionId=c2e8eaa2-af56-41a0-8e5b-ea2765a06c6c";
playOverlay.classList.add('hidden');
playOverlay2.classList.add('hidden')
});
</script>
</body>
</html>