screenshot3.svg 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="50" y="45" font-family="Arial" font-size="14" fill="white">← Back</text>
  7. <text x="160" y="45" font-family="Arial" font-size="18" fill="white" text-anchor="middle">Wednesday</text>
  8. <!-- Date -->
  9. <text x="135" y="95" font-family="Arial" font-size="14" fill="#666666" text-anchor="middle">August 17, 2023</text>
  10. <!-- Weather Icon and Temperature -->
  11. <circle cx="135" cy="150" r="40" fill="#f3cf7a"/>
  12. <text x="135" y="155" font-family="Arial" font-size="24" fill="white" text-anchor="middle">☁</text>
  13. <text x="135" y="220" font-family="Arial" font-size="48" fill="#333333" text-anchor="middle">19°</text>
  14. <text x="135" y="250" font-family="Arial" font-size="20" fill="#666666" text-anchor="middle">Partly Cloudy</text>
  15. <text x="135" y="280" font-family="Arial" font-size="16" fill="#666666" text-anchor="middle">High: 22° | Low: 15°</text>
  16. <!-- Hourly forecast -->
  17. <text x="30" y="320" font-family="Arial" font-size="18" fill="#333333">Hourly Forecast</text>
  18. <rect x="30" y="330" width="210" height="100" fill="none"/>
  19. <!-- Hour 1 -->
  20. <text x="50" y="350" font-family="Arial" font-size="14" fill="#666666" text-anchor="middle">9AM</text>
  21. <text x="50" y="380" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">☁</text>
  22. <text x="50" y="410" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">17°</text>
  23. <!-- Hour 2 -->
  24. <text x="100" y="350" font-family="Arial" font-size="14" fill="#666666" text-anchor="middle">12PM</text>
  25. <text x="100" y="380" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">☀</text>
  26. <text x="100" y="410" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">19°</text>
  27. <!-- Hour 3 -->
  28. <text x="150" y="350" font-family="Arial" font-size="14" fill="#666666" text-anchor="middle">3PM</text>
  29. <text x="150" y="380" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">☀</text>
  30. <text x="150" y="410" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">22°</text>
  31. <!-- Hour 4 -->
  32. <text x="200" y="350" font-family="Arial" font-size="14" fill="#666666" text-anchor="middle">6PM</text>
  33. <text x="200" y="380" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">☁</text>
  34. <text x="200" y="410" font-family="Arial" font-size="14" fill="#333333" text-anchor="middle">20°</text>
  35. <!-- Details -->
  36. <text x="30" y="450" font-family="Arial" font-size="18" fill="#333333">Details</text>
  37. <text x="50" y="480" font-family="Arial" font-size="14" fill="#666666">Humidity</text>
  38. <text x="220" y="480" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">65%</text>
  39. <text x="50" y="510" font-family="Arial" font-size="14" fill="#666666">Wind</text>
  40. <text x="220" y="510" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">12 km/h NW</text>
  41. <text x="50" y="540" font-family="Arial" font-size="14" fill="#666666">Precipitation</text>
  42. <text x="220" y="540" font-family="Arial" font-size="14" fill="#333333" text-anchor="end">30%</text>
  43. <text x="135" y="560" font-family="Arial" font-size="12" fill="#999999" text-anchor="middle">Weekly Weather App</text>
  44. </svg>