forked from Dun-sin/Code-Magic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
485 lines (447 loc) · 14.6 KB
/
index.html
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Code Magic</title>
<meta
name="description"
content="All-in-one tool for Developers. Generate gradient background, border, text, and animation with just one click."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://code-magic.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Code Magic" />
<meta
property="og:description"
content="All-in-one tool for Developers. Generate gradient background, border, text, and animation with just one click."
/>
<meta
property="og:image"
content="https://nakam360.netlify.app/src/Assets/Images/open-graph.webp"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="code-magic.vercel.app" />
<meta property="twitter:url" content="https://code-magic.vercel.app/" />
<meta name="twitter:title" content="Code Magic" />
<meta
name="twitter:description"
content="All-in-one tool for Developers. Generate gradient background, border, text, and animation with just one click."
/>
<meta
name="twitter:image"
content="https://nakam360.netlify.app/src/Assets/Images/open-graph.webp"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<!-- CSS -->
<link rel="stylesheet" href="./src/style.css" />
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- Scripts -->
<script src="https://code.iconify.design/iconify-icon/1.0.0/iconify-icon.min.js"></script>
<script type="module" src="./src/main.ts" defer></script>
<title>Code Magic</title>
</head>
<body>
<!-- Generator Card -->
<!-- Now👇🏾 -->
<!-- Side Bar -->
<div class="menu">
<iconify-icon
id="menu-icon"
inline
icon="dashicons:menu-alt"
style="color: white"
width="30"
height="30"
></iconify-icon>
</div>
<nav id="nav" class="closed-nav">
<h1 id="head">Code Magic</h1>
<ul>
<li data-gen="pic-text">
<iconify-icon
inline
icon="cil:text-shapes"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Pic-Text</span>
</li>
<li data-gen="gradient-text">
<iconify-icon
inline
icon="ic:baseline-gradient"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Gradient Text</span>
</li>
<li data-gen="gradient-border">
<iconify-icon
inline
icon="fa-solid:border-all"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Gradient Border</span>
</li>
<li data-gen="gradient-background">
<iconify-icon
inline
icon="fluent:color-background-24-filled"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Gradient Background</span>
</li>
<li data-gen="animation">
<iconify-icon
inline
icon="clarity:animation-line"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Animator</span>
</li>
</ul>
<footer>
Contribute to the Project
<a href="https://github.com/Dun-sin/Code-Magic" target="_blank"
>Click Here</a
>
</footer>
</nav>
<main>
<div class="generators">
<!-- Pic Text -->
<div data-content="pic-text">
<div>
<input type="file" id="pic-text-file" required />
</div>
<div class="btn" data-button="pic-text">Get Results</div>
</div>
<!-- Gradient Text -->
<div data-content="gradient-text">
<textarea
id="gradient-text-text"
placeholder="Enter the text"
></textarea>
<div class="colors">
<label for="color" class="color">
<input
type="color"
value="#000"
id="gradient-text-color1"
class="gradient-text-inputs"
/>
<span>First Color</span>
</label>
<div class="preview" id="gradient-text-color-preview"></div>
<label for="color" class="color">
<input
type="color"
value="#000"
id="gradient-text-color2"
class="gradient-text-inputs"
/>
<span>Second Color</span>
</label>
</div>
<label id="degree">
<span>Degree</span>
<input
type="range"
max="360"
min="0"
id="gradient-text-degree"
class="gradient-text-inputs"
/>
</label>
<div class="btn" data-button="gradient-text">Get Results</div>
</div>
<!-- Gradient Border -->
<div data-content="gradient-border">
<div class="colors">
<label for="color" class="color">
<input
type="color"
value="#000"
id="gradient-border-color1"
class="gradient-border-inputs"
/>
<span>First Color</span>
</label>
<div class="preview" id="gradient-border-color-preview"></div>
<label for="color" class="color">
<input
type="color"
value="#000"
id="gradient-border-color2"
class="gradient-border-inputs"
/>
<span>Second Color</span>
</label>
</div>
<label class="radius" for="gradient-border-radius">
<input type="checkbox" id="gradient-border-radius" name="check" />
<span> Include Radius </span>
<label id="radius-input-label" for="gradient-border-input">
<input type="number" id="gradient-border-input" name="desired-radius" placeholder="Enter a number e.g. 50" autofocus required />
</label>
</label>
<label id="degree">
<span>Degree</span>
<input
type="range"
max="360"
min="0"
id="gradient-border-degree"
class="gradient-border-inputs"
/>
</label>
<div class="btn" data-button="gradient-border">Get Result</div>
</div>
<!-- Gradient Background -->
<div data-content="gradient-background">
<div class="colors">
<label for="color" class="color">
<input
type="color"
value="#000"
id="gradient-background-color1"
class="gradient-background-inputs"
/>
<span>First Color</span>
</label>
<div class="preview" id="gradient-background-color-preview"></div>
<label for="color" class="color">
<input
type="color"
value="#000"
id="gradient-background-color2"
class="gradient-background-inputs"
/>
<span>Second Color</span>
</label>
</div>
<label id="degree">
<span>Degree</span>
<input
type="range"
max="360"
min="0"
id="gradient-background-degree"
class="gradient-background-inputs"
/>
</label>
<div class="btn" data-button="gradient-background">Get Result</div>
</div>
<!-- Animation -->
<div data-content="animation">
<div class="animation-type">
<p>Animation Type</p>
<div class="radio-group">
<label id="animation-radio-label" for="skew">
<input
checked
type="radio"
id="skew"
name="animation-radio"
value="skew"
/>
<span>Skew</span>
</label>
<label id="animation-radio-label" for="fade">
<input
type="radio"
id="fade"
name="animation-radio"
value="fade"
/>
<span>Fade</span>
</label>
<label id="animation-radio-label" for="flip">
<input
type="radio"
id="flip"
name="animation-radio"
value="flip"
/>
<span>Flip</span>
</label>
</div>
</div>
<label class="duration-label" for="animation-duration">
<span>Duration</span>
<input
type="number"
name="duration"
id="animation-duration"
min="0"
max="120"
step="1"
value="3"
/>
</label>
<label id="degree">
<span>Speed</span>
<input
type="range"
max="90"
min="-90"
value="50"
id="animation-degree"
/>
</label>
<div class="btn" data-button="animation">Get Results</div>
</div>
</div>
<div class="side-results">
<div class="header">
<iconify-icon
inline
icon="lucide:sidebar-close"
style="color: white; cursor: pointer"
width="28"
height="28"
id="close-side-bar"
></iconify-icon>
<h2>Results</h2>
</div>
<!-- Pic Text -->
<div class="download-output" data-result="pic-text">
<div class="output"></div>
<p>
Note: Downloading only works for firefox <br />
but copying the code works for every browser
</p>
<div class="download-btn">
<div class="image-download">
<button class="btn" data-download="pic-text-PNG">
<iconify-icon
inline
icon="bxs:download"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Download PNG
</button>
<button class="btn" data-download="pic-text-svg">
<iconify-icon
inline
icon="bxs:download"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Download Svg
</button>
</div>
<button class="btn" data-download="pic-text-code">
<iconify-icon
inline
icon="bx:code-alt"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Get Code
</button>
</div>
</div>
<!-- Gradient Text -->
<div class="download-output" data-result="gradient-text">
<div class="output"></div>
<div class="download-btn">
<div class="image-download">
<button class="btn" data-download="gradient-text-PNG">
<iconify-icon
inline
icon="bxs:download"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Download PNG
</button>
<button class="btn" data-download="gradient-text-svg">
<iconify-icon
inline
icon="bxs:download"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Download Svg
</button>
</div>
<button class="btn" data-download="gradient-text-code">
<iconify-icon
inline
icon="bx:code-alt"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Get Code
</button>
</div>
</div>
<!-- Gradient Border -->
<div class="download-output" data-result="gradient-border">
<div class="output gradient-border"></div>
<div class="download-btn">
<button class="btn" data-download="gradient-border-code">
<iconify-icon
inline
icon="bx:code-alt"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Get Code
</button>
</div>
</div>
<!-- Gradient Background -->
<div class="download-output" data-result="gradient-background">
<div class="output"></div>
<div class="download-btn">
<button class="btn" data-download="gradient-background-code">
<iconify-icon
inline
icon="bx:code-alt"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon>
Get Code
</button>
</div>
</div>
<!-- Animation -->
<div class="download-output" data-result="animation">
<div class="output"></div>
<div class="download-btn">
<button class="btn" data-download="animation-code">
<iconify-icon
inline
icon="bx:code-alt"
style="color: white; margin-right: 5px"
width="20"
></iconify-icon
>Get Code
</button>
</div>
</div>
</div>
</main>
</body>
</html>