Skip to content

Commit b032c4d

Browse files
author
AyudaEnPython[bot]
committed
Automated update of data.json and index.html
1 parent 87f7a75 commit b032c4d

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

data/data.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
"content": "Body Mass Index",
1717
"dir": "imc",
1818
"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
1925
}
2026
]

index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ <h6 class="title">AyudaEnPython</h6>
7070
>BMI</a
7171
>
7272

73+
<a href="tools/ password_generator/https://github.com/AyudaEnPython/tree/main/password_generator/index.html" target="_blank"
74+
>PassGenerator</a
75+
>
76+
7377
</li>
7478
</ul>
7579
</div>
@@ -194,6 +198,37 @@ <h6 class="font-alt font-light text-gray-500">
194198
</div>
195199
</div>
196200

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+
197232
</div>
198233
</div>
199234
</div>

0 commit comments

Comments
 (0)