-
Notifications
You must be signed in to change notification settings - Fork 0
/
f_overview.html
472 lines (434 loc) · 14.3 KB
/
f_overview.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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>overview</title>
<link rel="stylesheet" href="nav.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
rel="stylesheet" />
<link rel="stylesheet" href="promo.css" />
<link rel="stylesheet" href="footer.css">
<script src="https://code.iconify.design/iconify-icon/1.0.0-beta.3/iconify-icon.min.js"></script>
<style>
.power1{
background-color: #ecedef;
height: auto;
/* width: 1519.2px; */
padding: 64px 128px 64px 128px;
display: grid;
grid-template-columns: repeat(2,1fr);
}
.powerimage1>img{
display: block;
/* height: 405.2px; */
width: 600px;
/* border: #FFB9D0; */
}
#powerinside1{
width: 600px;
height: 192px;
/* margin-top: 60px; */
}
#powerinside1>h1{
width: 80%;
font-size: 64px;
font-weight: 600;
line-height: 64px;
text-decoration: none solid rgb(16,24,52);
font-family: Arial, Helvetica, sans-serif;
}
#powerinside1>h3{
/* border: 1px solid; */
/* margin-top: -30px; */
width: 580px;
font-size: 20px;
line-height: 28px;
color: #101834;
font-family: Arial, Helvetica, sans-serif;
}
#powerinside1>button{
width: 239.1px;
height: 48px;
/* background-color: #196CFF; */
padding: 0 16px 0 16px;
color:#101834;
border: 0px solid #101834;
font-size: 18px;
color: white;
font-weight: 600;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
word-wrap: break-word;
border-radius: 5px;
margin-top: 20px;
}
#powerinside1>button:hover{
background-color: #101834;
color: white;
}
.power1>#powerinside1>button{
background-color: #196cff;
}
.power1>#powerinside1>button:hover{
background-color: #101834;
color: white;
}
#zoom{
/* width: 1519.2px; */
/* height: 517.513px; */
padding: 64px 128px 64px 128px;
display: grid;
grid-template-columns: repeat(2,1fr);
/* gap: -60px; */
}
#zoom>div>img{
height: 389.5px;
width: 600px;
display: block;
}
#insidezoom{
width: 600px;
height: 240px;
/* margin-left: -80px; */
margin-top: 50px;
/* padding: 0 0 0 64px; */
}
#insidezoom>h1{
width: 500px;
font-size: 48px;
font-weight: 600;
line-height: 48px;
text-decoration: none solid rgb(16,24,52);
font-family: Arial, Helvetica, sans-serif;
}
#insidezoom>h3{
width: 560px;
font-size: 20px;
/* font-weight: 600; */
line-height: 20px;
text-decoration: none solid rgb(16,24,52,0.75);
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
/* padding: 0 0 32px 0; */
}
#insidezoom>button{
width: 116.82px;
height: 40px;
/* background-color: #196CFF; */
padding: 0 16px 0 16px;
color: #196CFF;
border: 2px solid #196CFF;
background-color: white;
border-radius: 5px;
margin-top: 20px;
}
#insidezoom>button:hover{
background-color: #196CFF;
color: white;
}
#break>center>h1{
font-size: 48px;
font-weight: 600;
line-height: 48px;
font-family: Arial, Helvetica, sans-serif;
}
#break>center>h4{
font-size: 20px;
line-height: 28px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none solid rgba(16,24,52,0.75);
}
#break>center>img{
/* height: 266.66px; */
width: 800px;
}
#break>center>button{
width: 113.312px;
height: 40px;
color: #196CFF;
border: 2px solid #196CFF;
background-color: white;
border-radius: 5px;
margin-top: 20px;
}
#break>center>button:hover{
background-color: #196CFF;
color: white;
}
#dynamic{
margin-top: 20px;
/* height: 400px; */
margin-bottom: 20px;
}
#dynamic>img{
margin-left: 70px;
display: block;
height:128px ;
width: 128px;
}
#dynamic>h3{
font-size: 24px;
font-weight: 600;
line-height: 24px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin-top: 50px;
}
#dynamic>p{
text-align: center;
/* border: 2px solid; */
/* margin-top: -10px; */
width: 250px;
font-size: 16px;
line-height: 22.4px;
font-family: Arial, Helvetica, sans-serif;
}
#main2{
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
/* margin-top: 20px;
padding: 64px 128px 64px 128px; */
}
#dynamic>p>a{
/* border: 2px solid; */
text-decoration: none;
color: #196cff;
}
#dynamic:hover{
margin-top: -50px;
transition: 1s;
}
#ss{
background-color: #969cf5;
}
#stock>h5{
padding-top: 20px;
font-size: 16px;
letter-spacing: 4px;
line-break: 22.4px;
font-family: Arial, Helvetica, sans-serif;
margin-top: 10px;
}
#stock>h1{
/* margin-top: -10px; */
font-size: 48px;
font-weight: 600;
line-height: 48px;
}
#stock>h4{
margin-top: 20px;
font-size: 20px;
line-height: 28px;
width: 672px;
font-family: Arial, Helvetica, sans-serif;
}
#stock>button{
font-size: 16px;
text-align: center;
font-weight: 600;
border: 2px solid#1d2547;
height: 40px;
/* width: px; */
padding: 0 16px 0 16px;
background-color:#969cf5 ;
margin-bottom: 20px;
border-radius: 5px;
margin-top: 20px;
}
#stock>button:hover{
background-color: #1d2547;
color: white;
}
#stock>img{
width: 100%;
}
h3{
margin-top: 20px;
}
p{
margin-top: 10px;
}
@media all and (min-width: 201px) and (max-width: 800px) {
/* #top>div{
grid-template-columns: repeat(3,1fr);
*/
#zoom{
/* border: 5px solid; */
width: 70%;
grid-template-columns: repeat(1,1fr);
width: auto;
}
.power1{
/* border: 5px solid; */
grid-template-columns: repeat(1,1fr);
/* column-gap: 50px; */
height: auto;
margin-left:0%;
/* background-color: aqua; */
}
#powerinside1>h1{
width: 80%;
margin-left:-10%;
}
#powerinside1>h3{
margin-left:-10%;
}
#powerinside1>button{
margin-left:-10%;
}
.powerimage1>img{
display: block;
height: auto;
margin-top: 200px;
margin-left:-10%;
/* width: 70%; */
/* border: #FFB9D0; */
}
#zoom>div>img{
margin-left: -20%;
}
#insidezoom>h1{
margin-left: -20%;
}
#insidezoom>h3{
margin-left: -20%;
width: 60%;
}
#break>center>img{
/* height: 266.66px; */
width: 500px;
}
#main2{
display: block;
}
#ss{
width: 60%;
}
/* #ss>dynamic{
padding-left: 50px;
} */
#stock>h4{
width: 50%;
}
}
</style>
</head>
<body>
<div id="navbar_container"></div>
<div class="power1">
<div id="powerinside1">
<h1>Audience Engagement Platform</h1>
<h3>Our array of features will help you make a more effective and dynamic presentation.</h3>
<button>Try Mentimeter for free</button>
</div>
<div class="powerimage1">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/2OxgjtsTlsLJvbuelr508y/d5dba8a90290804126317f8df61423be/Mentimeter_Applications_Web_Integrations_Highlights_2022-09.png" alt="">
</div>
</div>
<div>
<center><h1>A feature for every need</h1></center>
<div id="main2">
<div id="dynamic">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/8FGU0gXbFx8aeEWVI3m9b/b30473ebd3057cd1a7b68e77520ea96b/Group_188.png" alt="">
<h3>Dynamic Word Clouds</h3>
<p>A vibrant way to visualise your audience's ideas</p>
<p><a href="" class="learn">Learn more</a></p>
</div>
<div id="dynamic">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/5c3huMm6gPc0U3RbouBtxd/30fd6130a65f5f11dfee026d52f793d3/Group_190.png" alt="">
<h3>Live & Instant Polling</h3>
<p>Let your audience answer any question you may have for them</p>
<p><a href="">Learn more</a></p>
</div>
<div id="dynamic">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/19SOqSBtiSKIaviCLhR5mG/f296a59bdb3ad59fb2512aebc8f504ac/Group_187.png" alt="">
<h3>Entertaining Quizzes</h3>
<p>Run factual, fun, or icebreaker quizzes</p>
<p><a href="" class="learn">Learn more</a></p>
</div>
<div id="dynamic">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/JkjHYtRrnJbonf4fbGbfh/87bb2a8c531c305331157df47b109839/Group_189.png" alt="">
<h3>Informative Q&As</h3>
<p>Let your audience ask questions without the fuss</p>
<p><a href="" >Learn more</a></p>
</div>
</div>
</div>
<div id="ss">
<center id="stock">
<h5>BRAND NEW!</h5>
<h1>A fully stocked Slide Library</h1>
<h4>11 all-new free-to-download slides mean you can upgrade your presentation instantly.</h4>
<button>Visit our library</button>
<img src="https://images.ctfassets.net/rvt0uslu5yqp/2p2ckI1Xdxz67Bq2Y0HzML/b63734396122986bf541773957ba6dfb/slide_library_5_2.png" alt="">
</center>
</div>
<div id="zoom">
<div>
<img src="https://images.ctfassets.net/rvt0uslu5yqp/4kcOhZHo55OtZxFAHK57Od/cddc434d1d5fe57c0051ecd42e40b1aa/Mentimeter_Web_Features_2020-03_ReducedSize.png" alt="">
</div>
<div id="insidezoom">
<h1>So much more than just fancy slides</h1>
<h3><a href="">Build full presentations</a> and leave other tools behind.</h3>
<h3><a href="">Run a survey</a> before, during, or after your meeting or lecture.</h3>
<h3>Get started immediately without doing all the groundwork by <a href=""> downloading a template.</a></h3>
<!-- <button>Learn more</button> -->
</div>
</div>
<div class="power1" style="background-color:white ;">
<div id="powerinside1">
<h1 style="font-size:48px; line-height: 48px;">More control at your fingertips</h1>
<h3 style="margin-top:5px ;">Turn your smartphone into a presentation remote.</h3>
<button style="background-color:white ;color: #196cff;font-size: 15px; ">Learn more about Mentimote</button>
</div>
<div class="powerimage1">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/20adgnxQM8mw0vSlED75QQ/1067495fa9b9a83f701b3dc2f2f27551/mentimote__1_.png" alt="">
</div>
</div>
<div id="zoom">
<div>
<img src="https://images.ctfassets.net/rvt0uslu5yqp/5VOFY94GiarAH9waPuM5ff/922de83322c3bfd850bed31f3b203575/data__1_.png" alt="">
</div>
<div id="insidezoom">
<h1>Collect data, gain insights</h1>
<h3>Use your data to help you improve, adapt, and become a more confident presenter.</h3>
<button>Read more</button>
</div>
</div>
<div id="break">
<center>
<h1>Break down language barriers</h1>
<h4>Translate Mentimeter into a variety of languages so everyone and anyone can take part.</h4>
<button>Read more</button>
</center>
<center>
<img src="https://images.ctfassets.net/rvt0uslu5yqp/RFpkC3GxwAssVexVrjQB3/8e59c91718acd9f4121697ea13dc6b99/translation.h264.gif" alt="">
</center>
</div>
<div id="footer_container"></div>
</body>
</html>
<!-- functionality of navbar -->
<script src="nav.js"></script>
<!-- // navbar import code------------> -->
<script type="module">
import navbar from "/navbar_export.js";
let container = document.querySelector("#navbar_container");
container.innerHTML = navbar();
</script>
<!-- / import part -->
<script type="module">
import footer from "/footer_export.js";
console.log("foooter",footer)
let foot = document.querySelector("#footer_container");
foot.innerHTML = footer;
</script>