screenshot1.svg 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <svg width="270" height="580" xmlns="http://www.w3.org/2000/svg">
  2. <rect width="270" height="580" fill="#f5f5f5"/>
  3. <rect x="10" y="10" width="250" height="560" rx="30" ry="30" fill="#ffffff" stroke="#dddddd" stroke-width="2"/>
  4. <!-- Top bar -->
  5. <rect x="10" y="10" width="250" height="60" rx="30" ry="30" fill="#4a90e2"/>
  6. <text x="135" y="45" font-family="Arial" font-size="18" fill="white" text-anchor="middle">Today's Weather</text>
  7. <!-- Temperature -->
  8. <text x="135" y="130" font-family="Arial" font-size="48" fill="#333333" text-anchor="middle">23°</text>
  9. <text x="135" y="160" font-family="Arial" font-size="20" fill="#666666" text-anchor="middle">Sunny</text>
  10. <!-- Weather details -->
  11. <rect x="30" y="200" width="210" height="1" fill="#eeeeee"/>
  12. <text x="50" y="230" font-family="Arial" font-size="16" fill="#666666">Humidity</text>
  13. <text x="220" y="230" font-family="Arial" font-size="16" fill="#333333" text-anchor="end">45%</text>
  14. <rect x="30" y="240" width="210" height="1" fill="#eeeeee"/>
  15. <text x="50" y="270" font-family="Arial" font-size="16" fill="#666666">Wind</text>
  16. <text x="220" y="270" font-family="Arial" font-size="16" fill="#333333" text-anchor="end">7 km/h</text>
  17. <rect x="30" y="280" width="210" height="1" fill="#eeeeee"/>
  18. <!-- Daily forecast -->
  19. <text x="30" y="320" font-family="Arial" font-size="18" fill="#333333">This Week</text>
  20. <!-- Day 1 -->
  21. <text x="50" y="350" font-family="Arial" font-size="14" fill="#666666">Mon</text>
  22. <text x="100" y="350" font-family="Arial" font-size="14" fill="#333333">Sunny</text>
  23. <text x="220" y="350" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">25°/18°</text>
  24. <!-- Day 2 -->
  25. <text x="50" y="380" font-family="Arial" font-size="14" fill="#666666">Tue</text>
  26. <text x="100" y="380" font-family="Arial" font-size="14" fill="#333333">Cloudy</text>
  27. <text x="220" y="380" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">22°/17°</text>
  28. <!-- Day 3 -->
  29. <text x="50" y="410" font-family="Arial" font-size="14" fill="#666666">Wed</text>
  30. <text x="100" y="410" font-family="Arial" font-size="14" fill="#333333">Rainy</text>
  31. <text x="220" y="410" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">19°/15°</text>
  32. <!-- Day 4 -->
  33. <text x="50" y="440" font-family="Arial" font-size="14" fill="#666666">Thu</text>
  34. <text x="100" y="440" font-family="Arial" font-size="14" fill="#333333">Partly Cloudy</text>
  35. <text x="220" y="440" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">21°/16°</text>
  36. <!-- Day 5 -->
  37. <text x="50" y="470" font-family="Arial" font-size="14" fill="#666666">Fri</text>
  38. <text x="100" y="470" font-family="Arial" font-size="14" fill="#333333">Sunny</text>
  39. <text x="220" y="470" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">24°/18°</text>
  40. <text x="135" y="540" font-family="Arial" font-size="12" fill="#999999" text-anchor="middle">Weekly Weather App</text>
  41. </svg>