diff options
Diffstat (limited to '_posts/2017')
-rw-r--r-- | _posts/2017/12/movies.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_posts/2017/12/movies.html b/_posts/2017/12/movies.html index b5893a9..497ee76 100644 --- a/_posts/2017/12/movies.html +++ b/_posts/2017/12/movies.html | |||
@@ -420,6 +420,41 @@ | |||
420 | </text> | 420 | </text> |
421 | </g> | 421 | </g> |
422 | </svg> | 422 | </svg> |
423 | <br/> | ||
424 | <svg height="20" width="138" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
425 | <linearGradient id="b" x2="0" y2="100%"> | ||
426 | <stop offset="0" stop-color="#bbb" stop-opacity=".1"> | ||
427 | </stop> | ||
428 | <stop offset="1" stop-opacity=".1"> | ||
429 | </stop> | ||
430 | </linearGradient> | ||
431 | <clipPath id="a"> | ||
432 | <rect fill="#fff" height="20" rx="3" width="138"> | ||
433 | </rect> | ||
434 | </clipPath> | ||
435 | <g clip-path="url(#a)"> | ||
436 | <path d="M0 0h73v20H0z" fill="#555"> | ||
437 | </path> | ||
438 | <path d="M73 0h65v20H73z" fill="#e05d44"> | ||
439 | </path> | ||
440 | <path d="M0 0h138v20H0z" fill="url(#b)"> | ||
441 | </path> | ||
442 | </g> | ||
443 | <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle"> | ||
444 | <text fill="#010101" fill-opacity=".3" textLength="630" transform="scale(.1)" x="375" y="150"> | ||
445 | Made w/ ❤️ | ||
446 | </text> | ||
447 | <text textLength="630" transform="scale(.1)" x="375" y="140"> | ||
448 | Made w/ ❤️ | ||
449 | </text> | ||
450 | <text fill="#010101" fill-opacity=".3" textLength="550" transform="scale(.1)" x="1045" y="150"> | ||
451 | Hangzhou | ||
452 | </text> | ||
453 | <text textLength="550" transform="scale(.1)" x="1045" y="140"> | ||
454 | Hangzhou | ||
455 | </text> | ||
456 | </g> | ||
457 | </svg> | ||
423 | </div> | 458 | </div> |
424 | </div> | 459 | </div> |
425 | <script async="" defer="" src="../../_static/w.js"> | 460 | <script async="" defer="" src="../../_static/w.js"> |