Add static site landing page
This commit is contained in:
54
assets/site/twin-flames.svg
Normal file
54
assets/site/twin-flames.svg
Normal file
@@ -0,0 +1,54 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" role="img" aria-labelledby="title desc">
|
||||
<title id="title">Twin Flames</title>
|
||||
<desc id="desc">Two mirrored flames inside a circle.</desc>
|
||||
<defs>
|
||||
<linearGradient id="flame-left" x1="30%" x2="70%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#fff8e1"/>
|
||||
<stop offset="60%" stop-color="#b87333"/>
|
||||
<stop offset="100%" stop-color="#1a237e"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="flame-right" x1="70%" x2="30%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#fff8e1"/>
|
||||
<stop offset="55%" stop-color="#b0bec5"/>
|
||||
<stop offset="100%" stop-color="#2e7d32"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect width="640" height="640" rx="96" fill="#09192b"/>
|
||||
<circle cx="320" cy="320" r="236" fill="none" opacity="0.2" stroke="#fff8e1" stroke-width="3"/>
|
||||
<circle cx="320" cy="320" r="194" fill="none" opacity="0.1" stroke="#fff8e1" stroke-width="2"/>
|
||||
|
||||
<path
|
||||
d="M300 448
|
||||
C228 388 220 290 276 228
|
||||
C288 214 299 194 302 172
|
||||
C350 216 365 266 348 314
|
||||
C338 345 336 382 344 414
|
||||
C349 433 343 447 330 457
|
||||
C319 466 308 464 300 448Z"
|
||||
fill="url(#flame-left)"
|
||||
/>
|
||||
|
||||
<path
|
||||
d="M340 448
|
||||
C412 388 420 290 364 228
|
||||
C352 214 341 194 338 172
|
||||
C290 216 275 266 292 314
|
||||
C302 345 304 382 296 414
|
||||
C291 433 297 447 310 457
|
||||
C321 466 332 464 340 448Z"
|
||||
fill="url(#flame-right)"
|
||||
/>
|
||||
|
||||
<path
|
||||
d="M319 416
|
||||
C284 384 282 338 310 304
|
||||
C316 296 320 286 321 274
|
||||
C343 296 352 326 344 352
|
||||
C338 372 337 392 340 410
|
||||
C341 421 334 430 324 431
|
||||
C322 431 320 431 319 416Z"
|
||||
fill="#fff8e1"
|
||||
opacity="0.92"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user