<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Demo on LIVING NOW</title>
    <link>https://GIGKOMUSIC.github.io/tags/demo/</link>
    <description>Recent content in Demo on LIVING NOW</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>GIGKOMUSIC@gmail.com (GIGKO)</managingEditor>
    <webMaster>GIGKOMUSIC@gmail.com (GIGKO)</webMaster>
    <copyright>© 2026 GIGKO</copyright>
    <lastBuildDate>Wed, 04 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://GIGKOMUSIC.github.io/tags/demo/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Circle Trap (Demo)</title>
      <link>https://GIGKOMUSIC.github.io/posts/00006-circle_trap_demo/</link>
      <pubDate>Wed, 04 Oct 2023 00:00:00 +0000</pubDate>
      <author>GIGKOMUSIC@gmail.com (GIGKO)</author>
      <guid>https://GIGKOMUSIC.github.io/posts/00006-circle_trap_demo/</guid>
      <description>&lt;style&gt;&#xA;.emote {&#xA;  transform:scale(-1, 1);&#xA;  width:fit-content;&#xA;}&#xA;/* body{&#xA;  font-size:50px;&#xA;} */&#xA;&lt;/style&gt;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;&#x9;&#x9;&#x9;&lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/AXV48TO3otw?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#xA;&lt;style&gt;&#xA;.button {&#xA;  display: inline-flex;&#xA;  align-items: center;&#xA;  justify-content: center; &#xA;  gap: 8px; /* 控制图标与文字的距离 */&#xA;&#xA;  background-color: #4CAF50; /* Green */&#xA;  border: none;&#xA;  color: white;&#xA;&#xA;  padding: 16px 32px;&#xA;&#xA;  /*text-align: center;*/&#xA;  text-decoration: none;&#xA;  /*display: inline-block;*/&#xA;&#xA;  font-size: 20px;&#xA;  margin: 4px 2px;&#xA;  transition-duration: 0.4s;&#xA;  cursor: pointer;&#xA;  border-radius: 12px;&#xA;  width: 100%;&#xA;}&#xA;&#xA;.button .icon {&#xA;  /* 如果图标偏下，就用 -1px 或 -2px；如果偏上，就用 1px */&#xA;  transform: translateY(-2px); &#xA;}&#xA;&#xA;.button1_YouTube {&#xA;  background-color: #FE2905; &#xA;  color: white; &#xA;  /* border: 2px solid #4CAF50; */&#xA;}&#xA;&#xA;.button1_YouTube:hover {&#xA;    background-color: #E02606;&#xA;  color: black;&#xA;  &#xA;}&#xA;&#xA;.button2_Spotify {&#xA;    background-color: #1ED760; &#xA;  color: white; &#xA;&#xA;  /* border: 2px solid #008CBA; */&#xA;}&#xA;&#xA;.button2_Spotify:hover {&#xA;    background-color: #1EA360;&#xA;  color: black;&#xA;  &#xA;}&#xA;&#xA;.button3_Apple_Music {&#xA;      background-color: #FB4B64; &#xA;  color: white; &#xA;&#xA;  /* border: 2px solid #f44336; */&#xA;}&#xA;&#xA;.button3_Apple_Music:hover {&#xA;  background-color: #D94259;&#xA;  color: black;&#xA;}&#xA;&#xA;.button4_YouTube_Music {&#xA;    background-color: #FE2905;&#xA;  color: white;&#xA;  /* background-color: #FDCD27;&#xA;  color: white; */&#xA;  /* border: 2px solid #e7e7e7; */&#xA;}&#xA;&#xA;.button4_YouTube_Music:hover {&#xA;     background-color: #E02606;&#xA;    /* background-color: #FD8627; */&#xA;    color: black;&#xA;}&#xA;&#xA;.button5_Amazon_Music {&#xA;  background-color: #25D1DA;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button5_Amazon_Music:hover {&#xA;  background-color: #1EADB5;&#xA;  color: black;&#xA;}&#xA;&#xA;.button6_Bandcamp {&#xA;  background-color: #1DA0C3;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button6_Bandcamp:hover {&#xA;  background-color: #1887A6;&#xA;  color: black;&#xA;}&#xA;&#xA;.button7_Soundcloud {&#xA;  background-color: #FF7312;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button7_Soundcloud:hover {&#xA;  background-color: #D77312;&#xA;  color: black;&#xA;}&#xA;&#xA;.button8_TikTok {&#xA;  background-color: #000000;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button8_TikTok:hover {&#xA;  background-color: #A9A9A9;&#xA;  color: black;&#xA;}&#xA;&#xA;.button9_Instagram {&#xA;  background-color: #FD31BC;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button9_Instagram:hover {&#xA;  background-color: #D0289B;&#xA;  color: black;&#xA;}&#xA;&#xA;.button10_TwitterX {&#xA;  background-color: #1C9BF0;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button10_TwitterX:hover {&#xA;  background-color: #1584CE;&#xA;  color: black;&#xA;}&#xA;&#xA;.button11_Bilibili {&#xA;  background-color: #FB7299;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button11_Bilibili:hover {&#xA;  background-color: #D46082;&#xA;  color: black;&#xA;}&#xA;&#xA;.button12_QQ_Music {&#xA;  background-color: #FDCD27;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button12_QQ_Music:hover {&#xA;  background-color: #D4AC22;&#xA;  color: black;&#xA;}&#xA;&#xA;.button13 {&#xA;  background-color: #1DA0C3;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button13:hover {&#xA;  background-color: #1D7CC3;&#xA;  color: black;&#xA;}&#xA;&#xA;.button14 {&#xA;  background-color: #1DA0C3;&#xA;  color: white;&#xA;  /* border: 2px solid #555555; */&#xA;}&#xA;&#xA;.button14:hover {&#xA;  background-color: #1D7CC3;&#xA;  color: black;&#xA;}&#xA;&lt;/style&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://temonwhale.bandcamp.com/track/circle-trap&#34;&gt;&lt;button class=&#34;button button6_Bandcamp&#34;&gt;&lt;span class=&#34;relative inline-block align-text-bottom icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&lt;!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt; Bandcamp &lt;/button&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://soundcloud.com/temonwhale/pelison-circle-trap&#34;&gt;&lt;button class=&#34;button button7_Soundcloud&#34;&gt;&lt;span class=&#34;relative inline-block align-text-bottom icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 640 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt; SoundCloud &lt;/button&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://www.youtube.com/watch?v=AXV48TO3otw&#34;&gt;&lt;button class=&#34;button button1_YouTube&#34;&gt;&lt;span class=&#34;relative inline-block align-text-bottom icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 576 512&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt; YouTube &lt;/button&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://www.bilibili.com/video/BV1CA411z77N/?share_source=copy_web&#34;&gt;&lt;button class=&#34;button button11_Bilibili&#34;&gt;&lt;span class=&#34;relative inline-block align-text-bottom icon&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34;  viewBox=&#34;0 0 48 48&#34; width=&#34;96px&#34; height=&#34;96px&#34;&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M36.5,12h-7.086l3.793-3.793c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0L26.586,12 h-5.172l-5.207-5.207c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414L18.586,12H12.5C9.467,12,7,14.467,7,17.5v15 c0,3.033,2.467,5.5,5.5,5.5h2c0,0.829,0.671,1.5,1.5,1.5s1.5-0.671,1.5-1.5h14c0,0.829,0.671,1.5,1.5,1.5s1.5-0.671,1.5-1.5h2 c3.033,0,5.5-2.467,5.5-5.5v-15C42,14.467,39.533,12,36.5,12z M39,32.5c0,1.378-1.122,2.5-2.5,2.5h-24c-1.378,0-2.5-1.122-2.5-2.5 v-15c0-1.378,1.122-2.5,2.5-2.5h24c1.378,0,2.5,1.122,2.5,2.5V32.5z&#34;/&gt;&lt;rect width=&#34;2.75&#34; height=&#34;7.075&#34; x=&#34;30.625&#34; y=&#34;18.463&#34; fill=&#34;currentColor&#34; transform=&#34;rotate(-71.567 32.001 22)&#34;/&gt;&lt;rect width=&#34;7.075&#34; height=&#34;2.75&#34; x=&#34;14.463&#34; y=&#34;20.625&#34; fill=&#34;currentColor&#34; transform=&#34;rotate(-18.432 17.998 21.997)&#34;/&gt;&lt;path fill=&#34;currentColor&#34; d=&#34;M28.033,27.526c-0.189,0.593-0.644,0.896-1.326,0.896c-0.076-0.013-0.139-0.013-0.24-0.025 c-0.013,0-0.05-0.013-0.063,0c-0.341-0.05-0.745-0.177-1.061-0.467c-0.366-0.265-0.808-0.745-0.947-1.477 c0,0-0.29,1.174-0.896,1.49c-0.076,0.05-0.164,0.114-0.253,0.164l-0.038,0.025c-0.303,0.164-0.682,0.265-1.086,0.278 c-0.568-0.051-0.947-0.328-1.136-0.821l-0.063-0.164l-1.427,0.656l0.05,0.139c0.467,1.124,1.465,1.768,2.74,1.768 c0.922,0,1.667-0.303,2.209-0.909c0.556,0.606,1.288,0.909,2.209,0.909c1.856,0,2.55-1.288,2.765-1.843l0.051-0.126l-1.427-0.657 L28.033,27.526z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt; Bilibili &lt;/button&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://GIGKOMUSIC.github.io/posts/00006-circle_trap_demo/featured.jpg" />
    </item>
    
  </channel>
</rss>
