File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 16
16
"content" : " Body Mass Index" ,
17
17
"dir" : " imc" ,
18
18
"url" : " https://github.com/AyudaEnPython/pyscript-apps/tree/main/imc"
19
+ },
20
+ {
21
+ "title" : " PassGenerator" ,
22
+ "content" : " Password Generator" ,
23
+ "dir" : " password_generator/https://github.com/AyudaEnPython/tree/main/password_generator" ,
24
+ "url" : null
19
25
}
20
26
]
Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ <h6 class="title">AyudaEnPython</h6>
70
70
> BMI</ a
71
71
>
72
72
73
+ < a href ="tools/ password_generator/https://github.com/AyudaEnPython/tree/main/password_generator/index.html " target ="_blank "
74
+ > PassGenerator</ a
75
+ >
76
+
73
77
</ li >
74
78
</ ul >
75
79
</ div >
@@ -194,6 +198,37 @@ <h6 class="font-alt font-light text-gray-500">
194
198
</ div >
195
199
</ div >
196
200
201
+ < div class ="card h-100p u-flex u-flex-column ">
202
+ < div class ="card__header ">
203
+ < p class ="font-bold px-3 "> PassGenerator</ p >
204
+ </ div >
205
+ < div class ="content u-text-center mb-0 ">
206
+ < p > Password Generator</ p >
207
+ </ div >
208
+ < div class ="card__action-bar u-center ">
209
+ < a
210
+ href ="#app-modal "
211
+ class ="btn tooltip "
212
+ data-tooltip ="Launch app "
213
+ data-app ="tools/ password_generator/https://github.com/AyudaEnPython/tree/main/password_generator "
214
+ >
215
+ < span style ="font-size: 21px ">
216
+ < i class ="fa-wrapper fa fa-chevron-right "> </ i >
217
+ </ span >
218
+ </ a >
219
+ < a
220
+ href ="None "
221
+ class ="btn tooltip "
222
+ data-tooltip ="Source code "
223
+ target ="_blank "
224
+ >
225
+ < span style ="font-size: 21px ">
226
+ < i class ="fa-wrapper fab fa-github "> </ i >
227
+ </ span >
228
+ </ a >
229
+ </ div >
230
+ </ div >
231
+
197
232
</ div >
198
233
</ div >
199
234
</ div >
You can’t perform that action at this time.
0 commit comments