-
Notifications
You must be signed in to change notification settings - Fork 0
/
BITS Firefox Community.htm
641 lines (502 loc) · 24.3 KB
/
BITS Firefox Community.htm
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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<html style="height: 100%;"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Deck Title</title>
<meta name="description" content="TODO">
<meta name="author" content="TODO">
<style>
.componentContainer {
position: absolute;
line-height: normal;
/*-webkit-transform-origin: 135% 135%;
-moz-transform-origin: 135% 135%;
transform-origin: 135% 135%;*/
}
.transformContainer {
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
}
.bg {
width: 100%;
height: 100%;
}
</style>
<link rel="stylesheet" href="Deck%20Title_files/default-reset.css">
<link href="Deck%20Title_files/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="Deck%20Title_files/default.css" id="theme">
<link href="Deck%20Title_files/web-fonts.css" rel="stylesheet" type="text/css">
<link href="Deck%20Title_files/backgroundClasses.css" rel="stylesheet" type="text/css">
<link href="Deck%20Title_files/surfaceClasses.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="http://strut.io/editor/preview_export/favicon.png" type="image/png">
<link rel="apple-touch-icon" href="http://strut.io/editor/preview_export/apple-touch-icon.png" type="image/png">
<style>
.reveal.themedArea {
display: block;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
width: 100%;
height: 100%;
}
</style>
<script src="Deck%20Title_files/analytics.js" async=""></script><script type="text/javascript" src="Deck%20Title_files/dataset-shim.js"></script>
<script type="text/javascript" src="Deck%20Title_files/impress.js"></script>
<script src="Deck%20Title_files/onready.js"></script>
<script src="Deck%20Title_files/loadPresentation.js"></script>
<script>
ready(function() {
if (document.getElementById('launched-placeholder'))
loadPresentation();
if (!window.presStarted) {
startPres(document, window);
impress().init();
}
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML =
"<p>Tap on the left or right to navigate</p>";
}
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42322531-1', 'strut.io');
ga('send', 'pageview');
</script>
</head>
<body style="height: 100%; overflow: hidden;" class="impress-supported impress-enabled">
<style type="text/css">
/*.example {
border: 4px groove orange;
}*/
</style>
<style>
</style>
<style>
</style>
<!-- This is a work around / hack to get the user's browser to download the fonts
if they decide to save the presentation. -->
<div style="visibility: hidden; width: 0px; height: 0px">
<img src="Deck%20Title_files/Lato-Bold.woff">
<img src="Deck%20Title_files/HammersmithOne.woff">
<img src="Deck%20Title_files/Droid-Sans-Mono.woff">
<img src="Deck%20Title_files/Gorditas-Regular.woff">
<img src="Deck%20Title_files/FredokaOne-Regular.woff">
<img src="Deck%20Title_files/Ubuntu.woff">
<img src="Deck%20Title_files/Ubuntu-Bold.woff">
<img src="Deck%20Title_files/PressStart2P-Regular.woff">
<img src="Deck%20Title_files/Lato-BoldItalic.woff">
<img src="Deck%20Title_files/AbrilFatface-Regular.woff">
<img src="Deck%20Title_files/Lato-Regular.woff">
</div>
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div class="bg bg-surf-grad-light strut-surface">
<div class="bg innerBg strut-slide-3 bg-surf-grad-light">
<div style="position: absolute; transform-origin: left top 0px; transition: all 500ms ease-in-out 250ms; transform-style: preserve-3d; top: 50%; left: 50%; transform: perspective(3859.3px) scale(0.259115);" id="impress"><div style="position: absolute; transform-origin: left top 0px; transition: all 500ms ease-in-out 0ms; transform-style: preserve-3d; transform: rotateZ(0deg) rotateY(-179.909deg) rotateX(0deg) translate3d(-13899.1px, -5913.6px, 0px);">
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(109.227px, 5621.76px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(15); transform-style: preserve-3d;" id="step-1" class="step future" data-state="strut-slide-0 bg-surf-grad-light " data-x="109.22666666666667" data-y="5621.76" data-scale="15">
<div class="bg-solid-light slideContainer strut-slide-0" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 62px; left: 100px; -webkit-transform: ; -moz-transform: ; transform: ; width: 406px; height: 389.53px;">
<div class="transformContainer" style="-webkit-transform: scale(0.19, 0.19);
-moz-transform: scale(0.19, 0.19);
transform: scale(0.19, 0.19)">
<img src="Deck%20Title_files/ezkPUfm.png">
</div>
</div>
<div class="componentContainer " style="top: 150px; left: 16px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 164px;" class="antialias">
<font face="'Fredoka One', cursive">M</font>
</div>
</div>
</div>
<div class="componentContainer " style="top: 150px; left: 445px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 164px;" class="antialias">
<font face="'Fredoka One', cursive">Z FEST<br></font>
</div>
</div>
</div>
<div class="componentContainer " style="top: 407px; left: 251px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
<div align="center"><font face="'Lato', sans-serif">2k14 <br></font></div><font face="'Lato', sans-serif">BITS PILANI<br></font>
</div>
</div>
</div>
<div class="componentContainer " style="top: 676px; left: 266px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 36px;" class="antialias">
<a href="BrowserInvaders2\Invaders.html">Play the Firefox Invaders game!<br></a>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(14267.7px, 1413.12px, 0px) rotateX(0deg) rotateY(89.9544deg) rotateZ(0deg) scale(3); transform-style: preserve-3d;" id="step-2" class="step future" data-state="strut-slide-1 bg-surf-grad-light " data-x="14267.733333333334" data-y="1413.12" data-rotate-y="89.95437383553926" data-scale="3">
<div class="bg-solid-light slideContainer strut-slide-1" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 21px; left: 111px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
Inauguration Event<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 395px; left: 283px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 64px;" class="antialias">
Mr. Sujith Reddy<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 500px; left: 233px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 64px;" class="antialias">
Mr. Harsha Vardhan<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 630px; left: 290px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
8 Feb 5PM LTC 5105<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 192px; left: 229px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
Talks by <br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 201px; left: 596px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<img src="Deck%20Title_files/q5GRGjW.png">
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(13817.2px, 3824.64px, 0px) rotateX(0deg) rotateY(119.748deg) rotateZ(0deg) scale(2); transform-style: preserve-3d;" id="step-3" class="step future" data-state="strut-slide-2 bg-surf-grad-light " data-x="13817.173333333334" data-y="3824.64" data-rotate-y="119.74817918234206" data-scale="2">
<div class="bg-solid-light slideContainer strut-slide-2" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 17px; left: 202px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
<div align="center">Logo Designing <br>Competition<br></div>
</div>
</div>
</div>
<div class="componentContainer " style="top: 276px; left: 197px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 72px;" class="antialias">
It's time to put <br> on a new face!<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 559px; left: 360px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
5-7 Feb Online<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 628px; left: 63px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
<div align="center">Submit to [email protected]<br>Contact Siddhant Shrivastava 09772087487<br></div>
</div>
</div>
</div>
<div class="componentContainer " style="top: 492px; left: 267px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
Mozilla goodies to be won!<br>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(13899.1px, 5913.6px, 0px) rotateX(0deg) rotateY(179.909deg) rotateZ(0deg) scale(3); transform-style: preserve-3d;" id="step-4" class="step present active" data-state="strut-slide-3 bg-surf-grad-light " data-x="13899.093333333334" data-y="5913.6" data-rotate-y="179.90874767107852" data-scale="3">
<div class="bg-solid-light slideContainer strut-slide-3" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 24px; left: 43px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
Linux Install Fest <br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 174px; left: 30px; -webkit-transform: ; -moz-transform: ; transform: ; width: 365px; height: 423.46px;">
<div class="transformContainer" style="-webkit-transform: scale(0.71, 0.71);
-moz-transform: scale(0.71, 0.71);
transform: scale(0.71, 0.71)">
<img src="Deck%20Title_files/vsi86aH.png">
</div>
</div>
<div class="componentContainer " style="top: 237px; left: 364px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 64px;" class="antialias">
Are you <br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 207px; left: 611px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
READY
</div>
</div>
</div>
<div class="componentContainer " style="top: 355px; left: 437px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
for a completely new<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 447px; left: 508px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
computing experience?
</div>
</div>
</div>
<div class="componentContainer " style="top: 615px; left: 356px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
7 Feb 5PM Onwards LTC 5101<br>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(13885.4px, 7434.24px, 0px) rotateX(-89.9544deg) rotateY(0deg) rotateZ(0deg) scale(3); transform-style: preserve-3d;" id="step-5" class="step future" data-state="strut-slide-4 bg-surf-grad-light " data-x="13885.44" data-y="7434.24" data-rotate-x="-89.95437383553926" data-scale="3">
<div class="bg-solid-light slideContainer strut-slide-4" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 34px; left: 72px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 144px;" class="antialias">
Techno Quiz<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 266px; left: 199px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 72px;" class="antialias">
Test your tech know how<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 564px; left: 462px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
8 Feb 3:30PM LTC 5105<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 404px; left: 62px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<img src="Deck%20Title_files/11954322131712176739question_mark_naught101_02.png">
</div>
</div>
<div class="componentContainer " style="top: 439px; left: 416px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
Mozilla goodies to be won!<br>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(15851.5px, 5959.68px, 0px) rotateX(0deg) rotateY(-89.9544deg) rotateZ(0deg) scale(3); transform-style: preserve-3d;" id="step-6" class="step future" data-state="strut-slide-5 bg-surf-grad-light " data-x="15851.52" data-y="5959.68" data-rotate-y="-89.95437383553926" data-scale="3">
<div class="bg-solid-light slideContainer strut-slide-5" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 41px; left: 140px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 144px;" class="antialias">
Type It!<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 274px; left: 101px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 72px;" class="antialias">
The Ultimate Speed Typing<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 650px; left: 247px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 64px;" class="antialias">
8 Feb 6PM LTC 5105<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 395px; left: 364px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
SHOWDOWN
</div>
</div>
</div>
<div class="componentContainer " style="top: 562px; left: 253px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
Mozilla goodies to be won!<br>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(18036.1px, 9231.36px, 0px) rotateX(0deg) rotateY(-89.9544deg) rotateZ(-147.25deg) scale(1); transform-style: preserve-3d;" id="step-7" class="step future" data-state="strut-slide-6 bg-surf-grad-light " data-x="18036.053333333333" data-y="9231.36" data-rotate-y="-89.95437383553926" data-rotate-z="-147.25015334862155" data-scale="1">
<div class="bg-solid-light slideContainer strut-slide-6" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 12px; left: 63px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
Meme Making <br> Competition<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 516px; left: 41px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 48px;" class="antialias">
The meme which gets the most number of <br>facebook likes wins its creator exciting <br>Mozilla goodies!<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 665px; left: 493px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 36px;" class="antialias">
Contact Gokul 09772224107<br>
</div>
</div>
</div>
<div class="componentContainer " style="top: 276px; left: 107px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 36px;" class="antialias">
<div align="center">Use Mozilla's Webmaker technology<br>https://thimble.webmaker.org/project/20795/remix<br> to create a funny meme<br></div><div align="center">Email it by midnight 7 Feb to <br> [email protected]<br></div>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(27579.7px, 3901.44px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1); transform-style: preserve-3d;" id="step-8" class="step future" data-state="strut-slide-7 bg-surf-grad-light " data-x="27579.733333333334" data-y="3901.44" data-scale="1">
<div class="bg-solid-light slideContainer strut-slide-7" style="width: 1024px; height: 768px;">
<div class="themedArea">
</div>
<div class="componentContainer " style="top: 97px; left: 125px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 144px;" class="antialias">
<div align="center">BITS Firefox <br>Community<br></div>
</div>
</div>
</div>
<div class="componentContainer " style="top: 386px; left: 46px; -webkit-transform: ; -moz-transform: ; transform: ; width: px; height: px;">
<div class="transformContainer" style="-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1)">
<div style="font-size: 96px;" class="antialias">
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; transform: translate(-50%, -50%) translate3d(13844.5px, 5322.24px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(9); transform-style: preserve-3d;" id="overview" class="step future" data-state="strut-slide-overview" data-x="13844.48" data-y="5322.24" data-scale="9"></div>
</div></div>
<div class="hint">
<p>Use the space-bar or arrow keys to navigate</p>
</div>
</div>
</div></body></html>