<% content_for :head do %> <% end %>
<% if @weather_art.image.attached? %>
<%= image_tag @weather_art.image, class: "absolute w-full h-full object-cover scale-110 filter blur-2xl opacity-25" %>
<% end %>
<%= link_to city_path(@weather_art.city), class: "btn btn-ghost btn-lg gap-2 bg-base-100/50 backdrop-blur-sm hover:bg-base-100/70 transition-all duration-300" do %> Back to <%= @weather_art.city.name %> <% end %>
<%= @weather_art.city.full_name %>

Weather Art

<%= @weather_art.weather_date.strftime("%B %d, %Y") %>
<%= @weather_art.weather_date.strftime("%H:%M") %>
<% if @weather_art.image.attached? %> <%= image_tag @weather_art.image, class: "w-full h-full object-cover transition-transform duration-500 group-hover:scale-105" %>
<% end %>

<%= weather_description_icon(@weather_art.description) %> <%= @weather_art.description %>

<%= weather_stat_icon("temperature") %>
Temperature
<%= @weather_art.temperature %>°C
Feels like <%= @weather_art.feeling_temp %>°C
<%= weather_stat_icon("wind") %>
Wind
<%= @weather_art.wind_scale %>
<%= @weather_art.wind_speed %> km/h
<%= weather_stat_icon("humidity") %>
Humidity
<%= @weather_art.humidity %>%
Relative humidity
<%= weather_stat_icon("visibility") %>
Visibility
<%= @weather_art.visibility %> km
Clear view distance
<%= weather_stat_icon("pressure") %>
Pressure
<%= @weather_art.pressure %> hPa
Atmospheric pressure
<%= weather_stat_icon("cloud") %>
Cloud Cover
<%= @weather_art.cloud %>%
Sky coverage

AI Prompt

<%= @weather_art.prompt %>