-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
674 lines (659 loc) · 23.9 KB
/
index.html
File metadata and controls
674 lines (659 loc) · 23.9 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
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
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
<!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>
Flip Software - Apps targeting Web, Mobile and Desktop at just one flip
away
</title>
<meta
name="description"
content="Flip Software is a software development company that specializes in building web, mobile and desktop applications. Delivering great software with speed and security."
/>
<meta name="author" content="Breno Rocha" />
<style>
/* SECTION: LAYOUT & STYLES */
.main {
margin-top: 2rem;
}
html,
/* radial gradient to top */
body {
background: #1e1e1e;
background: -webkit-radial-gradient(circle, #2f2f2f 40%, #0d0d0d 100%);
background: -moz-radial-gradient(circle, #2f2f2f 40%, #0d0d0d 100%);
background: -ms-radial-gradient(circle, #2f2f2f 40%, #0d0d0d 100%);
background: -o-radial-gradient(circle, #2f2f2f 40%, #0d0d0d 100%);
background: radial-gradient(circle, #2f2f2f 40%, #0d0d0d 100%) fixed
no-repeat;
height: 100vh;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}
#splash {
background: #dc281e;
background-repeat: repeat-y;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
animation: splash 3s ease-in;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
#loader {
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%, 0);
}
#loader:after {
content: '';
position: absolute;
left: 50%;
margin-left: -8px;
bottom: -170px;
width: 16px;
border-radius: 16px;
background: #1e1e1e;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 1) 50%,
rgba(255, 255, 255, 0) 100%
);
height: 100px;
filter: drop-shadow(16px 32px 16px rgba(0, 0, 0, 0.5));
}
#splash .anim {
height: 100%;
position: absolute;
left: 50%;
width: 100px;
transform: translate(-50%, 100%);
animation: loader 4s linear;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
@keyframes loader {
0% {
transform: translate(-50%, 110%);
}
30% {
transform: translate(-50%, 50%);
}
100% {
transform: translate(-50%, 0%);
}
}
@keyframes splash {
0% {
transform: translate(0%, 0%);
}
50% {
transform: translate(0%, 0%);
}
100% {
transform: translate(0%, -100%);
}
}
/* SECTION: LOGO ANIMATION */
.I_789 {
animation: 4s ease-in-out infinite I_789;
}
@keyframes I_789 {
0% {
stroke: #88888880;
filter: drop-shadow(0 32px 16px #00000080);
}
30% {
stroke: #00ffff;
filter: drop-shadow(0 32px 24px #4444ff80);
}
90% {
stroke: #88888880;
}
100% {
stroke: #88888880;
filter: drop-shadow(0 32px 16px #00000080);
}
}
.L_790 {
animation: 4s ease-in-out infinite L_790;
}
@keyframes L_790 {
0% {
stroke: #88888880;
filter: drop-shadow(0 32px 16px #00000080);
}
20% {
stroke: #00ffff;
filter: drop-shadow(0 32px 24px #4444ff80);
}
90% {
stroke: #88888880;
}
100% {
stroke: #88888880;
filter: drop-shadow(0 32px 16px #00000080);
}
}
.Fendwireframe_599 {
animation: 4s ease-in-out infinite Fendwireframe_599;
}
@keyframes Fendwireframe_599 {
0% {
stroke: #88888880;
filter: drop-shadow(0 32px 16px #00000080);
}
10% {
stroke: #00ffff;
filter: drop-shadow(0 32px 24px #4444ff80);
}
80% {
stroke: #88888880;
}
100% {
stroke: #88888880;
filter: drop-shadow(0 32px 16px #00000080);
}
}
.svg_logo {
position: relative;
width: clamp(400px, 50vw, 900px);
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
#awesome_text:hover {
transition: all 0.5s ease-in-out;
cursor: pointer;
text-decoration: 2px underline solid #00ffff;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="main">
<header style="text-align: center">
<p
style="
font-family: 'Lato', sans-serif;
font-weight: 900;
color: whitesmoke;
line-height: 1;
"
>
<span style="font-size: clamp(2rem, 4vw, 4rem)">
SOMETHING<br />
</span>
<span
id="awesome_text"
style="font-size: clamp(3rem, 6vw, 8rem); color: #dc281e"
>
AWESOME<br />
</span>
<span style="font-size: clamp(2rem, 4vw, 4rem)">
IS COMING<br />
</span>
<span style="font-size: clamp(1.5rem, 3vw, 3rem)"> STAY TUNED</span>
</p>
<div
style="display: flex; justify-content: center; align-items: center"
>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 150 1000 1000"
fill="none"
preserveAspectRatio="xMaxYMin meet"
class="svg_logo"
>
<g data-name="[Flattened] Flip Software - Full Logo">
<g
filter="url(#filter0_d_131_91)"
data-name="P"
transform="translate(696 534.85)"
>
<path
d="M90.9971 105.505L90.998 115.1L120.244 98.2101C122.719 96.7808 124.244 94.1396 124.244 91.2816L124.241 62.1197C124.241 59.262 122.716 56.6214 120.242 55.1924L90.9913 38.3024L90.9921 47.902L90.9971 105.505Z"
fill="black"
data-name="P"
/>
<path
d="M90.9971 105.505L90.998 115.1L120.244 98.2101C122.719 96.7808 124.244 94.1396 124.244 91.2816L124.241 62.1197C124.241 59.262 122.716 56.6214 120.242 55.1924L90.9913 38.3024L90.9921 47.902L90.9971 105.505Z"
fill="url(#paint_linear___482)"
data-name="P"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M90.9913 38.3024L28.0004 1.92944C22.6671 -1.1502 16 2.69877 16 8.8574L16 170.144C16 176.302 22.6667 180.151 28 177.072L86.9998 143.008C89.4752 141.579 91.0001 138.938 90.9998 136.079L90.998 115.1L90.9971 105.505L67.8501 82.3578C64.7259 79.2336 64.7259 74.1683 67.8501 71.0441L90.9921 47.902L90.9913 38.3024Z"
fill="black"
data-name="P"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M90.9913 38.3024L28.0004 1.92944C22.6671 -1.1502 16 2.69877 16 8.8574L16 170.144C16 176.302 22.6667 180.151 28 177.072L86.9998 143.008C89.4752 141.579 91.0001 138.938 90.9998 136.079L90.998 115.1L90.9971 105.505L67.8501 82.3578C64.7259 79.2336 64.7259 74.1683 67.8501 71.0441L90.9921 47.902L90.9913 38.3024Z"
fill="url(#paint_linear___255)"
data-name="P"
/>
</g>
<g
filter="url(#filter0_d_131_92)"
data-name="I"
class="I_789"
transform="translate(600.48 479.85)"
>
<path
d="M92.5475 34.3024L40.4822 34.3024C38.2731 34.3024 36.4822 32.5115 36.4822 30.3024L36.4822 8.85737C36.4822 5.77806 39.8158 3.85357 42.4824 5.39338L92.5475 34.3024ZM40.4822 57.7818L103.474 57.7818L103.482 141.58C103.482 143.009 102.719 144.33 101.482 145.044L42.4825 179.108C39.8158 180.647 36.4824 178.723 36.4824 175.644L36.4822 61.7818C36.4822 59.5726 38.2731 57.7818 40.4822 57.7818Z"
stroke="#888888"
stroke-width="8"
shape-rendering="crispEdges"
data-name="I"
class="I_789"
/>
</g>
<g
filter="url(#filter0_d_131_93)"
data-name="L"
class="L_790"
transform="translate(504.48 502.84)"
>
<path
d="M38.4809 39.4562L97.4811 5.39244C100.148 3.85284 103.481 5.77734 103.481 8.85654L103.481 174.881C103.481 176.31 102.719 177.631 101.481 178.345L42.4808 212.409C39.8141 213.949 36.4808 212.024 36.4808 208.945L36.4809 42.9203C36.4809 41.4912 37.2433 40.1707 38.4809 39.4562Z"
stroke="#888888"
stroke-width="8"
shape-rendering="crispEdges"
data-name="L"
class="L_790"
/>
</g>
<g
filter="url(#filter0_d_131_94)"
data-name="F-start"
transform="translate(195 159.24)"
>
<path
d="M28.0006 306.07C22.6673 309.15 16 305.301 16 299.142L16 192.017C16 189.159 17.5246 186.518 19.9995 185.089L338.258 1.31026C340.734 -0.119303 343.784 -0.1192 346.26 1.31053L439.004 54.8741C444.336 57.9536 444.336 65.6503 439.004 68.7296L28.0006 306.07Z"
fill="black"
data-name="F-start"
/>
<path
d="M28.0006 306.07C22.6673 309.15 16 305.301 16 299.142L16 192.017C16 189.159 17.5246 186.518 19.9995 185.089L338.258 1.31026C340.734 -0.119303 343.784 -0.1192 346.26 1.31053L439.004 54.8741C444.336 57.9536 444.336 65.6503 439.004 68.7296L28.0006 306.07Z"
fill="url(#paint_linear___577)"
data-name="F-start"
/>
</g>
<g
filter="url(#filter0_d_131_95)"
data-name="F-end-wireframe"
class="Fendwireframe_599"
transform="translate(230.18 613.26)"
>
<path
d="M38.1802 85.1523L177.338 4.8098C180.005 3.27014 183.338 5.19487 183.338 8.27422L183.325 168.937C183.325 172.016 179.992 173.94 177.326 172.401L38.1805 92.0807L36.1807 95.5449L38.1804 92.0807C35.5135 90.5412 35.5134 86.692 38.1802 85.1523Z"
stroke="#888888"
stroke-width="8"
shape-rendering="crispEdges"
data-name="F-end-wireframe"
class="Fendwireframe_599"
/>
</g>
<g
filter="url(#filter0_d_131_96)"
data-name="F-middle"
transform="translate(195.01 380)"
>
<path
d="M28.0091 259.97C22.6757 263.05 16.0085 259.201 16.0085 253.042L16.0085 145.918C16.0085 143.06 17.533 140.419 20.008 138.99L260.703 0.00145896L369.23 62.6813C369.325 62.7358 369.325 62.8721 369.23 62.9266L28.0091 259.97Z"
fill="black"
data-name="F-middle"
/>
<path
d="M28.0091 259.97C22.6757 263.05 16.0085 259.201 16.0085 253.042L16.0085 145.918C16.0085 143.06 17.533 140.419 20.008 138.99L260.703 0.00145896L369.23 62.6813C369.325 62.7358 369.325 62.8721 369.23 62.9266L28.0091 259.97Z"
fill="url(#paint_linear___162)"
data-name="F-middle"
/>
</g>
<g
filter="url(#filter0_d_131_97)"
data-name="F-end"
transform="translate(230 624.84)"
>
<path
d="M116.751 106.719C116.751 112.877 110.085 116.726 104.751 113.647L20 64.7158C14.6667 61.6366 14.6667 53.9386 20 50.8594L104.751 1.92821C110.085 -1.15098 116.751 2.69801 116.751 8.85641L116.751 106.719Z"
fill="black"
data-name="F-end"
/>
<path
d="M116.751 106.719C116.751 112.877 110.085 116.726 104.751 113.647L20 64.7158C14.6667 61.6366 14.6667 53.9386 20 50.8594L104.751 1.92821C110.085 -1.15098 116.751 2.69801 116.751 8.85641L116.751 106.719Z"
fill="url(#paint_linear___421)"
data-name="F-end"
/>
</g>
</g>
<defs>
<filter
id="filter0_d_131_91"
x="0"
y="0.845459"
width="140.244"
height="225.31"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="8" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_91"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_91"
result="shape"
/>
</filter>
<linearGradient
id="paint_linear___482"
x1="70.1221"
y1="-5"
x2="70.1221"
y2="184"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#F00000" />
<stop offset="1" stop-color="#DC281E" />
</linearGradient>
<linearGradient
id="paint_linear___255"
x1="70.1221"
y1="-5"
x2="70.1221"
y2="184"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#F00000" />
<stop offset="1" stop-color="#DC281E" />
</linearGradient>
<filter
id="filter0_d_131_92"
x="0.482239"
y="0.845428"
width="138.999"
height="246.81"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="16" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_92"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_92"
result="shape"
/>
</filter>
<filter
id="filter0_d_131_93"
x="0.480774"
y="0.844604"
width="139"
height="280.112"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="16" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_93"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_93"
result="shape"
/>
</filter>
<filter
id="filter0_d_131_94"
x="1.52588e-05"
y="0.238159"
width="459.003"
height="354.916"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="8" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_94"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_94"
result="shape"
/>
</filter>
<linearGradient
id="paint_linear___577"
x1="233.5"
y1="-1.00013"
x2="233.5"
y2="313"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#F00000" />
<stop offset="1" stop-color="#DC281E" />
</linearGradient>
<filter
id="filter0_d_131_95"
x="0.180161"
y="0.261963"
width="219.158"
height="240.686"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="16" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_95"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_95"
result="shape"
/>
</filter>
<filter
id="filter0_d_131_96"
x="0.00846863"
y="0.00143433"
width="385.293"
height="309.053"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="8" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_96"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_96"
result="shape"
/>
</filter>
<linearGradient
id="paint_linear___162"
x1="192.726"
y1="-3.82422e-05"
x2="192.726"
y2="266.9"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#F00000" />
<stop offset="1" stop-color="#DC281E" />
</linearGradient>
<filter
id="filter0_d_131_97"
x="0"
y="0.844482"
width="132.751"
height="161.886"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="32" />
<feGaussianBlur stdDeviation="8" />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_131_97"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_131_97"
result="shape"
/>
</filter>
<linearGradient
id="paint_linear___421"
x1="143.939"
y1="42.0907"
x2="35.1878"
y2="104.878"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#F00000" />
<stop offset="1" stop-color="#DC281E" />
</linearGradient>
</defs>
</svg>
</div>
</header>
</div>
<div id="splash">
<div class="anim">
<div id="loader"></div>
</div>
</div>
</body>
</html>