summaryrefslogtreecommitdiffstats
path: root/index_alt.html
blob: aac4c67488aef84f77671c4299bfc6a226c693be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!-- from https://www.youtube.com/watch?v=ypYZBd80EUg -->

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">
        <title>Index_alt</title>
    </head>
    <body>
        <div class="flex flex-col min-h-[100dvh]">
            <header class="px-4 lg:px-6 py-6 lg:py-10 flex flex-col items-center justify-center space-y-2 text-center">
                <div class="space-y-2">
                    <h1 class="text-3xl font-bold tracking-tighter sm:text-5xl">Creative Works by Joanna</h1>
                    <p class="max-w-[600px] text-gray-500 md:text-xl/relaxed xl:text-xl/relaxed dark:text-gray-400">
                    Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to
                    pottery, all lovingly crafted by hand.
                    </p>
                </div>
                <nav class="flex flex-col gap-2 min-[600px]:flex-row">
                    <a
                            class="inline-flex h-10 items-center justify-center rounded-md text-sm hover:underline underline-offset-4"
                            href="#"
                            >
                            Gallery
                    </a>
                        <a
                                class="inline-flex h-10 items-center justify-center rounded-md text-sm hover:underline underline-offset-4"
                                href="#"
                                >
                                About Me
                        </a>
                            <a
                                    class="inline-flex h-10 items-center justify-center rounded-md text-sm hover:underline underline-offset-4"
                                    href="#"
                                    >
                                    Contact
                            </a>
                </nav>
            </header>
            <main class="grid gap-4 px-4 md:px-6 lg:gap-10 lg:grid-cols-[1fr_300px]">
                <div class="flex flex-col gap-2">
                    <div class="grid gap-2">
                        <div class="rounded-lg border bg-card text-card-foreground shadow-sm" data-v0-t="card">
                            <div class="space-y-1.5 p-6 flex flex-col gap-1">
                                <h3 class="text-base font-bold">Paintings</h3>
                                <p class="text-sm text-gray-500 dark:text-gray-400">Beautiful art created with passion.</p>
                            </div>
                            <div class="p-6 grid gap-4">
                                <img
                                        src="/placeholder.svg"
                                        alt="Paintings"
                                        class="aspect-[2/1] rounded-xl overflow-hidden object-cover object-center"
                                        width="400"
                                        height="200"
                                        />
                                <button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2">
                                    View Gallery
                                </button>
                            </div>
                        </div>
                        <div class="rounded-lg border bg-card text-card-foreground shadow-sm" data-v0-t="card">
                            <div class="space-y-1.5 p-6 flex flex-col gap-1">
                                <h3 class="text-base font-bold">Pottery</h3>
                                <p class="text-sm text-gray-500 dark:text-gray-400">Unique and elegant ceramic creations.</p>
                            </div>
                            <div class="p-6 grid gap-4">
                                <img
                                        src="/placeholder.svg"
                                        alt="Pottery"
                                        class="aspect-[2/1] rounded-xl overflow-hidden object-cover object-center"
                                        width="400"
                                        height="200"
                                        />
                                <button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2">
                                    View Gallery
                                </button>
                            </div>
                        </div>
                    </div>
                    <div class="grid gap-2">
                        <div class="rounded-lg border bg-card text-card-foreground shadow-sm" data-v0-t="card">
                            <div class="space-y-1.5 p-6 flex flex-col gap-1">
                                <h3 class="text-base font-bold">Crafts</h3>
                                <p class="text-sm text-gray-500 dark:text-gray-400">Handmade treasures for every occasion.</p>
                            </div>
                            <div class="p-6 grid gap-4">
                                <img
                                        src="/placeholder.svg"
                                        alt="Crafts"
                                        class="aspect-[2/1] rounded-xl overflow-hidden object-cover object-center"
                                        width="400"
                                        height="200"
                                        />
                                <button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2">
                                    View Gallery
                                </button>
                            </div>
                        </div>
                        <div class="rounded-lg border bg-card text-card-foreground shadow-sm" data-v0-t="card">
                            <div class="space-y-1.5 p-6 flex flex-col gap-1">
                                <h3 class="text-base font-bold">Artwork</h3>
                                <p class="text-sm text-gray-500 dark:text-gray-400">Creative expressions in various mediums.</p>
                            </div>
                            <div class="p-6 grid gap-4">
                                <img
                                        src="/placeholder.svg"
                                        alt="Artwork"
                                        class="aspect-[2/1] rounded-xl overflow-hidden object-cover object-center"
                                        width="400"
                                        height="200"
                                        />
                                <button class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2">
                                    View Gallery
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="flex flex-col gap-4 min-w-[300px]">
                    <div class="flex flex-col gap-2">
                        <div class="space-y-2">
                            <h2 class="text-2xl font-bold tracking-tighter sm:text-3xl">Latest Creations</h2>
                            <p class="text-gray-500 dark:text-gray-400">Crafted with Care</p>
                        </div>
                        <div class="grid gap-4">
                            <img
                                    src="/placeholder.svg"
                                    alt="Latest Creations"
                                    class="aspect-square rounded-xl overflow-hidden object-cover object-center"
                                    width="300"
                                    height="300"
                                    />
                            <img
                                    src="/placeholder.svg"
                                    alt="Latest Creations"
                                    class="aspect-square rounded-xl overflow-hidden object-cover object-center"
                                    width="300"
                                    height="300"
                                    />
                        </div>
                    </div>
                    <div class="flex flex-col gap-2">
                        <div class="space-y-2">
                            <h2 class="text-2xl font-bold tracking-tighter sm:text-3xl">Featured Collection</h2>
                            <p class="text-gray-500 dark:text-gray-400">Discover the Artistry</p>
                        </div>
                        <div class="grid gap-4">
                            <img
                                    src="/placeholder.svg"
                                    alt="Featured Collection"
                                    class="aspect-square rounded-xl overflow-hidden object-cover object-center"
                                    width="300"
                                    height="300"
                                    />
                            <img
                                    src="/placeholder.svg"
                                    alt="Featured Collection"
                                    class="aspect-square rounded-xl overflow-hidden object-cover object-center"
                                    width="300"
                                    height="300"
                                    />
                        </div>
                    </div>
                </div>
            </main>
            <footer class="flex flex-col gap-2 sm:flex-row py-6 w-full shrink-0 items-center px-4 md:px-6 border-t">
                <p class="text-xs text-gray-500 dark:text-gray-400">© 2024 Acme Inc. All rights reserved.</p>
                <nav class="sm:ml-auto flex gap-4 sm:gap-6">
                    <a class="text-xs hover:underline underline-offset-4" href="#">
                        Terms of Service
                    </a>
                    <a class="text-xs hover:underline underline-offset-4" href="#">
                        Privacy
                    </a>
                </nav>
            </footer>
        </div>
    </body>
</html>