File size: 19,777 Bytes
4143239
 
 
 
 
8c2de79
0c25969
4143239
8c2de79
 
 
 
 
4143239
 
8c2de79
0c25969
8c2de79
 
 
4143239
 
8c2de79
 
 
 
4143239
 
8c2de79
 
 
 
 
4143239
0c25969
 
 
 
 
9fa09ed
0c25969
 
8c2de79
 
 
 
 
47d588d
 
8c2de79
c89a1b1
9448d67
 
 
c89a1b1
a2daee4
 
9448d67
 
c89a1b1
9448d67
 
 
c89a1b1
9448d67
 
 
c89a1b1
9448d67
 
 
c89a1b1
9448d67
 
 
c89a1b1
9448d67
 
 
c89a1b1
2ebaeb0
9448d67
 
c89a1b1
a2daee4
9448d67
 
c89a1b1
a2daee4
9448d67
47d588d
58ac8f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47d588d
28aa1a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9448d67
 
47d588d
8c2de79
 
0c25969
 
 
 
 
bbf108f
0c25969
 
 
bbf108f
0c25969
 
4143239
fb5226b
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Image Gallery</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
    <style>
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            grid-gap: 20px;
            padding: 20px;
        }

        .gallery-item {
            position: relative; /* For positioning the copy icon */
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        .gallery-item img {
            width: 100%;
            height: auto;
            display: block;
        }

        .gallery-item p {
            text-align: center;
            margin: 10px 0;
            font-size: 14px;
            color: #666;
        }

        .copy-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #F3F7EC;
            cursor: pointer;
        }
    </style>
</head>
<body>
    <div class="gallery">
        <!-- Replace the src attribute with the actual image URLs -->

      
        <div class="gallery-item">
    <img src="assets/1.png" alt="Image 1">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Cartoon 3D sunny bright Pixar-style image : super hero : full costume : cinematic --ar 68:128 --stylize 750 --v 5.2')"></i>
</div>
<div class="gallery-item">
    <img src="assets/2.png" alt="Image 2">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('(Masterpiece, award winning, professional, highly detailed), centered, medium shot, full body, anime style, illustration, stylized, oil painting, witch girl, cute, cuddling, holding moon, space planetary background, magical array, fractal art, hyper maximalism, (epic composition, epic proportion, surrealism), vibrant color, natural lighting, depth of field, HD, 64K, panoramic,
')"></i>
</div>
<div class="gallery-item">
    <img src="assets/3.png" alt="Image 3">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Animal wolf warrior character, anthropomorphic figure, fantasy, d&d, masterwork, realistic figure, realism, hyper-detailed, cinematic lighting, photography, 32k uhd --ar 9:16 --s 750')"></i>
</div>
<div class="gallery-item">
    <img src="assets/4.png" alt="Image 4">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Daria Morgendorffer the main character of the animated series Daria, serious expression, very excites sultry look, so hot girl, beautiful charismatic girl, so hot shot, a woman wearing eye glasses, gorgeous figure, interesting shapes, life-size figures')"></i>
</div>
<div class="gallery-item">
    <img src="assets/5.png" alt="Image 5">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Superman, in dynamic, atmosphere of darkness and horror, dramatic light, highly detailed, packed with hidden details, hyper realistic, in the style of wallpaper portraits, colorful realism, realistic attention to detail, highly detailed, colorful realism, UHD, 8K')"></i>
</div>
<div class="gallery-item">
    <img src="assets/6.png" alt="Image 6">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Spider man in dynamics, highly detailed, packed with hidden details, style, high dynamic range, hyper realistic, realistic attention to detail, highly detailed, 32K, intense close - ups, uhd image, realism, colorful realism, --ar 71:121 --s 750 --niji 5')"></i>
</div>
<div class="gallery-item">
    <img src="assets/7.png" alt="Image 7">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('The Joker, a villain from the Batman film series, looks at himself in a broken mirror, in the style of Christopher Nolan, in dynamic, atmosphere of darkness and horror, dramatic light, highly detailed, packed with hidden details, hyper realistic, wallpaper portraits, colorful realism, realistic attention to detail, highly detailed,colorful realism, UHD, 8K')"></i>
</div>
<div class="gallery-item">
    <img src="assets/8.png" alt="Image 8">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('a woman in black shirt with her arms folded against , in the style of tattoo, normcore, dark silver and dark gold, happycore, focus on joints/connections, effortlessly chic, palewave --ar 9:16 --stylize 750 --v 6')"></i>
</div>
<div class="gallery-item">
    <img src="assets/9.png" alt="Image 9">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('At night you can see tall neon light-lit buildings with holographic advertisements in a cyber dystopian city, highly detailed, cinematic noise, fade, photography, high contrast, 8k --ar 9:16 --s 750')"></i>
</div>
<div class="gallery-item">
    <img src="assets/10.png" alt="Image 10">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('photography, dynamic range, in the city, ollie motion with professional man skateboarder')"></i>
</div>

<div class="gallery-item">
    <img src="assets/11.png" alt="Image 11">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Digital art of a beautiful tiger pokemon under an apple tree, cartoon style,Matte Painting,Magic Realism,Bright colors,hyper quality,high detail,high resolution, --video --s 750 --v 6.0 --ar 1:2')"></i>
</div>
<div class="gallery-item">
    <img src="assets/12.png" alt="Image 12">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Food photography, shakshuka, top view, in a luxurious Michelin kitchen style, studio lighting, depth of field, ultra detailed, --no 2 heads, 2 faces, heterochromia, cropped image, ((hat)), ((belt)), out of frame, necklace, draft, deformed hands, twisted fingers, double image, malformed hands, multiple heads, extra limb, ugly, poorly drawn hands, missing limb, disfigured, cut-off, ugly, grainy, low-res, Deformed, blurry, bad anatomy, poorly drawn face, mutation, mutated, floating limbs, disconnected limbs, disgusting, mutilated, mangled, extra fingers, duplicate artifacts, morbid, gross proportions, missing arms, mutated hands, mutilated hands, cloned face, malformed, blur, haze, out of focus, low resolution, low quality, watermark, out of frame, uneven exposure, tattoos, bad composition, jpeg artifacts, text, WOMAN, female')"></i>
</div>
<div class="gallery-item">
    <img src="assets/13.png" alt="Image 13">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A pattern of coffe grains, with soft lighting to highlight their texture and color contrast. Shot using a Nikon D850 camera with a macro lens, in the style of delicate photography --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/14.png" alt="Image 14">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Closeup of a man, low angle view, cloudy day, in the style of Guy Bourdin, film grain, hyper realistic, cinematic, street photography. --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/15.png" alt="Image 15">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A studio photography of dinner dishes shot in front of a coffee house background  --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/16.png" alt="Image 16">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Dog a background with lights projections on it, in the style of black and white photography, shadow play, high contrast, reflections, mirrors')"></i>
</div>
<div class="gallery-item">
    <img src="assets/17.png" alt="Image 17">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Office environment, closeup portrait photography, light gray background, high detail, high resolution, shot in the style of Sony A7R V, cinematic, high contrast, sharp focus, natural features --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/18.png" alt="Image 18">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Beach suit outdoor playground with sand in between it. Minimalistic design --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/19.png" alt="Image 19">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Ghost woman\'s body hidden behind leaves, dark green colors, cinematic, fujifilm provia 400x --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/20.png" alt="Image 20">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Photo of an empty red running track with white lines, no people, closeup view, high resolution photography, in the style of Anthropic. The track has white lines and is empty with no people visible. It is a closeup view taken with high resolution photography --ar 85:128 --v 6.0 --style raw')"></i>
</div>




<div class="gallery-item">
    <img src="assets/21.png" alt="Image 21">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Dog playing with a ball, the shot was taken on Kodak film for fashion photography purposes. It has a high contrast, hyper realistic and highly detailed style with a grainy quality, reminiscent of the style of kodak film photography. --ar 21:32 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/22.png" alt="Image 22">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('a realistic photograph of two friends in a concert, taking a photo with one smartphone, in the crowd of a music festival, with a festive environment behind them, white, black, and sky blue palette, nikon 50mm --ar 117:119 --v 5.2 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/23.png" alt="Image 23">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('An illustration of a stars background with a modern vibe to it, using mainly pink color --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/24.png" alt="Image 24">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Child The background color should be bright yellow, In a big room. The overall mood would capture intense magenta lighting. It\'s an artistic photography. This photograph was taken by an award winning photographer using Canon EOS R5 camera and Fujifilm Provia film stock, color negative, invert, lens aberration, color aberration, deep focus, light leak')"></i>
</div>
<div class="gallery-item">
    <img src="assets/25.png" alt="Image 25">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A honda motorcycle with a rider speeding down the road at sunset, with a desert background, rendered in a photorealistic style, captured with a Canon EOS R5 camera --ar 82:101 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/26.png" alt="Image 26">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('The painting is in pink and red tones. There\'s also some handdrawn art work by an artist named Fisher Sizzato hanging around. In front there’s one sticker that says \'SKerne --ar 128:85 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/27.png" alt="Image 27">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('a group of people, city background, blurred photography, high definition, high resolution --ar 5:8 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/28.png" alt="Image 28">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('astrophotography of two giant nuclear stars colliding in a nebula. The image captures the stars merging in the style of Vincent van Gogh\'s starry night paintings with colorful wisps and swirls of glowing gas clouds. --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/29.png" alt="Image 29">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A drawing of an man made out of Hamburger, with a blue sky background, in the style of Stylized llustration, with soft pastel colors, pop art')"></i>
</div>
<div class="gallery-item">
    <img src="assets/30.png" alt="Image 30">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Olympic swimmer in the competition pool, captured from behind as he swims towards his starting point with grace and speed, vibrant colors of blue water and red, green, white, black, and gold racing lines on the side of the swimming area, shot in the style of Canon EOS camera with EFS lens, ultra realistic photography --ar 3:4 --v 6.0 --style raw')"></i>
</div>



<div class="gallery-item">
    <img src="assets/31.png" alt="Image 31">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('a realistic photograph of one brunette woman and one man dancing in a wedding, taking a photo with one smartphone, with a festive environment behind them, white, black, and sky blue palette, nikon 50mm  --ar 117:119 --v 5.2 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/32.png" alt="Image 32">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('food photography of a purple smoothie jar with flying berries and a banana against a black background with studio lighting. The image is in the style of flying fruit typical in still life paintings --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/33.png" alt="Image 33">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A realistic photograph in a really artistic style of different clay structures --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/34.png" alt="Image 34">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Silver rings with diamonds on each finger against a black background. Shot in the style of David LaChapelle using a 35mm lens at f/8 --ar 51:64 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/35.png" alt="Image 35">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Many apples splashed with drops of water within a fancy bowl  --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/36.png" alt="Image 36">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A children story book illustration of a hipo dressed with a pijama smiling and being happy  --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/37.png" alt="Image 37">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Soccer ball on green grass, blurred background, closeup shot, stock photo style. Black and white photo. --ar 128:93 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/38.png" alt="Image 38">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Indian monument photography, closeup shot, detailed architecture, iconic building, clear sky, urban landscape, architectural masterpiece, cityscap --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/39.png" alt="Image 39">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('a gold julep cup being filled with red liquid, blackberry garnish on top of the drink, shaker in hand, bottle of whiskey next to it, blue and orange lighting, cinematic photography, Canon eos r5, f/20, 8 k resolution, low angle shot, close up of cocktail glass --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/40.png" alt="Image 40">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A closeup of grass on the ground, symbolizing change and renewal in nature. The background is dark brown to make it stand out more against the earthy tones of autumn foliage. This scene creates an atmosphere that emphasizes natural beauty and serene moments of fall season. It can be used as wallpaper or cover photo for Instagram stories or social media posts related to fall season, nature photography, realistic photography, cinematic, high resolution --ar 85:128 --v 6.0 --style raw')"></i>
</div>



<div class="gallery-item">
    <img src="assets/41.png" alt="Image 41">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Product photography, of a cat with dramatic lighting, high resolution photography, in the style of hyper realistic --ar 85:128')"></i>
</div>
<div class="gallery-item">
    <img src="assets/42.png" alt="Image 42">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Closeup of blonde woman depth of field, bokeh, shallow focus, minimalism, fujifilm xh2s with Canon EF lens, cinematic --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/43.png" alt="Image 43">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A photograph of a cat playing with a ball in the patio. Nikon 500, realistic photography.  --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/44.png" alt="Image 44">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A studio photography of breakfast dishes shot in front of a fancy restaurant background  --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/45.png" alt="Image 45">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A woman long exposure with the fernsehturm tower behind it, early evening, blue sky, city lights, in the style of national geographic --ar 5:8 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/46.png" alt="Image 46">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('close up of an rabbit with red eyes, isolated on black background, photo realistic --ar 91:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/47.png" alt="Image 47">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A drawing of a colorful cookie jar that looks absolutely delicious, in style of a minimalist cartoon  --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/48.png" alt="Image 48">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('Googles behind the water pool background, close up, focus and bokeh effect. sport concept --ar 128:93 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/49.png" alt="Image 49">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A can of soda,on a rustic wooden table with a red checkered cloth underneath it, with some broken oaky pieces scattered next to it, food photography in the style of dark grey background, side view, centered composition, professional photo --ar 85:128 --v 6.0 --style raw')"></i>
</div>
<div class="gallery-item">
    <img src="assets/50.png" alt="Image 50">
    <i class="fas fa-copy copy-icon" onclick="copyToClipboard('A photograph of the front view portrait of an Man in a full body dynamic pose on a red background in the style of high fashion moment, with rich colors, dramatic light, in a fantasy art style, with surrealism, elegant details, a golden ratio composition, and detailed texture')"></i>
</div>




      
        
      
        <!-- Add more gallery items as needed -->
    </div>

    <script>
        function copyToClipboard(text) {
            var dummy = document.createElement("textarea");
            document.body.appendChild(dummy);
            dummy.value = text;
            dummy.select();
            document.execCommand("copy");
            document.body.removeChild(dummy);
            alert("Copied to clipboard: " + text);
        }
    </script>
</body>
</html>