Add: 02/23 AIヘッドライン(夕刊)
Deploy Docusaurus Site / deploy (push) Successful in 25s

This commit is contained in:
2026-02-23 09:06:52 +00:00
parent 5438f2fdef
commit e504d6f8e6
4 changed files with 218 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0ea5e9"/>
<stop offset="100%" style="stop-color:#2563eb"/>
</linearGradient>
</defs>
<!-- 背景 -->
<rect width="512" height="512" fill="url(#sky)" rx="80"/>
<!-- 幾何学ツバメ(三角形ベース) -->
<g transform="translate(256, 256)" fill="white">
<!-- 左翼(大三角) -->
<polygon points="-20,-10 -200,-120 -60,30"/>
<!-- 右翼(大三角) -->
<polygon points="20,-10 200,-120 60,30"/>
<!-- ボディ(菱形) -->
<polygon points="0,-40 50,20 0,60 -50,20"/>
<!-- 尾(2つの三角) -->
<polygon points="-20,50 -80,160 0,100"/>
<polygon points="20,50 80,160 0,100"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 853 B