2024-12-30 00:09:54 +08:00
|
|
|
<% provide(:title, "Home") %>
|
2025-01-18 21:42:31 +08:00
|
|
|
<div class="hero min-h-screen" >
|
|
|
|
<div class="hero-overlay bg-opacity-60"></div>
|
|
|
|
<div class="hero-content text-center text-neutral-content">
|
2025-01-17 00:01:13 +08:00
|
|
|
<div class="max-w-md">
|
2025-01-18 21:42:31 +08:00
|
|
|
<h1 class="mb-5 text-5xl font-bold">AI Weather Art</h1>
|
|
|
|
<p class="mb-5">Experience weather through AI-generated artwork for cities around the world.</p>
|
|
|
|
<div class="flex gap-4 justify-center">
|
|
|
|
<%= link_to 'Explore by Calendar', "#", class: "btn btn-primary" %>
|
|
|
|
<%= link_to 'Browse Cities', cities_path, class: "btn btn-secondary" %>
|
|
|
|
</div>
|
2025-01-17 00:01:13 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-12-30 13:23:22 +08:00
|
|
|
</div>
|
2025-01-17 00:01:13 +08:00
|
|
|
|
2025-01-18 21:42:31 +08:00
|
|
|
|
2024-12-30 17:54:42 +08:00
|
|
|
<%#= link_to image_tag("kitten.jpg", alt:"Kitten", width:"200") %>
|