MONKEY
✨ PHIRAPHAT KITPROMPHON
<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"> <!---หู---> <circle cx="7" cy="14" fill="#d68c4f" r="5.5"></circle> <circle cx="7" cy="14" fill="#fdcca4" r="4"></circle> <circle cx="33" cy="14" fill="#d68c4f" r="5.5"></circle> <circle cx="33" cy="14" fill="#fdcca4" r="4"></circle> <!---หน้า---> <circle cx="20" cy="20" fill="#d68c4f" r="13" ></circle> <ellipse cx="14.5" cy="20" rx="7" ry="8" fill="#fdcca4" /> <ellipse cx="20" cy="26" rx="9.5" ry="6.5" fill="#fdcca4" /> <ellipse cx="25.5" cy="20" rx="7" ry="8" fill="#fdcca4" /> <!---ปาก---> <ellipse cx="20" cy="27" rx="5" ry="3" fill="#740005" /> <ellipse cx="20" cy="26" rx="4" ry="3" fill="#fdcca4" /> <!---จมูก---> <ellipse cx="20" cy="21" rx="3" ry="2" fill="#d68c4f" /> <!---ตา---> <svg> <circle cx="13.5" cy="15.5" fill="#ffffff" r="4"></circle> <circle cx="14" cy="15.5" fill="#3c2d26" r="3"></circle> <circle cx="12.5" cy="14" fill="#fffffd" r="1.5"></circle> </svg> <svg x = 10> <circle cx="16.5" cy="15.5" fill="#ffffff" r="4"></circle> <circle cx="16" cy="15.5" fill="#3c2d26" r="3"></circle> <circle cx="14.5" cy="14" fill="#fffffd" r="1.5"></circle> </svg> <text stroke="black" stroke-width="0" x="25" y="2.5" fill="black" style="font-size:1;">พีรพัฒน์ กิจพร้อมผล 63070125</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>