-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.45 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link rel="icon" href="img/loading.png" type="image/x-icon">
<meta http-equiv='refresh' content='5;URL=splash.html'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Loading Egg Care... </title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='css/loadstyle.css'>
<link href="https://fonts.googleapis.com/css?family=Hind&display=swap" rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
</head>
<body>
<svg viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="8" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 21 -9" result="cm" />
<feBlend/>
</filter>
<radialGradient id="radial-gradient" cx="20.5" cy="20.32" fx="5.9753758345333345" fy="4.511207610428622" r="23.94" gradientUnits="userSpaceOnUse">
<stop offset="0.43" stop-color="#feb829"/>
<stop offset="0.53" stop-color="#fdb125"/>
<stop offset="0.68" stop-color="#f99d1a"/>
<stop offset="0.85" stop-color="#f47c09"/>
<stop offset="0.92" stop-color="#f16c00"/>
</radialGradient>
<symbol id="Yolk" data-name="Yolk" viewBox="0 0 41 41">
<circle cx="20.5" cy="20.5" r="20.5" fill="url(#radial-gradient)"/>
<path d="M5.59,18.78A15,15,0,0,1,23.65,5.83" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/>
</symbol>
</defs>
<g class="whiteContainer" fill="#ede6e3" filter="url(#goo)">
<circle cx="280" cy="300" r="41"/>
<circle cx="360" cy="300" r="41"/>
<circle cx="440" cy="300" r="41"/>
<circle cx="520" cy="300" r="41"/>
</g>
<g class="yolkContainer">
<use width="41" height="41" xlink:href="#Yolk" x="260" y="280"/>
<use width="41" height="41" xlink:href="#Yolk" x="340" y="280"/>
<use width="41" height="41" xlink:href="#Yolk" x="420" y="280"/>
<use width="41" height="41" xlink:href="#Yolk" x="500" y="280"/>
</g>
</svg>
</div>
<script type="text/javascript" src="js/load.js"></script>
</body>
</html>