From 39b76a0b0912d1971aaa3a55f63746df20843985 Mon Sep 17 00:00:00 2001 From: nicolas2024 Date: Wed, 23 Oct 2024 20:31:21 -0300 Subject: [PATCH 1/3] Adds README.md --- github-profiles/nicolas-52000/README.md | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 github-profiles/nicolas-52000/README.md diff --git a/github-profiles/nicolas-52000/README.md b/github-profiles/nicolas-52000/README.md new file mode 100644 index 000000000..6701b5092 --- /dev/null +++ b/github-profiles/nicolas-52000/README.md @@ -0,0 +1,26 @@ +### Nicolas Puentes (https://github.com/puennico) +--- + +Argentino de 36 años estudiando en el bootcamp de [Undefined Academy](https://undefined.academy "Undefined Academy") para covertirse en **Desarrollador Web Full-stack**. + +--- + +36 years old argentinian studying at [Undefined Academy](https://undefined.academy "Undefined Academy") bootcamp to become a **Full-stack Web Developer**. + +--- +#### Useful commands +| Command | Description | +| ----------- | ----------- | +| whoami | shows current username | +| pwd | shows absolute route of the current directory | +| ls | lists the archives in the current directory or in the route given | +| cd | moves between directories | +| mkdir | creates a directory with the given name | + +--- + +#### Useful aliases +| Alias | Command | Description | +| ----------- | ----------- | ----------- | +| cl | cl="clear" | clears the screen | +| npmd | npmd="npm run dev" | runs the project in development mode | From 69ae2994e71b07f9f2252c12bee9f862db71b6be Mon Sep 17 00:00:00 2001 From: nicolas2024 Date: Wed, 23 Oct 2024 20:56:18 -0300 Subject: [PATCH 2/3] Adds files to pass Jest tests --- github-profiles/nicolas-52000/index.html | 0 github-profiles/nicolas-52000/styles.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 github-profiles/nicolas-52000/index.html create mode 100644 github-profiles/nicolas-52000/styles.css diff --git a/github-profiles/nicolas-52000/index.html b/github-profiles/nicolas-52000/index.html new file mode 100644 index 000000000..e69de29bb diff --git a/github-profiles/nicolas-52000/styles.css b/github-profiles/nicolas-52000/styles.css new file mode 100644 index 000000000..e69de29bb From 1af1f7c69769ab1328b9d3f3053a68a388dbcdb1 Mon Sep 17 00:00:00 2001 From: nicolas2024 Date: Thu, 24 Oct 2024 16:58:28 -0300 Subject: [PATCH 3/3] Adds content (profile) to 'index.html' --- github-profiles/nicolas-52000/index.html | 73 ++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/github-profiles/nicolas-52000/index.html b/github-profiles/nicolas-52000/index.html index e69de29bb..ee89b7155 100644 --- a/github-profiles/nicolas-52000/index.html +++ b/github-profiles/nicolas-52000/index.html @@ -0,0 +1,73 @@ + + + + + + + Nicolas Puentes + + + +

Nicolas Puentes (https://github.com/puennico)

+
+ +

Argentino de 36 años estudiando en el bootcamp de Undefined Academy para covertirse en Desarrollador Web Full-stack.

+ +
+ +

36 years old argentinian studying at Undefined Academy bootcamp + to become a Full-stack Web Developer.

+ +
+

Useful commands

+ + + + + + + + + + + + + + + + + + + + + + + + + +
CommandDescription
whoamishows current username
pwdshows absolute route of the current directory
lslists the archives in the current directory or in the route given
cdmoves between directories
mkdircreates a directory with the given name
+ +
+ +

Useful aliases

+ + + + + + + + + + + + + + + + +
AliasCommandDescription
clcl="clear"clears the screen
npmdnpmd="npm run dev"runs the project in development mode
+ + + + \ No newline at end of file