1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 " />
5
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
13
14
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
14
15
< link
15
16
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 "
16
- rel ="stylesheet "
17
- />
17
+ rel ="stylesheet " />
18
18
19
19
<!-- Scripts -->
20
20
< script type ="module " src ="./src/main.ts " defer > </ script >
21
21
22
22
< title > Trick Generator</ title >
23
23
</ head >
24
+
24
25
< body >
25
26
< nav >
26
27
< h1 id ="head "> Trick Generator</ h1 >
@@ -38,59 +39,35 @@ <h1 id="head">Trick Generator</h1>
38
39
<!-- Generator Card -->
39
40
< div class ="generators ">
40
41
< div class ="generator " data-gen ="pic-text ">
41
- < img
42
- src ="https://user-images.githubusercontent.com/78784850/177135924-aec3794a-8bd8-48ec-bd5a-4aee074c7a16.png "
43
- alt ="Picture-Text Generator "
44
- loading ="lazy "
45
- />
42
+ < img src ="https://user-images.githubusercontent.com/78784850/177135924-aec3794a-8bd8-48ec-bd5a-4aee074c7a16.png "
43
+ alt ="Picture-Text Generator " loading ="lazy " />
46
44
< div >
47
45
< h2 > Pic-Text</ h2 >
48
- < img
49
- src ="./assets/bi_arrow-right-square-fill.svg "
50
- alt ="Right Icon "
51
- />
46
+ < img src ="./assets/bi_arrow-right-square-fill.svg " alt ="Right Icon " />
52
47
</ div >
53
48
</ div >
54
49
< div class ="generator " data-gen ="gradient-text ">
55
- < img
56
- src ="https://user-images.githubusercontent.com/78784850/179534667-c5de2a54-5eee-49d3-a7b6-6404e1cde5de.png "
57
- alt ="Gradient Text Generator "
58
- loading ="lazy "
59
- />
50
+ < img src ="https://user-images.githubusercontent.com/78784850/179534667-c5de2a54-5eee-49d3-a7b6-6404e1cde5de.png "
51
+ alt ="Gradient Text Generator " loading ="lazy " />
60
52
< div >
61
53
< h2 > Gradient Text</ h2 >
62
- < img
63
- src ="./assets/bi_arrow-right-square-fill.svg "
64
- alt ="Right Icon "
65
- />
54
+ < img src ="./assets/bi_arrow-right-square-fill.svg " alt ="Right Icon " />
66
55
</ div >
67
56
</ div >
68
57
< div class ="generator " data-gen ="gradient-border ">
69
- < img
70
- src ="https://user-images.githubusercontent.com/78784850/181470923-7693a5fd-6519-472a-9edd-a31667a14187.png "
71
- alt ="Gradient Border "
72
- loading ="lazy "
73
- />
58
+ < img src ="https://user-images.githubusercontent.com/50910798/183639196-f0feb476-cfa3-4396-8556-b251666d7ead.jpg "
59
+ alt ="Gradient Border " loading ="lazy " />
74
60
< div >
75
61
< h2 > Gradient Border</ h2 >
76
- < img
77
- src ="./assets/bi_arrow-right-square-fill.svg "
78
- alt ="Right Icon "
79
- />
62
+ < img src ="./assets/bi_arrow-right-square-fill.svg " alt ="Right Icon " />
80
63
</ div >
81
64
</ div >
82
65
< div class ="generator " data-gen ="gradient-background ">
83
- < img
84
- src ="https://user-images.githubusercontent.com/78784850/183375805-478b002f-4ef2-4ab8-8b1b-da50482b45ff.png "
85
- alt ="Gradient Background "
86
- loading ="lazy "
87
- />
66
+ < img src ="https://user-images.githubusercontent.com/78784850/183375805-478b002f-4ef2-4ab8-8b1b-da50482b45ff.png "
67
+ alt ="Gradient Background " loading ="lazy " />
88
68
< div >
89
69
< h2 > Gradient Background</ h2 >
90
- < img
91
- src ="./assets/bi_arrow-right-square-fill.svg "
92
- alt ="Right Icon "
93
- />
70
+ < img src ="./assets/bi_arrow-right-square-fill.svg " alt ="Right Icon " />
94
71
</ div >
95
72
</ div >
96
73
</ div >
@@ -99,20 +76,13 @@ <h2>Gradient Background</h2>
99
76
< div class ="modal-generator ">
100
77
< div class ="modal-header ">
101
78
< p id ="heading-text-modal "> </ p >
102
- < img
103
- src ="./assets/close-square-fill.svg "
104
- alt ="close button "
105
- id ="close-modal "
106
- />
79
+ < img src ="./assets/close-square-fill.svg " alt ="close button " id ="close-modal " />
107
80
</ div >
108
81
< div class ="modal-main-content " data-modal ="pic-text ">
109
82
< div class ="input ">
110
83
< div >
111
- < textarea
112
- id ="pic-text-text "
113
- placeholder ="Enter the text you want(Optional) "
114
- class ="input-bar "
115
- > </ textarea >
84
+ < textarea id ="pic-text-text " placeholder ="Enter the text you want(Optional) "
85
+ class ="input-bar "> </ textarea >
116
86
< p class ="count "> < span > 0</ span > /400</ p >
117
87
</ div >
118
88
< input type ="file " id ="pic-text-file " required />
@@ -139,11 +109,7 @@ <h2>Gradient Background</h2>
139
109
</ div >
140
110
< div class ="modal-main-content " data-modal ="gradient-text ">
141
111
< div class ="input ">
142
- < input
143
- type ="text "
144
- id ="gradient-text-text "
145
- placeholder ="Enter the text "
146
- />
112
+ < input type ="text " id ="gradient-text-text " placeholder ="Enter the text " />
147
113
148
114
< p > Pick Your Colors:</ p >
149
115
@@ -158,12 +124,7 @@ <h2>Gradient Background</h2>
158
124
</ label >
159
125
< label id ="degree ">
160
126
< span > Slide to change the degree</ span >
161
- < input
162
- type ="range "
163
- max ="360 "
164
- min ="0 "
165
- id ="gradient-text-degree "
166
- />
127
+ < input type ="range " max ="360 " min ="0 " id ="gradient-text-degree " />
167
128
</ label >
168
129
< div class ="btn " data-button ="gradient-text "> Get Text</ div >
169
130
</ div >
@@ -187,31 +148,18 @@ <h2>Gradient Background</h2>
187
148
< p > Pick Your Colors:</ p >
188
149
189
150
< label for ="colorPicker ">
190
- < input
191
- type ="color "
192
- value ="#1DB8CE "
193
- id ="gradient-border-color1 "
194
- />
151
+ < input type ="color " value ="#1DB8CE " id ="gradient-border-color1 " />
195
152
< span > First Color</ span >
196
153
</ label >
197
154
198
155
< label for ="colorPicker ">
199
- < input
200
- type ="color "
201
- value ="#1DB4CE "
202
- id ="gradient-border-color2 "
203
- />
156
+ < input type ="color " value ="#1DB4CE " id ="gradient-border-color2 " />
204
157
< span > Second Color</ span >
205
158
</ label >
206
159
207
160
< label id ="degree ">
208
161
< span > Slide to change the degree</ span >
209
- < input
210
- type ="range "
211
- max ="360 "
212
- min ="0 "
213
- id ="gradient-border-degree "
214
- />
162
+ < input type ="range " max ="360 " min ="0 " id ="gradient-border-degree " />
215
163
</ label >
216
164
217
165
< div class ="btn " data-button ="gradient-border "> Get Result</ div >
@@ -230,31 +178,18 @@ <h2>Gradient Background</h2>
230
178
< p > Pick Your Colors:</ p >
231
179
232
180
< label for ="colorPicker ">
233
- < input
234
- type ="color "
235
- value ="#1DB8CE "
236
- id ="gradient-background-color1 "
237
- />
181
+ < input type ="color " value ="#1DB8CE " id ="gradient-background-color1 " />
238
182
< span > First Color</ span >
239
183
</ label >
240
184
241
185
< label for ="colorPicker ">
242
- < input
243
- type ="color "
244
- value ="#1DB4CE "
245
- id ="gradient-background-color2 "
246
- />
186
+ < input type ="color " value ="#1DB4CE " id ="gradient-background-color2 " />
247
187
< span > Second Color</ span >
248
188
</ label >
249
189
250
190
< label id ="degree ">
251
191
< span > Slide to change the degree</ span >
252
- < input
253
- type ="range "
254
- max ="360 "
255
- min ="0 "
256
- id ="gradient-background-degree "
257
- />
192
+ < input type ="range " max ="360 " min ="0 " id ="gradient-background-degree " />
258
193
</ label >
259
194
260
195
< div class ="btn " data-button ="gradient-background ">
@@ -277,11 +212,10 @@ <h2>Gradient Background</h2>
277
212
< footer >
278
213
< p >
279
214
Contribute to the Project
280
- < a href ="https://github.com/Dun-sin/trick-generator " target ="_blank "
281
- > Click Here</ a
282
- >
215
+ < a href ="https://github.com/Dun-sin/trick-generator " target ="_blank "> Click Here</ a >
283
216
</ p >
284
217
< p > Made with 💘 by the community</ p >
285
218
</ footer >
286
219
</ body >
287
- </ html >
220
+
221
+ </ html >
0 commit comments