Skip to content

Commit 0d32dcc

Browse files
committed
doc: updated 'README.md'.
1 parent 6dbb5f9 commit 0d32dcc

6 files changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
- HTML <a> tag not redirecting: 'https://stackoverflow.com/questions/8260546/make-a-html-link-that-does-nothing-literally-nothing/8260561#8260561', 'https://www.geeksforgeeks.org/html/how-to-create-html-link-that-does-not-follow-the-link/'.
66
-->
77

8-
<!-- Badge: WIP -->
8+
<!-- Badge: WIP
99
<p align="left">
1010
<a href="#" onclick="return false;"><img src="https://img.shields.io/badge/STATUS-WIP-yellow?style=flat"/></a>
11-
</p>
11+
</p> -->
1212
<!--
1313
🚧 WIP: section under construction. 🚧
1414
-->
1515

16-
<!-- Badge: Done
16+
<!-- Badge: Done -->
1717
<p align="left">
1818
<a href="#" onclick="return false;"><img src="https://img.shields.io/badge/STATUS-DONE-green?style=flat"/></a>
19-
</p> -->
19+
</p>
2020

2121
<!-- README structure followed:
2222
- 'https://www.aluracursos.com/blog/como-escribir-un-readme-increible-en-tu-github/'.
@@ -44,9 +44,7 @@ Image width for GitHub READMEs:
4444
<img src="./rsrcs/media/img-readme_frontpage_media.png" width="1200" />
4545
</p> -->
4646
<p align="center">
47-
<span>🚧 WIP: section under construction. 🚧</span>
48-
<br>
49-
<img src="./rsrcs/media/img-readme_frontpage_gif.gif" width="600" />
47+
<img src="./rsrcs/media/img-readme_frontpage_gif.gif" width="1200" />
5048
</p>
5149

5250
Portfolio to showcase different `PyScript` exercises to learn how to run `Python` in a web-browser. [PyScript](https://pyscript.net/) is an open source platform for running `Python` 'natively' in the browser.

rsrcs/io_inputs/app/config/web_pages/antigravity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h1>'Antigravity' Example.</h1>
8888
<!-- <svg id="pyscript_output"></svg> -->
8989
</section>
9090
</main>
91-
<!-- <footer class="footer">
91+
<footer class="footer">
9292
<p>Desarrollado por: a1t0ghb | <a href="https://github.com/a1t0ghb" target="_blank">https://github.com/a1t0ghb</a> | <a href="mailto:js101@a1t0.aleeas.com" target="_blank">js101@a1t0.aleeas.com</a></p>
93-
</footer> -->
93+
</footer>
9494
</body>
9595
</html>

rsrcs/io_inputs/app/config/web_pages/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
- 'module' scripts: 'https://neerajdana.medium.com/understanding-type-module-in-javascript-a-comprehensive-guide-ebb13926da7a'.
3030
- 'module' vs. 'non-module' scripts: 'https://neerajdana.medium.com/understanding-type-module-in-javascript-a-comprehensive-guide-ebb13926da7a'.
3131
-->
32-
<!-- <script type="module" src="./home-loading_splashscreen_(app).js"></script> -->
32+
<script type="module" src="./home-loading_splashscreen_(app).js"></script>
3333
<!-- Fallback call to PyScript script to trigger 'py:ready' event, in case there are no PyScript scripts in the page. -->
34-
<!-- <script type="py" defer></script> -->
34+
<script type="py" defer></script>
3535
</head>
3636
<body>
3737
<!-- Main dialog (as 'modal', defined in js module '_app-loading_splashscreen.js'), what appears 1st as soon as web page is loaded. -->
5 MB
Loading
5.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)