-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.html
262 lines (261 loc) · 7.83 KB
/
splash.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/src/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google Chat Tauri</title>
</head>
<body>
<div class="container">
<div
style="
position: relative;
margin: 0 auto;
width: 256px;
height: 256px;
animation: c-so 1200ms cubic-bezier(0.03, 0, 0.17, 0.67) 1,
c-st 600ms cubic-bezier(0.21, 0.02, 0.03, 0.92) 1 1200ms,
c-sth 1866ms linear 1 1800ms forwards,
c-fi 1200ms cubic-bezier(0.17, 0.17, 0.67, 1) 1;
"
>
<!-- BACKGROUND GREY SHAPES -->
<div
style="
background: #efefef;
position: absolute;
transform-origin: top right;
width: 157px;
height: 131px;
top: 27px;
left: 72px;
border-radius: 24px;
overflow: hidden;
z-index: 2;
animation: c-abso 66ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1450ms,
c-abst 366ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1516ms forwards;
"
></div>
<div
style="
position: absolute;
transform-origin: bottom left;
width: 157px;
height: 166px;
top: 72px;
left: 27px;
z-index: 2;
animation: c-abso 66ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1400ms,
c-abst 366ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1466ms forwards;
"
>
<div
style="
background: #efefef;
position: absolute;
width: 157px;
height: 131px;
top: 0;
left: 0;
border-radius: 24px 24px 24px 0;
overflow: hidden;
z-index: 2;
"
></div>
<div
style="
position: absolute;
width: 45px;
height: 36px;
top: 130px;
left: 0;
border-radius: 0 0 8px 8px;
overflow: hidden;
z-index: 1;
"
>
<div
style="
background: #efefef;
position: absolute;
width: 56px;
height: 56px;
top: -31px;
left: -21px;
border-radius: 0 0 8px 0;
transform: rotate(45deg);
overflow: hidden;
"
></div>
</div>
</div>
<!-- COLORED SHAPES -->
<div
style="
position: absolute;
transform-origin: top right;
width: 157px;
height: 131px;
top: 27px;
left: 72px;
border-radius: 24px;
overflow: hidden;
z-index: 2;
animation: c-abso 66ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1450ms,
c-abst 366ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1516ms forwards;
"
>
<div
style="
background: #5bb974;
position: absolute;
width: 157px;
height: 131px;
border-radius: 24px;
top: -131px;
left: 157px;
animation: c-bbf 250ms cubic-bezier(0.17, 0.17, 0.4, 1) 1 1250ms
forwards;
z-index: 3;
"
></div>
</div>
<div
style="
position: absolute;
transform-origin: bottom left;
width: 157px;
height: 166px;
top: 72px;
left: 27px;
z-index: 2;
animation: c-abso 66ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1400ms,
c-abst 366ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1466ms forwards;
"
>
<div
style="
position: absolute;
width: 157px;
height: 131px;
top: 0;
left: 0;
border-radius: 24px 24px 24px 0;
overflow: hidden;
z-index: 2;
"
>
<div
style="
background: #34a853;
position: absolute;
width: 157px;
height: 166px;
border-radius: 24px 24px 24px 0;
top: 166px;
left: -157px;
overflow: hidden;
animation: c-abf 250ms cubic-bezier(0.17, 0.17, 0.4, 1) 1 1200ms
forwards;
"
>
<div
style="
position: absolute;
transform-origin: bottom left;
width: 157px;
height: 166px;
animation: c-rso 66ms cubic-bezier(0.3, 0.63, 0.63, 1) 1
1400ms,
c-rst 366ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1466ms
forwards;
"
>
<div
style="
width: 157px;
height: 166px;
animation: c-rm 250ms cubic-bezier(0.17, 0.17, 0.4, 1) 1
1200ms forwards;
"
>
<div
style="
position: absolute;
transform-origin: top right;
width: 157px;
height: 131px;
top: -45px;
left: 45px;
animation: c-abso 66ms cubic-bezier(0.3, 0.63, 0.63, 1) 1
1450ms,
c-abst 366ms cubic-bezier(0.3, 0.63, 0.63, 1) 1 1516ms
forwards;
"
>
<div
style="
background: #188038;
position: absolute;
transform-origin: top right;
top: -131px;
left: 157px;
width: 157px;
height: 131px;
border-radius: 24px;
animation: c-bbf 250ms cubic-bezier(0.17, 0.17, 0.4, 1)
1 1250ms forwards;
"
></div>
</div>
</div>
</div>
</div>
</div>
<div
style="
position: absolute;
width: 45px;
height: 36px;
top: 130px;
left: 0;
border-radius: 0 0 8px 8px;
overflow: hidden;
z-index: 1;
"
>
<div
style="
position: absolute;
width: 56px;
height: 56px;
top: -31px;
left: -21px;
border-radius: 0 0 8px 0;
transform: rotate(45deg);
overflow: hidden;
"
>
<div
style="
background: #34a853;
position: absolute;
transform: rotate(-45deg);
width: 157px;
height: 166px;
border-radius: 24px 24px 24px 0;
top: 91px;
left: -25px;
animation: c-tf 250ms cubic-bezier(0.17, 0.17, 0.4, 1) 1
1200ms forwards;
"
></div>
</div>
</div>
</div>
</div>
<img class="title" src="/src/assets/logo.svg" />
</div>
</body>
</html>