ไอ้จ๊อ
✨ PONGSATORN PHATTARASRIVAJCHAKARN
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 40 40"> <ellipse cx="6" cy="17" rx="2.8" ry="3.2"fill="rgba(249,229,203,255)" r="1.5" stroke = "black" stroke-width="1.2%" /> <ellipse cx="32.6" cy="17" rx="2.8" ry="3.2"fill="rgba(249,229,203,255)" r="1.5" stroke = "black" stroke-width="1.2%" /> <rect fill="black" rx="1.5" ry="0.8" width="10" height="1" x="5.5" y="16.5"/> <rect fill="black" rx="1.5" ry="0.8" width="10" height="1" x="23.5" y="16.5"/> <rect fill="rgba(171,141,107,255)" rx="3" ry="3" width="25" height="25" stroke = "black" stroke-width="1.5%" x="7" y="7"/> <svg x="5.5"> <circle cx="9.6" cy="17" fill="rgba(249,229,203,255)" r="7"stroke = "black" stroke-width="1.5%" /> <circle cx="18.6" cy="17.3" fill="rgba(249,229,203,255)" r="6.7" stroke = "black" stroke-width="1.5%"/> <circle cx="12.6" cy="17.3" fill="rgba(249,229,203,255)" r="5.1" /> <circle cx="19.3" cy="16" fill="rgba(79,75,76,255)" r="1" /> <circle cx="8.3" cy="16" fill="rgba(79,75,76,255)" r="1"/> <circle cx="18.8" cy="16" fill="white" r="0.3" > <animate attributeName="cx" values="19;19.5;19.5;19" dur="2s" repeatCount="indefinite" /> <animate attributeName="cy" values="15.5;16.5;16.5;15.5" dur="4s" repeatCount="indefinite" /> </circle> <circle cx="8.8" cy="16" fill="white" r="0.3" > <animate attributeName="cx" values="7.9;8.5;8.5;7.9" dur="2s" repeatCount="indefinite" /> <animate attributeName="cy" values="15.5;16.5;16.5;15.5" dur="4s" repeatCount="indefinite" /> </circle> <ellipse cx="14" cy="17" rx="1" ry="1.2"fill="rgba(79,75,76,255)" r="1.5" > <animate attributeName="rx" values="1;1;1.5;1;1" dur="4s" repeatCount="indefinite" /> </ellipse> <ellipse cx="14" cy="16.5" rx="1" ry="1.2"fill="rgba(249,229,203,255)" r="1.5" > <animate attributeName="rx" values="1;1;1.5;1;1" dur="4s" repeatCount="indefinite" /> </ellipse> </svg> <circle cx="18.3" cy="26" fill="rgba(249,229,203,255)" r="1.3" stroke = "black" stroke-width="0.8%" > <animate attributeName="cx" values="16;17;18;17;16" dur="3s" repeatCount="indefinite" /> </circle> <circle cx="20.7" cy="26" fill="rgba(249,229,203,255)" r="1.1" stroke = "black" stroke-width="0.8%" > <animate attributeName="cx" values="22;21;20.3;21;22" dur="3s" repeatCount="indefinite" /> </circle> <ellipse cx="8.5" cy="30" rx="1" ry="1.7"fill="rgba(249,229,203,255)" r="1.5" transform="rotate(-32,16,2)"stroke = "black" stroke-width="0.8%"/> <ellipse cx="8.5" cy="30" rx="1" ry="1.7"fill="rgba(249,229,203,255)" r="1.5" transform="rotate(-32,11,20)"stroke = "black" stroke-width="0.8%"/> <ellipse cx="8.5" cy="30" rx="1.5" ry="1"fill="rgba(171,141,107,255)" r="1.5" transform="rotate(-33,12.4,19.6)"/> <ellipse cx="8.5" cy="30" rx="1.5" ry="1"fill="rgba(171,141,107,255)" r="1.5" transform="rotate(-33,17.5,2)"/> <text x="26" y="2" fill="black" style="font-size:1;">พงศธร ภัทรศรีเวชการ 63070110</text> <!-- Grid --> <defs> <pattern id="grid" viewBox="0,0,10,10" width="1%" height="1%"> <rect fill="#0001" width="1" height="10" x="1" y="0"/> <rect fill="#0001" width="1" height="10" x="3" y="0"/> <rect fill="#0001" width="1" height="10" x="5" y="0"/> <rect fill="#0001" width="1" height="10" x="7" y="0"/> <rect fill="#0001" width="1" height="10" x="9" y="0"/> <rect fill="#0001" width="10" height="1" x="0" y="1"/> <rect fill="#0001" width="10" height="1" x="0" y="3"/> <rect fill="#0001" width="10" height="1" x="0" y="5"/> <rect fill="#0001" width="10" height="1" x="0" y="7"/> <rect fill="#0001" width="10" height="1" x="0" y="9"/> <path d="M0 0 h10 L9 1 h-8 v8 L0 10 z" fill="#ff05"/> <path d="M10 10 h-10 L1 9 h8 v-8 L10 0 z" fill="#0f05"/> <rect fill="#0002" width="10" height=".1" x="0" y="9.9"/> <rect fill="#0002" width="10" height=".1" x="0" y="0"/> <rect fill="#0002" height="10" width=".1" y="0" x="9.9"/> <rect fill="#0002" height="10" width=".1" y="0" x="0"/> </pattern> </defs> <!-- <rect fill="url(#grid)" width="1000" height="1000" x="0" y="0"/> --> </svg> </body> </html>