-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·135 lines (126 loc) · 3.86 KB
/
Copy pathindex.html
File metadata and controls
executable file
·135 lines (126 loc) · 3.86 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
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=3, user-scalable=1"
/>
<title>Digital Media Strategist Training</title>
<link rel="preload" as="image" href="dr/01483.svg" />
<link rel="preload" as="image" href="dr/01558.png" />
<link rel="preload" as="image" href="dr/0572.svg" />
<script>
(function(d) {
var config = {
kitId: '',
scriptTimeout: 3000,
async: true
},
h = d.documentElement,
t = setTimeout(function() {
h.className = h.className.replace(/\bwf-loading\b/g, "") + " wf-inactive";
}, config.scriptTimeout),
tk = d.createElement("script"),
f = false,
s = d.getElementsByTagName("script")[0],
a;
h.className += " wf-loading";
tk.src = 'https://use.typekit.net/' + config.kitId + '.js?v=1777930437';
tk.async = true;
tk.onload = tk.onreadystatechange = function() {
a = this.readyState;
if (f || (a && a !== "complete" && a !== "loaded")) return;
f = true;
clearTimeout(t);
try { Typekit.load(config); } catch (e) {}
};
s.parentNode.insertBefore(tk, s);
})(document);
</script>
</head>
<body>
<div id="app" style="width: 100%; height: 100%"></div>
<style type="text/css">
:host {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
.background-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
}
.spinner-outer-wrapper {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.spinner-inner-wrapper {
width: 100px;
height: 70px;
background-color: #f5f5f5;
border-radius: 5px;
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25);
}
.spinner {
animation: rotate 2s linear infinite;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
width: 50px;
height: 50px;
}
.spinner .path {
stroke: #1c74dd;
stroke-linecap: round;
animation: dash 1.5s ease-in-out infinite;
}
.spinner .track {
stroke: #d5d5d5;
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
</style>
<div class="background-overlay"></div>
<div class="spinner-outer-wrapper">
<div class="spinner-inner-wrapper">
<svg class="spinner" viewBox="0 0 50 50">
<circle class="track" cx="25" cy="25" r="20" fill="none" stroke-width="3"></circle>
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="3"></circle>
</svg>
</div>
</div>
<script src='assets/js/project.js' charset="utf-8"></script><script src='dist/main.chunk.js' charset="utf-8"></script><script src='dist/runtime-main.bundle.js' charset="utf-8"></script><script src='dist/vendors-main.chunk.js' charset="utf-8"></script>
<img src="dr/01483.svg" width="1" height="1" style="position:absolute;left:-9999px;" alt="" />
<img src="dr/01558.png" width="1" height="1" style="position:absolute;left:-9999px;" alt="" />
<img src="dr/0572.svg" width="1" height="1" style="position:absolute;left:-9999px;" alt="" />
</body>
</html>