Skip to content

Commit ecb5fbb

Browse files
committed
chore: init.
0 parents  commit ecb5fbb

8 files changed

Lines changed: 45 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Documentation.
2+
# - Official: 'https://git-scm.com/docs/gitignore'.
3+
# - Quick introduction: 'https://docs.github.com/en/get-started/git-basics/ignoring-files'.
4+
# - Example of common exclusions: 'https://gist.github.com/octocat/9257657', like
5+
#+ compiled files, compressed packages, logs, and OS generated files.
6+
# - Examples: 'https://www.atlassian.com/git/tutorials/saving-changes/gitignore'.
7+
8+
# # Keys.
9+
# *-input_secrets.yaml
10+
11+
# # Specific files: original screen recording, to reduce possibilities of doxing.
12+
# vid-readme_frontpage_gif-01_original_footage.mp4

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!-- Badges:
2+
- Source: 'https://shields.io/docs/static-badges', 'https://shields.io/badges/static-badge'.
3+
- HTML structure followed: 'https://github.com/facebook/docusaurus/blob/main/README.md?plain=1'.
4+
- Badges with logos: 'https://shields.io/docs/logos', 'https://simpleicons.org/', 'https://github.com/simple-icons/simple-icons/blob/master/slugs.md'.
5+
- 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/'.
6+
-->
7+
8+
<!-- Badge: WIP -->
9+
<p align="left">
10+
<a href="#" onclick="return false;"><img src="https://img.shields.io/badge/STATUS-WIP-yellow?style=flat"/></a>
11+
</p>
12+
<!--
13+
🚧 WIP: section under construction. 🚧
14+
-->
15+
16+
<!-- Badge: Done
17+
<p align="left">
18+
<a href="#" onclick="return false;"><img src="https://img.shields.io/badge/STATUS-DONE-green?style=flat"/></a>
19+
</p> -->
20+
21+
<!-- README structure followed:
22+
- 'https://www.aluracursos.com/blog/como-escribir-un-readme-increible-en-tu-github/'.
23+
- 'https://github.com/camilafernanda/GlicoCare/'.
24+
- 'https://github.com/nasa/openmct/'.
25+
- 'https://github.com/facebook/docusaurus'.
26+
-->
27+
28+
# lessons-pyscript-tutorial_import_files-pyscript_documentation-d250924
29+
30+
🚧 WIP: section under construction. 🚧

_status-wip_since_d250924.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Example of names, showing status:
2+
- WIP: '_status-wip_since_d250810.txt'.
3+
- Done: '_status-done_on_d250902.txt'.

rsrcs/_support_files/.gitkeep

Whitespace-only changes.

rsrcs/code_functionalities/.gitkeep

Whitespace-only changes.

rsrcs/code_imports/.gitkeep

Whitespace-only changes.

rsrcs/css_styles/.gitkeep

Whitespace-only changes.

rsrcs/docs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)